Mathias-Boulay
d448975e64
Add: Range + increment seekbar component
2024-11-18 23:51:48 +01:00
artdeell
192cd746a3
Feat[launcher]: changes related to game obtaining and updating screen dimensions.
...
- Changed the way the initial screen dimensions are sent to the game
- Changed how the dimension updates are sent to the game
- Changed how the dimensions are determined and calculated
2024-11-12 13:57:54 +03:00
Maksim Belov
ce2d81eaae
Feat[launcher]: user-friendlier checks for local mode username
2024-10-20 11:39:50 +03:00
Cart
ca6c7ff3ed
Change a couple strings
2024-10-16 16:01:08 +03:00
Maksim Belov
64740150ce
Fix[profile_editor]: avoid crash when returning to the editor after leaving Pojav in the background.
2024-10-13 16:56:49 +03:00
Maksim Belov
cbaebec12a
Fix[controls]: fix the hotbar out-of-bounds crashes
2024-10-13 16:25:13 +03:00
Maksim Belov
68254e0c8e
Fix[style]: remove 2 extra semicolons, fix spacing on abort_waiter_setup call
2024-10-06 15:22:35 +03:00
artdeell
2ecd99033b
Fix[launcher]: styling fixes
2024-10-06 15:22:35 +03:00
artdeell
b70ba22ead
Feat[launcher]: user facing dialog when exiting with a signal
2024-10-06 15:22:35 +03:00
Maksim Belov
6998624e44
Feat[jre_launcher]: reset Android's debuggerd/ART signal handlers
...
This allows the JVM to use its own crash handler and dump the native crash stack into stderr, which makes it more convenient for the end-user to see the error.
This does not disrupt ART as the signal handlers get handled through Android's integrated libsigchain first.
2024-10-06 15:22:35 +03:00
Maksim Belov
73fc447b80
Update LICENSE
2024-09-26 16:32:12 +03:00
Maksim Belov
a6a6a2965e
Feat[gamepad]: allow making buttons toggleable (exluding stick-emulated buttons)
2024-09-22 21:07:52 +03:00
Maksim Belov
b236447c42
Fix[gamepad]: fix logic issue with toggleable gamepad buttons
2024-09-22 18:59:00 +03:00
Maksim Belov
366f181533
Fix[input]: fix stuck inputs
2024-09-09 16:16:45 +03:00
Maksim Belov
8c90b542cc
Feat[controller]: upgrade gamepad remapper library version
2024-09-05 21:58:24 +03:00
Dev1ss0
df5639bb03
Updated wiki link and removed "Twitter moderators"
2024-09-02 21:45:59 +03:00
Maksim Belov
8373b7c5eb
Feat[ui]: add divider between wiki and discord
2024-08-31 00:31:43 +03:00
Maksim Belov
7dcad5f001
Feat[launcher]: Add Discord button
2024-08-31 00:31:43 +03:00
Maksim Belov
fa482de030
Fix[build]: increase ram allocation
2024-08-29 21:50:51 +03:00
Maksim Belov
da92e8ab6d
Fix[service]: change game service type to specialUse
2024-08-29 09:45:56 +03:00
artdeell
4668d9c9a2
Feat[launcher]: update to SDK 34
2024-08-29 09:45:56 +03:00
Maksim Belov
1dd0ba572d
Fix[gamepad_remapper]: inline buttons in GamepadMap
2024-08-28 17:40:59 +03:00
Maksim Belov
1513156262
Fix[gamepad_remapper]: use setBackgroundColor instead of creating ColorDrawable, add settings entry
2024-08-28 17:40:59 +03:00
Maksim Belov
beb58d72eb
Fix[gamepad_remapper]: general fixes
...
- Moved exit logic from mapperadapter to mapperfragment
- Replaced color indicator with row highlight
- Removed reloadGamepadMaps()
- Changed some design elements
2024-08-28 17:40:59 +03:00
Maksim Belov
51e1bb1dd8
Feat[gamepad_remapper]: restore cursor, add save functionality
2024-08-28 17:40:59 +03:00
artdeell
80f35bb7e2
Feat[remapper]: improve UI, other changes
2024-08-28 17:40:59 +03:00
Maksim Belov
36b0e88666
DO NOT USE. Feat[gamepad_remapper]: start work on gamepad remapper
2024-08-28 17:40:59 +03:00
Maksim Belov
8dd34c8153
Temporarily remove OpenCollective from funding section
2024-08-26 00:02:31 +03:00
Maksim Belov
ae48e8e2f9
Fix[gui_launcher]: general fixes
...
- Re-add missing return
- Add comment on why Java version is limited to 17 or below
- Allow null javaArgs
- Remove excessive logging
2024-07-27 22:26:52 +03:00
Maksim Belov
3b1ad64342
Feat[gui_launcher]: refactor java selection and modify argument processing
2024-07-27 22:26:52 +03:00
Mathias-Boulay
3912db6e21
Fix(gl4es): black/invisible world/text on 1.17+
2024-07-27 20:42:37 +02:00
Mathias-Boulay
3f630420f2
tweak: check only on 32 bits
2024-07-19 10:55:37 +03:00
artdeell
827d7db46c
Fix[codestyle]: rename the internal variant of getMaxContinuousAddressSpaceSize()
2024-07-19 10:55:37 +03:00
artdeell
2982852b2e
Feat[launcher]: check whether user is running out of addressable memory for Java
2024-07-19 10:55:37 +03:00
Maksim Belov
992ac0f3c4
Fix[lwjgl]: Add forgottenLWJGL libraries
2024-07-18 11:19:27 +03:00
Maksim Belov
9e77841126
Fix[jreutils]: Purge freetype arguments
2024-07-16 22:34:22 +03:00
Maksim Belov
d8f0c27e7e
Feat[lwjgl]: Introduce LWJGL 3.3.3, add Freetype bindings
2024-07-16 22:34:22 +03:00
artdeell
045018f8e0
Style[launcher]: simplify rank check
2024-07-09 21:40:09 +03:00
artdeell
ed048fb4cb
Feat[launcher]: ranked Java Runtime picking from two sources
2024-07-09 21:40:09 +03:00
artdeell
181f81131f
Fix[capture]: modify trackpad touch handling, read relative axes only if they are supported
2024-07-05 23:56:08 +03:00
artdeell
7631e3c9e7
Test[capture]: Make grabbing non-opportunistic
2024-07-05 23:56:08 +03:00
artdeell
348fc84cb4
Workaround[mouse]: Improve the workaround
2024-07-05 23:56:08 +03:00
artdeell
ea5b6013f6
Workaround[mouse]: Work around the brokennes of pointer capture on Android 14
2024-07-05 23:56:08 +03:00
TarikBR
df0b762cf3
fix(progresskeeper): dont remove task count listener until it reaches 0 ( #5650 )
...
If waitUltilDone() is called when you have 2 or more other tasks, the first one that is changed will still have tasks to wait for, but when it finishes it won't run because it was removed early.
(translated)
2024-06-25 19:33:38 +02:00
SolDev
74492eaa7e
fix(typo): annoying typo in translation string names ( #5666 )
...
removed 'r' in "compartible"
2024-06-25 18:42:26 +02:00
Dev1ss0
5a01b89eef
Update README.md
2024-06-23 13:42:50 +03:00
Duy Tran Khanh
332de88620
New Crowdin updates ( #4655 )
...
* New translations strings.xml (Russian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Indonesian)
* New translations strings.xml (Greek)
* New translations strings.xml (Lithuanian)
* New translations strings.xml (Russian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (German)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Afrikaans)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Portuguese)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Bengali)
* New translations strings.xml (Russian)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Polish)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Estonian)
* New translations strings.xml (German)
* New translations strings.xml (Greek)
* New translations strings.xml (Lithuanian)
* New translations strings.xml (Polish)
* New translations strings.xml (Portuguese)
* New translations strings.xml (Russian)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Estonian)
* New translations strings.xml (English, United Kingdom)
* New translations strings.xml (Romanian)
* New translations strings.xml (French)
* New translations strings.xml (Spanish)
* New translations strings.xml (Arabic)
* New translations strings.xml (Czech)
* New translations strings.xml (Hebrew)
* New translations strings.xml (Italian)
* New translations strings.xml (Japanese)
* New translations strings.xml (Korean)
* New translations strings.xml (Slovak)
* New translations strings.xml (Turkish)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Indonesian)
* New translations strings.xml (Persian)
* New translations strings.xml (Thai)
* New translations strings.xml (Azerbaijani)
* New translations strings.xml (Malay)
* New translations strings.xml (Filipino)
* New translations strings.xml (Tatar)
* New translations strings.xml (LOLCAT)
* New translations strings.xml (Polish)
* New translations strings.xml (Russian)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Spanish)
* New translations strings.xml (Arabic)
* New translations strings.xml (Czech)
* New translations strings.xml (Turkish)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Malay)
* New translations strings.xml (Turkish)
* New translations strings.xml (German)
* New translations strings.xml (Russian)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Spanish)
* New translations strings.xml (Arabic)
* New translations strings.xml (Turkish)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Russian)
* New translations strings.xml (Czech)
* New translations strings.xml (Turkish)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Slovak)
* New translations strings.xml (Chinese Traditional)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Slovak)
* New translations strings.xml (Czech)
* New translations strings.xml (Russian)
* New translations strings.xml (German)
* New translations strings.xml (Polish)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Indonesian)
* New translations strings.xml (Russian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Korean)
* New translations strings.xml (Turkish)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Russian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Czech)
* New translations strings.xml (Korean)
* New translations strings.xml (Azerbaijani)
* New translations strings.xml (Korean)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Thai)
* New translations strings.xml (Russian)
* New translations strings.xml (Polish)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Russian)
* New translations strings.xml (Czech)
* New translations strings.xml (Azerbaijani)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Turkish)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Italian)
* New translations strings.xml (German)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Russian)
* New translations strings.xml (Spanish)
* New translations strings.xml (Czech)
* New translations strings.xml (German)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Azerbaijani)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Ukrainian)
* New translations strings.xml (Vietnamese)
* New translations strings.xml (Spanish)
* New translations strings.xml (Korean)
* New translations strings.xml (English, United Kingdom)
* New translations strings.xml (Spanish)
* New translations strings.xml (Hindi)
* New translations strings.xml (Chinese Traditional)
2024-06-21 11:10:47 +03:00
Mathias-Boulay
879a8d9fb5
feat: foxglove release
foxglo
2024-06-20 22:44:11 +02:00
Mathias Boulay
d23bdb9ffa
Fix(gui event processor): remove double clicks, handle all res when tracking still finger, instant clicks ( #5635 )
2024-06-20 22:33:00 +02:00
Mathias-Boulay
856bace37c
build: use new runtimes
2024-06-18 21:29:49 +03:00