7375 Commits

Author SHA1 Message Date
Duy Tran Khanh
bcf2031612 New translations strings.xml (Filipino) 2023-07-03 07:20:30 +07:00
Duy Tran Khanh
b7a3512a0b New translations strings.xml (Pirate English) 2023-07-03 07:20:29 +07:00
Duy Tran Khanh
7b6e89f0f5 New translations strings.xml (English, United Kingdom) 2023-07-03 07:20:28 +07:00
Duy Tran Khanh
364fd6f9ce New translations strings.xml (Malay) 2023-07-03 07:20:27 +07:00
Duy Tran Khanh
ccc20aa51e New translations strings.xml (Hindi) 2023-07-03 07:20:26 +07:00
Duy Tran Khanh
1f93eee70e New translations strings.xml (Kazakh) 2023-07-03 07:20:24 +07:00
Duy Tran Khanh
d533641579 New translations strings.xml (Thai) 2023-07-03 07:20:23 +07:00
Duy Tran Khanh
ab7fbc311a New translations strings.xml (Persian) 2023-07-03 07:20:22 +07:00
Duy Tran Khanh
e778ae03af New translations strings.xml (Indonesian) 2023-07-03 07:20:21 +07:00
Duy Tran Khanh
b019698246 New translations strings.xml (Chinese Traditional) 2023-07-03 07:20:20 +07:00
Duy Tran Khanh
f18e9ca31e New translations strings.xml (Chinese Simplified) 2023-07-03 07:20:19 +07:00
Duy Tran Khanh
211123d430 New translations strings.xml (Turkish) 2023-07-03 07:20:18 +07:00
Duy Tran Khanh
d620024e95 New translations strings.xml (Swedish) 2023-07-03 07:20:17 +07:00
Duy Tran Khanh
1338bd1692 New translations strings.xml (Serbian (Cyrillic)) 2023-07-03 07:20:16 +07:00
Duy Tran Khanh
11cabc0803 New translations strings.xml (Slovak) 2023-07-03 07:20:15 +07:00
Duy Tran Khanh
d7fb4dc606 New translations strings.xml (Russian) 2023-07-03 07:20:14 +07:00
Duy Tran Khanh
7e9332374f New translations strings.xml (Portuguese) 2023-07-03 07:20:13 +07:00
Duy Tran Khanh
74cfc7bb13 New translations strings.xml (Polish) 2023-07-03 07:20:12 +07:00
Duy Tran Khanh
32477c5d9c New translations strings.xml (Norwegian) 2023-07-03 07:20:11 +07:00
Duy Tran Khanh
2a145e80a5 New translations strings.xml (Dutch) 2023-07-03 07:20:10 +07:00
Duy Tran Khanh
8b9aeca538 New translations strings.xml (Lithuanian) 2023-07-03 07:20:09 +07:00
Duy Tran Khanh
c7e4ff1661 New translations strings.xml (Korean) 2023-07-03 07:20:08 +07:00
Duy Tran Khanh
467739aaa5 New translations strings.xml (Japanese) 2023-07-03 07:20:07 +07:00
Duy Tran Khanh
c045330bd7 New translations strings.xml (Italian) 2023-07-03 07:20:06 +07:00
Duy Tran Khanh
da5c7de960 New translations strings.xml (Hebrew) 2023-07-03 07:20:04 +07:00
Duy Tran Khanh
23b2d1bf60 New translations strings.xml (Ukrainian) 2023-07-03 07:20:03 +07:00
Duy Tran Khanh
aa7b56859f New translations strings.xml (Vietnamese) 2023-07-03 07:20:02 +07:00
Duy Tran Khanh
b0afd5df04 New translations strings.xml (Portuguese, Brazilian) 2023-07-03 07:20:01 +07:00
Duy Tran Khanh
1b8fcb8dfb New translations strings.xml (Greek) 2023-07-03 07:20:00 +07:00
Duy Tran Khanh
aee20985dc New translations strings.xml (German) 2023-07-03 07:19:59 +07:00
Duy Tran Khanh
f56868da80 New translations strings.xml (Catalan) 2023-07-03 07:19:57 +07:00
Duy Tran Khanh
c620d9a1ad New translations strings.xml (Arabic) 2023-07-03 07:19:56 +07:00
Duy Tran Khanh
6b1cb1678f New translations strings.xml (Spanish) 2023-07-03 07:19:55 +07:00
Duy Tran Khanh
8061179626 New translations strings.xml (French) 2023-07-03 07:19:54 +07:00
Duy Tran Khanh
a40e5deca0 New translations strings.xml (Romanian) 2023-07-03 07:19:53 +07:00
Duy Tran Khanh
92083af548 New translations strings.xml (Czech) 2023-07-03 07:19:52 +07:00
Boulay Mathias
a7444aa99e
Feat[gyro]: improve calibration and smoothing (#4229)
* Feat[gyro]: Reduce jitter with moving average

* Cleanup: Remove logging

* Feat[gyro]: Add dampering window

* Feat[gyro]: Use extremely low pass filter

Technically, it doesn't entirely filter out the input, only stores it

* Tweak[Gyro]: Lower hyro threshold even more

* Feat: Simplify smoothing, better calibration

* Feat[gyro]: Add dampering window
# Conflicts:
#	app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/prefs/screens/LauncherPreferenceControlFragment.java
#	app_pojavlauncher/src/main/res/values/strings.xml

* Cleanup[gyro]: Don't use import

* Refactor[gyro]: reduce JNI calls

* Fix[Gyro]: Adjust low pass treshold to sensitivity

* Feat[Gyro]: Handle single/multi axis deplacement

* Tweak[gyro]: Raise single axis threshold
2023-07-02 18:25:27 +03:00
ArtDev
2a27439887
Fix a crash when installation starts 2023-07-02 13:56:15 +03:00
ArtDev
0ce94cc2c5
Merge pull request #4308 from PojavLauncherTeam/feat/automatic_modloader_install
Feature: Automatic Forge, Fabric and OptiFine installation
2023-07-02 12:38:47 +03:00
BuildTools
779cd9d2d8 Don't use line references in comments 2023-07-02 12:23:36 +03:00
artdeell
4aec0d538a Get the user to the main fragment before starting mod installation 2023-07-01 16:33:48 +03:00
Duy Tran Khanh
e09df4c21b New translations strings.xml (Vietnamese) 2023-07-01 07:10:51 +07:00
BuildTools
6b0ec1f524 Also do the same in JavaGUILauncherActivity 2023-06-30 16:59:31 +03:00
BuildTools
7c8fa642bd Create a new latestlog.txt file on the java side 2023-06-30 16:56:32 +03:00
BuildTools
96c021eecc Move forge/OF installer stuff to a different package and fix deep nesting of if statements in the window handler 2023-06-30 16:52:59 +03:00
BuildTools
d4f912afcd Prevent mod install from starting when tasks are ongoing 2023-06-30 13:00:17 +03:00
BuildTools
84a2bd24c7 Add OptiFine automatic installation
Unlike other modloaders, it does require the game being installed beforehand, so it's also implemented here
2023-06-30 12:49:01 +03:00
BuildTools
3cfaec3b4c Add UI for OptiFine installation
TBD: actually install OptiFine
2023-06-30 10:33:36 +03:00
BuildTools
e731f6e674 Initialize Tools.DIR_CACHE inside of PojavApplication 2023-06-29 20:43:54 +03:00
BuildTools
c0aec8178b Robust downloadString() cache 2023-06-29 19:41:30 +03:00