3543 Commits

Author SHA1 Message Date
LegacyGamerHD
f336faeb67 add gl4es opengles3 back 2021-08-21 11:22:28 +02:00
ArtDev
e0fc0f86ac
Update README.md 2021-08-20 19:30:42 +03:00
github-actions
3567584dfa CI: Update vgpu 2021-08-20 14:41:14 +00:00
artdeell
5fe4711d33 Move the data directory to Android/data/net.kdt.pojavlaunch/files to make it accessible to file explorers 2021-08-20 17:37:08 +03:00
artdeell
80b5c55a64 Fix 2 2021-08-20 15:53:43 +03:00
artdeell
9227659f47 Fix 2021-08-20 14:25:08 +03:00
artdeell
8fc714c2d2 Bug fix: Pojav root folder was in the root storage folder 2021-08-20 13:00:46 +03:00
artdeell
45ecd61f64 Avoid authority clashing between debug and release builds of Pojav 2021-08-20 11:33:45 +03:00
ArtDev
e97ba8cc63
Update README.md 2021-08-19 23:55:38 +03:00
ArtDev
82e9c679af
Update README.md 2021-08-19 21:45:50 +03:00
artdeell
f566efdc7a Support scoped storage by using internal data folder on Android 10+ 2021-08-19 18:05:54 +03:00
SerpentSpirale
a477a58b4e Ass support for adoptable storage, let me use my 256 GB ! 2021-08-19 11:58:01 +02:00
SerpentSpirale
f7b80d5c52 a1.1.1 support 2021-08-19 11:55:42 +02:00
Boulay Mathias
75ce708c14
Merge pull request #1741 from Moresteck/v3_openjdk
Stub setDisplayConfiguration function
2021-08-19 11:54:05 +02:00
github-actions
74aba8b70d CI: Update gl4es 2021-08-18 16:49:59 +00:00
LegacyGamerHD
b9c56ad7ef
Update README.md 2021-08-18 18:46:18 +02:00
github-actions
35c29cafbc CI: Update gl4es 2021-08-18 10:17:23 +00:00
Duy Tran Khanh
e3061c9da7
Allow downloading “net.java.jinput”
Test Forge LiteLoader
2021-08-18 10:25:56 +07:00
Duy Tran Khanh
e817531bff
Fixes #1860: handle architecture name “aarch32” 2021-08-18 09:31:50 +07:00
SerpentSpirale
a30ad51773 Fix showing the keyboard in a disabled focus state 2021-08-17 18:42:55 +02:00
github-actions
536d920c0e CI: Update vgpu 2021-08-17 10:02:36 +00:00
ArtDev
057f0666f5
Update android.yml 2021-08-17 12:59:17 +03:00
ArtDev
8a1b137be1
Update android.yml 2021-08-17 12:54:33 +03:00
ArtDev
5ddea79df8
Update android.yml 2021-08-17 12:52:16 +03:00
github-actions
d5bf1484a6 CI: Update vgpu 2021-08-17 09:44:57 +00:00
ArtDev
87f84c0842
Add vgpu cache 2021-08-17 12:41:07 +03:00
github-actions
cc47b3461d CI: Update vgpu 2021-08-17 08:40:04 +00:00
SerpentSpirale
e716b5e72b - Fix no renderer crash
- graphic lib is now non modifiable
2021-08-17 10:36:41 +02:00
LegacyGamerHD
35c508822e
Update JREUtils.java 2021-08-16 20:45:30 +02:00
github-actions
ed2e0623d3 CI: Update vgpu 2021-08-16 15:46:13 +00:00
Boulay Mathias
d53b4b86bb
Merge pull request #1839 from Mathias-Boulay/Better_defaults
[MINOR] Better Default update
2021-08-16 17:43:09 +02:00
github-actions
ab569fa219 CI: Update vgpu 2021-08-15 09:14:36 +00:00
LegacyGamerHD
57fde920f4
add a warning to vgpu that 1.17 isnt suported yet and that it can be unstable 2021-08-15 11:11:02 +02:00
SerpentSpirale
c939b5dcc7 The drop hotbar item is now excluded from gestures 2021-08-14 22:18:38 +02:00
SerpentSpirale
0d45a4e170 Fix broken special buttons introduced in the previous commit 2021-08-14 22:00:13 +02:00
SerpentSpirale
17f78bed03 Swipeable buttons are a bit faster now 2021-08-14 22:00:12 +02:00
SerpentSpirale
1929143337 300 ms is now default for the gesture speed 2021-08-14 22:00:12 +02:00
SerpentSpirale
ba640d0458 - Update LauncherPreferenceFragment.java
- Clean up some code
2021-08-14 22:00:12 +02:00
SerpentSpirale
cf0db09ea9 Remove freeform launch part 2021-08-14 22:00:12 +02:00
SerpentSpirale
35a0b66ec1 - The default RAM value is now device aware
- Hide notch setting defaults to false.
2021-08-14 22:00:12 +02:00
SerpentSpirale
35f0bf3277 Removed freeform from the options, since it is useless. 2021-08-14 22:00:12 +02:00
SerpentSpirale
08aa9fa96c Clean up code a bit. 2021-08-14 22:00:12 +02:00
SerpentSpirale
4ccfe06263 Better use of the SRP for the 2.2 input system 2021-08-14 22:00:12 +02:00
SerpentSpirale
29a96330aa Cleaned part of launchJVM implementation. 2021-08-14 22:00:12 +02:00
SerpentSpirale
50d822cca9 Fix transparent screen issue for dex and freeform 2021-08-14 22:00:12 +02:00
SerpentSpirale
c5765c3981 Fix a small typeface related memory leak. 2021-08-14 22:00:12 +02:00
SerpentSpirale
42e07ea04e Rename CURRENT_ARCH into DEVICE_ARCH 2021-08-14 22:00:12 +02:00
SerpentSpirale
8d2843889b - Move getJavaArgs to the appropriate class
- Deported loading a graphical library into its own function.
- Clean up getJavaArgs implementation.
2021-08-14 22:00:12 +02:00
SerpentSpirale
93bb166339 Cleaned up code with the new architecture system 2021-08-14 21:56:38 +02:00
SerpentSpirale
346b5bf2c0 Tweaked max ram slider value. 2021-08-14 21:56:38 +02:00