Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V2.5] Controls Revision #2211

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
384620e
Made DoubleTapDetector more generic
Mathias-Boulay Oct 22, 2021
c3942d9
Update BaseMainActivity to use the new tap detector
Mathias-Boulay Oct 22, 2021
a700ceb
Fix TapDetector requering N+1 click
Mathias-Boulay Oct 22, 2021
0dcc698
Add TapDetector support for DETECTION_METHOD_BOTH
Mathias-Boulay Oct 22, 2021
2bd8fae
Changed gestureDetector to the singleTapDetector
Mathias-Boulay Oct 22, 2021
93f8dd6
Tweak minimum time to detect tap
Mathias-Boulay Oct 22, 2021
0536f94
Fix wrong detection method used
Mathias-Boulay Oct 22, 2021
b6400a2
Make sliding less finger sensitive
Mathias-Boulay Oct 22, 2021
37202f2
Remove delay between mouse clicks
Mathias-Boulay Oct 22, 2021
d183c99
Support sub-pixel cursor precision
Mathias-Boulay Oct 23, 2021
156f414
Attempt to support 1.13+ sub-pixel cursor
Mathias-Boulay Oct 23, 2021
5bc54d4
Update build.gradle
Mathias-Boulay Oct 26, 2021
f12ac94
Scrolling is less over-sensitive and more consistent
Mathias-Boulay Oct 26, 2021
5347766
Small name refactor of TapDetector
Mathias-Boulay Oct 26, 2021
ff799ec
McAccount can get its face and check if its existence as a file
Mathias-Boulay Oct 26, 2021
debfaf9
Fix microsoft accounts losing last played version
Mathias-Boulay Oct 26, 2021
e6c84d9
TapDetector is a bit more resilient
Mathias-Boulay Oct 26, 2021
af2ebf9
Cleanup some code
Mathias-Boulay Oct 26, 2021
9d298f2
Streamlined editing drawer UX
Mathias-Boulay Oct 26, 2021
7275aa8
Update strings.xml
Mathias-Boulay Oct 26, 2021
5ae367d
Cleanup RefreshVerListTask.java
Mathias-Boulay Oct 26, 2021
e544d81
W.I.P Streamlining launcher UI
Mathias-Boulay Oct 26, 2021
07e5efa
Frame perfect Gamepad
Mathias-Boulay Oct 29, 2021
2fc0c90
Revert sub-pixel for mc 1.13+
Mathias-Boulay Oct 30, 2021
6235404
Fix TapDetector requiering additional taps in certain instances
Mathias-Boulay Oct 30, 2021
a592135
Add getUriFilename() to Tools class
Mathias-Boulay Nov 1, 2021
af23442
Add ExtraCore and ExtraListener
Mathias-Boulay Nov 1, 2021
b78477c
Update ic_arrow_back_white.xml
Mathias-Boulay Nov 1, 2021
b2a4e97
Make use of Tools class
Mathias-Boulay Nov 1, 2021
42cd3c5
Add custom preference to go back on settings screen
Mathias-Boulay Nov 1, 2021
5812761
Add settings sub-screens and their fragments
Mathias-Boulay Nov 1, 2021
71e3927
- Migrated from viewPager to viewPager2
Mathias-Boulay Nov 1, 2021
4a612d1
Made ExtraCore methods non-synchronised
Mathias-Boulay Nov 1, 2021
0ad57e4
Fix improper back button navigation
Mathias-Boulay Nov 1, 2021
19d7bc7
Display the selected renderer
Mathias-Boulay Nov 2, 2021
fd859cc
Uniform xml inflating
Mathias-Boulay Nov 2, 2021
6a64b80
Workaround for a preference bug
Mathias-Boulay Nov 2, 2021
ae8a067
Implement ExperimentalFragment in settings
Mathias-Boulay Nov 2, 2021
c3dce5a
Add touch support for the seekBar increment value
Mathias-Boulay Nov 2, 2021
0d08bcb
Extend ExtraCore class capabilities
Mathias-Boulay Nov 6, 2021
ed9810a
Add control offsets
Mathias-Boulay Nov 6, 2021
7d4fbfa
Un-hardcode strings
Mathias-Boulay Nov 6, 2021
be18117
Update ControlOffsetPreference.java and strings.xml
Mathias-Boulay Nov 6, 2021
7631c8b
CI: Update gl4es
Nov 11, 2021
7ae4973
CI: Update vgpu
Nov 11, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app_pojavlauncher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ dependencies {
// implementation 'com.wu-man:android-bsf-api:3.1.3'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.legacy:legacy-preference-v14:1.0.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.annotation:annotation:1.2.0'
implementation 'androidx.browser:browser:1.3.0'

implementation "androidx.constraintlayout:constraintlayout:2.0.4"
implementation "androidx.constraintlayout:constraintlayout:2.1.1"

implementation 'com.github.martin-stone:hsv-alpha-color-picker-android:3.0.1'
implementation 'com.github.duanhong169:checkerboarddrawable:1.0.2'
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20210827
20211023z
Loading