Mathias-Boulay
|
a80b85df91
|
Fix(launcher activity): make landscape notch handling nicer
|
2024-12-05 21:13:05 +01:00 |
|
Mathias-Boulay
|
76a76c9b32
|
Fix(system bars): properly remove colors in full screen
|
2024-12-05 00:29:07 +01:00 |
|
Mathias-Boulay
|
e16c350d38
|
Tweak(control editor): make snapping less aggressive
|
2024-12-04 21:38:53 +01:00 |
|
Mathias-Boulay
|
70f099821a
|
Fix(system bars): fix colors for navigation bars
|
2024-12-04 21:24:45 +01:00 |
|
Mathias-Boulay
|
c09db62cfa
|
QoL(notification): click to go back into the current game
|
2024-12-04 20:11:34 +01:00 |
|
Mathias-Boulay
|
bc7dfeacfd
|
Fix(control-editors): make sure the layout is instantiated before using it
|
2024-12-03 21:04:09 +01:00 |
|
Maksim Belov
|
fd6bea9b39
|
Merge pull request #6338 from PojavLauncherTeam/fix/QoL_stuff
QoL update
|
2024-12-02 13:07:37 +03:00 |
|
Mathias-Boulay
|
fc81b87e7f
|
Fix(controls): non square joystick, set size via text
|
2024-12-01 23:29:16 +01:00 |
|
Mathias-Boulay
|
c6fe3c3de5
|
QoL(gesture): decouple gyroscope from long press gesture
|
2024-11-29 21:17:29 +01:00 |
|
Mathias-Boulay
|
68fa25cafc
|
Fix(hotbar): first touch on 0 index not being taken into account
|
2024-11-29 21:14:16 +01:00 |
|
Mathias-Boulay
|
fae327978e
|
QoL(profile editor): make the text react like a button
This increases the space you can use, better for left handed people or large hands
|
2024-11-29 18:57:24 +01:00 |
|
Mathias-Boulay
|
29605ed6b7
|
QoL: make the settings button easier to click
Bigger hitbox, but not visually
|
2024-11-29 18:22:39 +01:00 |
|
Maksim Belov
|
d5fd73c9e9
|
Feat[launcher]: Add a quick settings menu (#6303)
|
2024-11-26 21:05:47 +03:00 |
|
Maksim Belov
|
eb6b23c76e
|
Merge branch 'v3_openjdk' into feat/quick_settings
|
2024-11-26 21:05:02 +03:00 |
|
Mathias-Boulay
|
03eaf122cc
|
Fix(settings): wrong order typecast
Fixes #6304
It was a typo.
|
2024-11-25 22:02:26 +01:00 |
|
Mathias-Boulay
|
19dc51fa8a
|
cleanup: remove unneeded menu entry
It's been a while that everything closes when swiping away the app
|
2024-11-22 20:22:58 +01:00 |
|
Mathias-Boulay
|
19afab28f4
|
Fix: hide gyro if not supported
|
2024-11-22 20:12:57 +01:00 |
|
artdeell
|
383b3edd75
|
Fix[gyro_control]: whoops, forgot to remove the log print
|
2024-11-22 21:38:08 +03:00 |
|
artdeell
|
62de3d3ce3
|
Fix[gyro_control]: implement sensor warmup period for devices with broken GRV
|
2024-11-22 21:37:24 +03:00 |
|
artdeell
|
f16c039470
|
Fix[input_bridge]: resizing race condition
|
2024-11-22 18:05:56 +03:00 |
|
artdeell
|
fe78b94119
|
Fix[quick_settings]: crash when leaving main activity
|
2024-11-22 17:48:18 +03:00 |
|
artdeell
|
b5de32d3b3
|
Fix[input_bridge]: cast pointer to jlong instead of long
Fixes size changing on 32-bit devices
|
2024-11-22 16:48:18 +03:00 |
|
artdeell
|
14ba6e2fa2
|
Fix[quick_setting_dialog]: fix seek text format warning, apply defaults to seek texts on startup
|
2024-11-22 14:06:51 +03:00 |
|
artdeell
|
bb03cb889e
|
Feat[color_selector]: rewrite to be a SideDialogView
|
2024-11-22 12:17:13 +03:00 |
|
Mathias-Boulay
|
6888de85fc
|
Refactor(quick settings): better lifecycle interface
|
2024-11-21 22:33:15 +01:00 |
|
artdeell
|
1aface5d17
|
Fix[lwjglx]: mouse jump on Y axis when changing resolution
|
2024-11-21 22:51:08 +03:00 |
|
Mathias-Boulay
|
9c12611dd3
|
Refactor(quick settings): remove generic leading to unchecked typecast
|
2024-11-21 20:19:28 +01:00 |
|
Mathias-Boulay
|
371494c43e
|
Fix(quick settings): persisted settings after cancel
|
2024-11-21 20:13:28 +01:00 |
|
Mathias-Boulay
|
a93d7b0825
|
Fix(side dialog): height was incorrect
|
2024-11-21 19:25:47 +01:00 |
|
Mathias-Boulay
|
0e06203640
|
Refactor(controls): retrofit edit controls to sideDialog
|
2024-11-21 19:12:58 +01:00 |
|
Mathias-Boulay
|
ff9e5889ee
|
Refactor(side dialog): Allow the dialog to remove its views from the layout
|
2024-11-21 19:12:57 +01:00 |
|
artdeell
|
b7fa7eb9eb
|
Fix[side_dialog]: make the dialog scale properly with wrap_content
|
2024-11-21 17:29:49 +03:00 |
|
artdeell
|
924c33cb2c
|
Fix[touchpad]: respond to dynamic scale changes
|
2024-11-20 23:24:53 +03:00 |
|
Mathias-Boulay
|
3f5baec1e6
|
Fix(hotbar): make the hotbar aware of the quick setting resolution
|
2024-11-19 23:10:49 +01:00 |
|
Mathias-Boulay
|
2e9428d54c
|
Tweak: only instantiate the dialog when first needed
|
2024-11-19 22:19:59 +01:00 |
|
Mathias-Boulay
|
dc06417767
|
Fix: propagate resolution scale change to all components
|
2024-11-19 20:26:36 +01:00 |
|
Maksim Belov
|
a5d02c1aab
|
Fix[input_bridge]: fix Forge crashing the input bridge when app is rolled down (#6297)
Also fixes incorrect behaviour of GLFW regarding shown windows by default
|
2024-11-19 21:04:50 +03:00 |
|
Mathias-Boulay
|
85e98a98bf
|
Refactor(gyro): pre-compute the factor one quick setting change
|
2024-11-19 18:51:42 +01:00 |
|
Mathias-Boulay
|
be69154471
|
Fix: resolution not being properly reflected
|
2024-11-19 00:24:16 +01:00 |
|
Mathias-Boulay
|
d6534d5367
|
Feat: In game quick settings
|
2024-11-19 00:05:36 +01:00 |
|
Mathias-Boulay
|
3777261f1f
|
Refactor: move static functions to Tools
|
2024-11-19 00:04:31 +01:00 |
|
Mathias-Boulay
|
7481278fb8
|
Add: Side dialog system
Contains only the outer shell
|
2024-11-18 23:58:17 +01:00 |
|
Mathias-Boulay
|
d6a6c89657
|
Cleanup: Remove unused resource
|
2024-11-18 23:54:19 +01:00 |
|
Mathias-Boulay
|
f64964c6b5
|
Add: simple seekbar listener
Allows to make cleaner code when you have more than one seekbar
|
2024-11-18 23:53:22 +01:00 |
|
Mathias-Boulay
|
d448975e64
|
Add: Range + increment seekbar component
|
2024-11-18 23:51:48 +01:00 |
|
Maksim Belov
|
ed1b879618
|
Fix[gl_bridge]: provide implementation for gl4es_getMainFBSize (#6284)
- Fixes broken main framebuffer blits in gl4es, thus fixing 1.21.2+
|
2024-11-15 23:32:37 +03:00 |
|
Maksim Belov
|
546238663c
|
Feat[pojavexec]: better renderer symbol loading (#6220)
|
2024-11-15 22:49:19 +03:00 |
|
Dev1ss0
|
c7b08a7a3b
|
Fixed discord server vanity. (#6280)
|
2024-11-15 18:07:48 +03:00 |
|
Maksim Belov
|
046813cdd4
|
Fix[launcher]: move "Open game directory" button
|
2024-11-13 23:22:25 +03:00 |
|
Maksim Belov
|
9a2cabb628
|
Feat[launcher]: add "Open game directory" button
- Also refactors the file sending mechanism.
|
2024-11-13 23:22:25 +03:00 |
|