Commit Graph
8 Commits
Author SHA1 Message Date
Ishan09811andGitHub 90f8fbfcb4 update ci actions version (#424) 2024-02-29 16:55:17 +02:00
Ishan09811andGitHub 43dfda0f19 Allows the user to switch between performance and battery saving modes (#422)
* add game_mode_config in mainfest

* add ``game_mode_config``
2024-02-27 09:22:25 +02:00
267b1b3cc8 Add proper proguard rules (#412)
* add proper proguard-rules

* enable apk optimisations

* Android: Remove duplicate proguard rule

* derp

---------

Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com>
2024-02-21 11:40:19 +02:00
Ishan09811andGitHub 51e2ef893c Android: Split strings into categories (#405) 2024-02-11 21:47:19 +02:00
Ishan09811andGitHub f37bd9363f use dialog instead of using toast when a rom is failed to load 2024-02-11 16:57:38 +05:30
Ishan09811andGitHub 3b4960194f Material UI (#394)
* used material ui in ``holder_game`` + added click effect

* add click effect to use in ``holder_game``

* use material ui in ``dialog_lua_scripts``

* add required imports to use material ui in ``dialog_lua_scripts``

* use material ui in ``holder_lua_script``

* use material ui in ``fragment_game_drawer``

* use material ui in ``fragment_games``

* add appbar with app name + Material EditText

* fix drawarlayout

* remove line divider from ``NavigationView``
2024-02-08 17:38:47 +02:00
Ishan09811andGitHub e6d012d05d Compile release APK on CI
*Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com>
2024-02-01 15:04:03 +02:00
Ishan09811andGitHub fdc8bfd58e Make navigation Bar Fully Transparent (#381)
* Make navigation Bar Fully Transparent

* if the theme color is white then don't use the light navigation bar

* fixes navigation bar visibility in light mode
2024-01-29 16:04:45 +02:00