gabriel
45bdfd67b1
Review and fix ishan things
2024-02-11 12:26:21 -04:00
Ishan09811
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
Gabriel Machado
74ea66efc5
Pandroid: Fix Navigation bar. ( #398 )
...
* fix navbar transparent
* too mutch fixes
- Fix Ui Render in android 7.
- Fix Navigation bar in android 7
- Rename developer option to advanced option.
- Fix crash because setTitle in action bar
- New style for switch button
* bonk
---------
Co-authored-by: gabriel <gabriel>
2024-02-03 00:11:59 +02:00
Gabriel Machado
28ca4cd795
Logger ( #397 )
...
* Initial commit
* add shader-jit option
* add translate to word "graphics' for ptbr
* Native logger
* Bonk
* fix
---------
Co-authored-by: gabriel <gabriel>
Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com >
2024-02-01 17:46:15 +02:00
Ishan09811
e6d012d05d
Compile release APK on CI
...
*Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com >
2024-02-01 15:04:03 +02:00
Ishan09811
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
Gabriel Machado
b5718010ee
Add scripting support for Android ( #369 )
...
* Lua Patcher and code editor: initial commit
* Code Editor + Lua Patchs + Fixes
* some fixes
* bonk
---------
Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com >
2024-01-16 21:43:30 +02:00
wheremyfoodat
fe7cb3f4af
Spelling is hard
2024-01-04 12:08:31 +02:00
wheremyfoodat
5e2930a81b
[Android] Fix English localization
2024-01-04 11:44:50 +02:00
Gabriel Machado
c849af47da
Pandroid: add option to change screen gamepad, buttons position. ( #359 )
...
* Add change screen gamepad: initial commit
* Add change gamepad positions: part 2
* Peach fixes
* Bonk
---------
Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com >
2024-01-03 23:35:30 +02:00
Gabriel Machado
02d506f843
Pandroid: Drawer ( #356 )
...
* Drawer initial commit
* Translate drawer, and remove redundant code
* bonk
---------
Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com >
2023-12-29 19:01:58 +02:00
offtkp
3aa977c6c5
Clean up smdh getting
2023-12-28 00:28:19 +02:00
wheremyfoodat
1c691e1690
Rebonk
2023-12-26 02:24:53 +02:00
wheremyfoodat
f2fac171a0
Bonk
2023-12-26 02:21:36 +02:00
Gabriel
0ab7bf3b17
FileUtils.java: english error on comment
2023-12-24 13:25:52 -04:00
Gabriel
d7036fc4e7
Delete PathUtils.java
2023-12-24 13:19:59 -04:00
Gabriel
058530bd90
Resolve PathUtils.java
2023-12-24 13:19:59 -04:00
Gabriel
6757117e0d
Fix buffer errors
2023-12-22 15:40:10 -04:00
Gabriel
13136c6686
Save screen gamepad visibility and some fixes
...
Fix Gson serialization error on GlobalConfig
Now screen gamepad visibility saves last visibility state
2023-12-22 14:41:41 -04:00
Gabriel
d0c4b8ff3b
Peach changes
2023-12-22 12:32:42 -04:00
Gabriel
56398acdc9
Replace SharedPreferences by Gson
...
Replace all SharedPreferences use by gson
2023-12-22 10:50:57 -04:00
Gabriel
b2c653ed1b
Fix SAF mime-type
2023-12-21 23:02:14 -04:00
Gabriel
cad4174845
Apply SAF for write icon file
...
replace fs/io by SAF implementation
2023-12-21 15:36:12 -04:00
Gabriel
8b93ef76ac
Use vector directly on jni_driver.cpp
2023-12-21 14:52:12 -04:00
Gabriel
c0960dcccd
Game metadata extractor and some fixes
...
- App not closing on back pressed (AlberInputListener.java)
- Extract SMDH from rom.
- Extract metadata from SMDH
2023-12-21 09:43:51 -04:00
Gabriel BR Developer
9ca7e88b6c
Merge branch 'heads/final-ui' into ui
2023-12-18 17:30:10 -04:00
GabrielBRDeveloper
c17c2307c7
Final ui update
2023-12-18 16:10:11 -04:00
Gabriel Machado
b42c7a122b
Merge branch 'wheremyfoodat:master' into ui
2023-12-16 23:29:19 -04:00
GabrielBRDeveloper
3298bd14db
Pandroid UI
2023-12-16 23:22:11 -04:00
Gabriel Machado
9fd94f0b17
Update GlobalConfig.java
2023-12-15 11:17:27 -04:00
GabrielBRDeveloper
ab37cb571d
paris changes
2023-12-15 11:12:48 -04:00
GabrielBRDeveloper
102361174a
paris changes
2023-12-15 11:11:53 -04:00
GabrielBRDeveloper
cc44801acd
paris changes
2023-12-15 11:08:42 -04:00
GabrielBRDeveloper
71109d701d
Remove Node storage for replace by Gson
2023-12-14 14:22:55 -04:00
GabrielBRDeveloper
f553e80080
GlobalConfig and create node data storage
2023-12-14 12:55:28 -04:00
Gabriel Machado
53c3b5096c
Best Screen Gamepad accessibility
2023-12-14 00:56:35 -04:00
wheremyfoodat
63a09dd51f
Android bonk
2023-12-13 22:48:10 +02:00
offtkp
e6880b1564
Even more peach stuff
2023-12-08 03:28:43 +02:00
offtkp
a78a1a099f
More peach fixups
2023-12-08 03:12:21 +02:00
gabriel
609d3fc196
Fix words
2023-12-08 02:10:15 +02:00
offtkp
ed0864d24f
Run clang-format on .java files
2023-11-28 21:41:57 +02:00
offtkp
a40e74a15d
Remove magic numbers
2023-11-28 21:11:58 +02:00
Gabriel Machado
7c9d17f5ca
TouchScreen input ( #6 )
2023-11-28 20:54:10 +02:00
offtkp
9aded6e556
Permissions for older phones
2023-11-28 18:45:00 +02:00
offtkp
200a884589
Various cleanups
2023-11-28 14:22:12 +02:00
offtkp
c1162678bb
Cleanup jni_driver
2023-11-28 13:38:27 +02:00
gabriel
62880f0fd6
[Android]Add input
2023-11-28 13:37:49 +02:00
offtkp
3f9c8d8535
Silly filepicker
2023-11-21 02:55:37 +02:00
offtkp
a87397a214
Add renderer/surface view files
2023-11-21 01:16:10 +02:00
offtkp
469ae2805c
Add initial pandroid files
2023-11-14 15:30:53 +02:00