4623 Commits

Author SHA1 Message Date
SerpentSpirale
0d08bcbd51 Extend ExtraCore class capabilities 2021-11-11 11:49:20 +01:00
SerpentSpirale
c3dce5aa84 Add touch support for the seekBar increment value 2021-11-11 11:49:20 +01:00
SerpentSpirale
ae8a067a20 Implement ExperimentalFragment in settings 2021-11-11 11:49:20 +01:00
SerpentSpirale
6a64b80191 Workaround for a preference bug 2021-11-11 11:49:20 +01:00
SerpentSpirale
fd859cc60f Uniform xml inflating 2021-11-11 11:49:20 +01:00
SerpentSpirale
19d7bc700b Display the selected renderer 2021-11-11 11:49:19 +01:00
SerpentSpirale
0ad57e40d9 Fix improper back button navigation 2021-11-11 11:49:19 +01:00
SerpentSpirale
4a612d1168 Made ExtraCore methods non-synchronised 2021-11-11 11:49:19 +01:00
SerpentSpirale
71e39273c9 - Migrated from viewPager to viewPager2
- Implemented new settings screens
- Removed Context out of logging functions
- W.I.P Streamlining the UI, a few things are broken rn
2021-11-11 11:49:19 +01:00
SerpentSpirale
5812761838 Add settings sub-screens and their fragments 2021-11-11 11:49:19 +01:00
SerpentSpirale
42cd3c5bdf Add custom preference to go back on settings screen 2021-11-11 11:49:19 +01:00
SerpentSpirale
b2a4e9788e Make use of Tools class 2021-11-11 11:49:19 +01:00
SerpentSpirale
b78477c2a8 Update ic_arrow_back_white.xml 2021-11-11 11:49:19 +01:00
SerpentSpirale
af2344232f Add ExtraCore and ExtraListener 2021-11-11 11:49:19 +01:00
SerpentSpirale
a592135466 Add getUriFilename() to Tools class 2021-11-11 11:49:19 +01:00
SerpentSpirale
62354040ac Fix TapDetector requiering additional taps in certain instances 2021-11-11 11:49:19 +01:00
SerpentSpirale
2fc0c90c25 Revert sub-pixel for mc 1.13+ 2021-11-11 11:49:19 +01:00
SerpentSpirale
07e5efa6b2 Frame perfect Gamepad 2021-11-11 11:49:19 +01:00
SerpentSpirale
e544d81de0 W.I.P Streamlining launcher UI 2021-11-11 11:49:19 +01:00
SerpentSpirale
5ae367db95 Cleanup RefreshVerListTask.java 2021-11-11 11:49:19 +01:00
SerpentSpirale
7275aa8b79 Update strings.xml 2021-11-11 11:49:19 +01:00
SerpentSpirale
9d298f210b Streamlined editing drawer UX 2021-11-11 11:49:19 +01:00
SerpentSpirale
af2ebf9de9 Cleanup some code 2021-11-11 11:49:19 +01:00
SerpentSpirale
e6c84d9e50 TapDetector is a bit more resilient 2021-11-11 11:49:19 +01:00
SerpentSpirale
debfaf9e98 Fix microsoft accounts losing last played version 2021-11-11 11:49:19 +01:00
SerpentSpirale
ff799ec348 McAccount can get its face and check if its existence as a file 2021-11-11 11:49:19 +01:00
SerpentSpirale
5347766817 Small name refactor of TapDetector 2021-11-11 11:49:19 +01:00
SerpentSpirale
f12ac9466d Scrolling is less over-sensitive and more consistent 2021-11-11 11:49:19 +01:00
SerpentSpirale
5bc54d4690 Update build.gradle 2021-11-11 11:49:19 +01:00
SerpentSpirale
156f414cfc Attempt to support 1.13+ sub-pixel cursor 2021-11-11 11:49:19 +01:00
SerpentSpirale
d183c991a0 Support sub-pixel cursor precision 2021-11-11 11:49:19 +01:00
SerpentSpirale
37202f21cd Remove delay between mouse clicks 2021-11-11 11:49:19 +01:00
SerpentSpirale
b6400a2cf3 Make sliding less finger sensitive 2021-11-11 11:49:19 +01:00
SerpentSpirale
0536f9419d Fix wrong detection method used 2021-11-11 11:49:19 +01:00
SerpentSpirale
93f8dd632b Tweak minimum time to detect tap 2021-11-11 11:49:19 +01:00
SerpentSpirale
2bd8fae66d Changed gestureDetector to the singleTapDetector 2021-11-11 11:49:19 +01:00
SerpentSpirale
0dcc6987c9 Add TapDetector support for DETECTION_METHOD_BOTH 2021-11-11 11:49:19 +01:00
SerpentSpirale
a700cebe9e Fix TapDetector requering N+1 click 2021-11-11 11:49:19 +01:00
SerpentSpirale
c3942d9570 Update BaseMainActivity to use the new tap detector 2021-11-11 11:49:19 +01:00
SerpentSpirale
384620e4bd Made DoubleTapDetector more generic 2021-11-11 11:49:19 +01:00
LegacyGamerHD
dab4bfd747
quick test 2021-11-11 11:47:56 +01:00
Duy Tran Khanh
1489aab69f
glFinish_p() 2021-11-11 17:34:15 +07:00
Duy Tran Khanh
c3e23548ef
updated vtest for debuging
need some deeper diagnose at eglSwapBuffers
2021-11-10 18:06:28 +07:00
Duy Tran Khanh
e96ae3e067
Updated vtest library (x86_64) 2021-11-10 16:22:19 +07:00
Duy Tran Khanh
bf4bb3e397
Updated virglrenderer vtest lib 2021-11-10 16:20:54 +07:00
Duy Tran Khanh
926861883d
Update egl_bridge.c 2021-11-10 16:17:31 +07:00
Duy Tran Khanh
585f91c25d
Use vtest_swap_buffers 2021-11-10 16:16:38 +07:00
github-actions
a7d53adeb4 CI: Update gl4es 2021-11-09 22:30:39 +00:00
Duy Tran Khanh
a1e56b9f37
Change to com.github.martin-stone:hsv-alpha-color-picker-android 2021-11-10 05:27:02 +07:00
Duy Tran Khanh
6d72534ecb
Update build.gradle 2021-11-10 05:24:51 +07:00