Giter Site home page Giter Site logo

arthurkun21 / fga-preview Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 27.47 MB

This is just preview repository. Some features might break, but it's a sacrifice that WE need to make.

Home Page: https://github.com/Fate-Grand-Automata/FGA

License: MIT License

Ruby 0.01% Kotlin 100.00%

fga-preview's People

Contributors

arthurkun21 avatar binga288 avatar dependabot[bot] avatar echoscrip avatar endo613 avatar fa-gray avatar item4 avatar jcdeoferio avatar kobata avatar lineeee217 avatar mathewsachin avatar metlee avatar minhducsun2002 avatar patwakeem avatar potchy avatar reconman avatar renovate-bot avatar renovate[bot] avatar scathachskadi avatar shineburst avatar squaresmile avatar the3dsandwich avatar

fga-preview's Issues

Tea pots per battle config

Preparation

  • No one has asked for this feature before in other issues (even the closed ones)

Describe the feature

Tea pots per battle config

  • Check if the ON/OFF exist.
  • Toggle until the desired state is on.
  • On the repeat screen, there is another toggle there to turn it on/off

Migrate the support image maker to compose

Preparation

  • No one has asked for this feature before in other issues (even the closed ones)

Describe the feature

is SupportImageMaker.ExitException -> {
when (e.reason) {
SupportImageMaker.ExitReason.NotFound -> {
val msg = context.getString(R.string.support_img_maker_not_found)
messages.notify(msg)
messageBox.show(scriptExitedString, msg)
}
SupportImageMaker.ExitReason.Success -> showSupportImageNamer(context, storageProvider)

suspend fun showSupportImageNamer(context: Context, storageProvider: StorageProvider) = withContext(Dispatchers.Main) {
val themedContext = context.dayNightThemed()
val frame = FrameLayout(themedContext)
val inflater = LayoutInflater.from(themedContext)
inflater.inflate(R.layout.support_img_namer, frame)
val content = ScrollView(themedContext).apply {
addView(frame)
setPadding(72, 20, 0, 0)
}
val entryList = getSupportEntries(frame, storageProvider)
suspendCancellableCoroutine { coroutine ->
showOverlayDialog(context) {
setCancelable(false)
.setTitle(context.getString(R.string.support_img_namer_title))
.setView(content)
.setPositiveButton(context.getString(R.string.support_img_namer_done)) { dialog, _ ->
if (entryList.all { it.isValid() }) {
if (entryList.all { it.rename(storageProvider) }) {
dialog.dismiss()
}
}
}
.setNegativeButton(android.R.string.cancel) { dialog, _ -> dialog.dismiss() }
.setOnDismissListener {
coroutine.resume(Unit)
}
}
}

Early Support Refresh

Preparation

  • No one has asked for this feature before in other issues (even the closed ones)

Describe the feature

Check the scrollbar at the support screen. If it doesn't exist, then do a refresh.

  • Track the time since last refresh.
  • Check the scrollbar
    • If it doesn't exist, then check the time since last refresh.
      • If more than 10 seconds have elapsed. then refresh.
      • Otherwise, wait the difference.

Remove the "Ran out of storm pods" Error

Preparation

FGO server

JP

FGA build number

38

Describe the bug

When doing the Strengthening quest in JP, clicking the middle screen would be make it Ran out of pods

Change it to return to the Menu

Video

No response

Device model

No response

Android version

11

Screen size

No response

RAM

No response

Critical stars!

Preparation

  • No one has asked for this feature before in other issues (even the closed ones)

Describe the feature

Detect the crit stars

On battle config pause, show the remaining commands.

Preparation

  • No one has asked for this feature before in other issues (even the closed ones)

Describe the feature

When the tracking waves and/or turns of commands is finish. Add the ability to display the remaining commands.

NP Level recognition

Preparation

  • No one has asked for this feature before in other issues (even the closed ones)

Describe the feature

Instead of using OCR, make use of image matching and have the users manually create template per NP Level

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.