FGA icon indicating copy to clipboard operation
FGA copied to clipboard

Sort Battle Config List by last usage/usage count

Open ArthurKun21 opened this issue 1 year ago • 2 comments

  • tracks the last time a battle config was used.
  • tracks the number of battle config was used
  • add ability to sort

To Fix

  • [x] Copying Battle config should reset the usage count

ArthurKun21 avatar Jan 09 '24 15:01 ArthurKun21

kotlinx.datetime got some bug with proguard btw.

that's why we need to explicitly also add kotlinx.serialization, since datetime uses serialization and that's the one with the bug. The latest serialization got the fixed or so.

https://github.com/Kotlin/kotlinx-datetime/issues/

297

ArthurKun21 avatar Jan 09 '24 15:01 ArthurKun21

~~oh wait, saw a problem~~

solved

ArthurKun21 avatar Jan 13 '24 07:01 ArthurKun21