Commit Graph

  • 2164b5be89 Fix[lang]: remove the mention of "email" artdeell 2024-05-03 21:29:08 +03:00
  • 84aca2e182 Fix[dialog]: clipboard copies are no longer empty text artdeell 2024-05-03 21:23:20 +03:00
  • 5cd0a70d0e Feat[download]: don't always redowload files with missing hashes artdeell 2024-05-03 21:01:00 +03:00
  • 5522317464 Fix[fragment]: only initialize the ROOT transaction if the back stack is empty. artdeell 2024-04-30 21:08:28 +03:00
  • b2aa573879 Fix[msa_fragment]: fix inability to track log-ins in fragment after partial state restoration artdeell 2024-04-30 21:07:28 +03:00
  • 7614989b09 Fix[input]: implement scrolling gestures for touchpads artdeell 2024-05-01 13:37:48 +03:00
  • 754bdf3047 Fix[mouse]: TOOL_TYPE_MOUSE events handled in both generic motion and touch event handlers artdeell 2024-04-29 22:30:35 +03:00
  • 0a1adca2d3 Feat[mouse]: scale touchpad mouse speed by 1dp artdeell 2024-04-29 13:47:51 +03:00
  • e302a467a2 Code[mouse]: change internal function names and use default in AbstractTouchpad artdeell 2024-04-29 13:07:31 +03:00
  • aab37d1fef Feat[mouse]: always grab the mouse and use the touchpad as the cursor. artdeell 2024-04-27 22:50:54 +03:00
  • 5884451735 Feat[layout_vert]: center screen scrollability artdeell 2024-05-01 10:20:55 +03:00
  • 619e87420d Fix[msa]: Avoid the issue of accounts 404-ing when attempting to log in artdeell 2024-04-21 21:11:43 +03:00
  • 11e0be0ec6 Fix[mouse]: restore translationZ attribute artdeell 2024-04-23 21:37:16 +03:00
  • d965ef0bc5 Update dataremoval.md Maksim Belov 2024-04-23 21:28:45 +03:00
  • 94c81cd882 Update dataremoval.md Maksim Belov 2024-04-23 21:27:44 +03:00
  • 1ca991d489 Update dataremoval.md Maksim Belov 2024-04-23 21:27:16 +03:00
  • 9e38150470 Create dataremoval.md Maksim Belov 2024-04-23 21:25:38 +03:00
  • 08bd0f2b64 Fix[input]: eliminate all improper calls to requestLayout(); artdeell 2024-04-21 20:54:43 +03:00
  • 7d674f2181 Fix[build]: put exp4j into the repository instead of relying on jitpack artdeell 2024-04-18 10:18:39 +03:00
  • 4caa308276 Feat[log]: reimplement using DefocusableScrollView artdeell 2024-04-10 20:29:00 -04:00
  • f8eddc0eb5 Feat[log]: add autoscroll switch artdeell 2024-04-10 20:21:18 -04:00
  • af3d4abd75 Feat/Fix[input]: add alternative mapping for GLFW_KEY_HOME artdeell 2024-04-10 20:45:15 -04:00
  • 8cf2b39eff Feat[input]: handle ACTION_CANCEL in GUI artdeell 2024-04-09 11:31:14 -04:00
  • 0512ebb6b8 Fix[input]: fix the remaining bugs artdeell 2024-04-08 20:51:53 -04:00
  • fdd0570084 Feat[input]: use the grab listener instead of deciding the state on each event artdeell 2024-04-08 12:23:19 -04:00
  • 13cad686ec Fix[input]: ignore the right click gesture for non-fresh inputs artdeell 2024-04-08 11:57:45 -04:00
  • 7add2f85dd Feat[touchpad]: seamsless touchscreen/touchpad/camera interoperation artdeell 2024-04-07 22:21:49 -04:00
  • 916dfbfc7b Feat[touchpad]: draw properly instead of using an inner View artdeell 2024-04-07 21:24:42 -04:00
  • 251e90c4b3 Fix[input]: make scroll gesture and swap hand more consistent artdeell 2024-04-07 16:36:21 -04:00
  • 0725de8386 Fix[input]: make the drop gesture work regardless of gesture settings, fix not being able to rotate camera with gestures turned off artdeell 2024-04-07 15:30:19 -04:00
  • 6bac7ee10b Feat[input]: Minecraft hotbar as a View artdeell 2024-04-07 15:25:13 -04:00
  • 781341eafd Fix[input]: also check for double taps on ACTION_DOWN/ACTION_POINTER_DOWN artdeell 2024-04-06 16:22:43 -04:00
  • e6d5e073d8 Fix[input]: make hotbar behave more like an android button, move hotbar handling into a separate class artdeell 2024-04-06 15:16:28 -04:00
  • e89c409807 Feat[input]: interrupt dropping when switching hotbar slots + endless dropping artdeell 2024-04-06 12:22:03 -04:00
  • 1fdb483c1f Fix[input]: minor gesture handling an positioning issues artdeell 2024-04-06 08:30:30 -04:00
  • b876d3c3a5 Feat[input]: send mouse position events before all other events artdeell 2024-04-05 12:10:20 -04:00
  • 93cf884d8b Clean[touch]: remove old commented touch processing code artdeell 2024-04-04 22:32:06 -04:00
  • 91467ef78f Fix[touch]: proper left click handling artdeell 2024-04-04 22:07:49 -04:00
  • e7265671c6 Fix[touch]: pressing a passthrough button isn't considered a "cold start" artdeell 2024-04-04 21:35:37 -04:00
  • d676ca8d6a Feat[touch]: minor changes for in-game event processing artdeell 2024-04-04 20:55:29 -04:00
  • 7ab3510d4d Feat[touch_input]: unified gesture system, rclick/lclick/hotbar drop gestures reimplemented artdeell 2024-01-19 11:04:14 +03:00
  • 959d4c4edd Feat[touch_input]: Begin reimplementing touch input artdeell 2024-01-12 23:23:55 +03:00
  • 2967d5c639 Fix: username invalid character regular expression (#5329) MovTery 2024-04-10 01:26:38 +08:00
  • cf788d8e73 cut: MCBBS game download source (#5235) Vetormy 2024-04-03 04:12:32 +08:00
  • dda7a4e45c fix: black screen on back pressed Mathias-Boulay 2024-03-31 00:26:44 +01:00
  • 73532d13ff fix: missing return statement (#5042) Color_yr 2024-03-30 17:28:48 +08:00
  • 60c01ead50 fix(docs): remove sepeator that goes through PojavLauncher logo (#5245) SolDev 2024-03-29 08:29:32 -04:00
  • bbedb3ae9c Feat: improved account selector (#5258) Mathias Boulay 2024-03-29 11:15:23 +01:00
  • 9cc8107f13 fix(gamepad): analog trigger treshold (#5259) Mathias Boulay 2024-03-29 11:14:40 +01:00
  • 3b610eb622 fix(tools): forge libraries erasing themselves (#5260) Mathias Boulay 2024-03-29 11:14:09 +01:00
  • 7cf6820add fix(navigation): stacked fragments on top of each other Mathias-Boulay 2024-03-29 11:13:01 +01:00
  • 0163c6fedc fix(misc): user agent always being null Mathias-Boulay 2024-03-25 19:06:57 +01:00
  • 30f6fcad12 DO NOT USE. Feat[launcher]: start implementing custom JVM launcher feat/vm_launcher artdeell 2024-03-15 13:24:34 +03:00
  • 195568c0f3 Style[cropper]: fix weird builder usage and show a toast on cancel artdeell 2024-02-18 15:42:45 +03:00
  • 0eeef1ffea Fix[cropper]: refactor image loading + fix huawei dialog chin + docs artdeell 2024-02-04 18:43:18 +03:00
  • 4b35d6c0ce Fix[cropper]: fix crash during loading on the funny huawei phone artdeell 2024-02-01 20:36:32 +03:00
  • 216aacd7de Feat[editor]: encode profile images with WebP lossy artdeell 2024-02-01 19:52:21 +03:00
  • edf8a0034a Fix[cropper]: use named dimensions artdeell 2024-01-31 21:46:05 +03:00
  • bc1fdaf3ec Feat[cropper]: asynchronously load the image and change output resolution artdeell 2024-01-27 11:52:22 +03:00
  • 11ec17b410 QC[code]: Fix typos, again... artdeell 2024-01-10 20:34:14 +03:00
  • ef0b6e4be5 Fix[code]: Post-merge conflict fix artdeell 2024-01-10 20:31:02 +03:00
  • 2cef7ccd49 Feat[utils]: Implement MatrixUtils, with methods to easily work with transform matrices artdeell 2024-01-10 20:27:29 +03:00
  • 83fdf15379 Tweak[profile-editor]: make image bigger to emphasize on it Mathias-Boulay 2024-01-07 15:54:47 +01:00
  • d8773ce8bf Feat[cropper]: improve UI artdeell 2024-01-05 18:18:51 +03:00
  • 1fd64e0a3a Opt[bitmap_pan]: change pan behaviour to be more efficient artdeell 2024-01-02 13:45:27 +03:00
  • e581699961 Fix[bitmap_crop]: division backwards resulted in incorrect target Bitmap resolution artdeell 2023-12-30 18:02:54 +03:00
  • f8e755749e Feat[cropper]: Implement dual-path decoding and minimize lag when moving image quickly artdeell 2023-12-30 16:31:51 +03:00
  • e4973d0357 Feat[cropper]: Finish RegionDecoderCropBehaviour implementation artdeell 2023-12-30 15:01:22 +03:00
  • 8286d0a839 Feat[cropper]: DO NOT USE. Implement generation of hi-res overlays on image sides/corners artdeell 2023-12-29 23:40:41 +03:00
  • f84713e0ac Feat[cropper]: DO NOT USE. Begin implementing support for running with BitmapRegionDecoder artdeell 2023-12-27 10:30:01 +03:00
  • f3e8813259 Layout[cropper]: Remove the huge gap at the top of the dialog artdeell 2023-12-24 10:47:30 +03:00
  • d319149b86 CQ[cropper]: Clean up the code and add some extra optimizations artdeell 2023-12-24 10:36:46 +03:00
  • 240f5d299d Feat[cropper]: more QOL features artdeell 2023-12-23 22:12:22 +03:00
  • 0510bf5015 Feat[profile]: begin implementing a profile icon selector artdeell 2023-12-23 17:46:37 +03:00
  • 88e003badb Docs: (hopefully final) Change Discord invite link (#5119) RadiatedExodus 2024-02-03 03:07:52 +07:00
  • 693f90b234 Workaround[lwjgl]: Implement mitigation for an early EMUI linker hang. artdeell 2024-01-22 22:35:59 +03:00
  • 2f98f4c0da Docs: Change README.md to update to the latest vanity link (again) (#5045) RadiatedExodus 2024-01-12 13:24:11 +07:00
  • 848896ec83 Docs: Change Discord invite in README.md (#5039) RadiatedExodus 2024-01-10 20:06:26 +07:00
  • 01fb9ac205 #4993: Better exit handling + hook library change Maksim Belov 2024-01-07 18:00:17 +03:00
  • 84550a2fb7 Update LWJGL artdeell 2023-12-30 17:29:27 +03:00
  • 5f39dd788c Fix[codestyle]: change comment artdeell 2023-12-21 16:22:41 +03:00
  • 594e4cb204 Feat[exit]: Cleaner exits - Replaced xhook with bytehook - Reimplemented the exit hook and atexit() artdeell 2023-12-19 15:16:32 +03:00
  • c4764aa9f1 Fix[mcdl]: Misc fixes artdeell 2023-12-17 22:57:07 +03:00
  • 0e34866345 Fix[mcdl]: copy the last inherited client JAR into the version folder artdeell 2023-12-17 15:41:20 +03:00
  • 8fce2a22a2 Feat[mcdl]: skip natives-only libraries to improve startup speeds artdeell 2023-12-17 14:46:31 +03:00
  • 17f74407e6 Todo[mcdl]: implement mirror tamper checking artdeell 2023-12-17 13:50:12 +03:00
  • dec824af97 Feat[mcdl]: better Minecraft downloader artdeell 2023-12-17 13:14:29 +03:00
  • 87ec536112 Feat[cc]: unified place for checking directories and parent directories artdeell 2023-12-16 18:13:04 +03:00
  • 1842e09a6a Fix[cf]: unable to load CurseForge entries in the modpack menu and unable to download modpacks artdeell 2023-12-16 15:47:13 +03:00
  • 07db69f395 Ref[javagui]: changes to the Java GUI installer artdeell 2023-12-11 21:20:28 +03:00
  • 031ad28e4c Fix[mcdl]: Misc fixes artdeell 2023-12-17 22:57:07 +03:00
  • eb9053761e Fix[mcdl]: copy the last inherited client JAR into the version folder artdeell 2023-12-17 15:41:20 +03:00
  • 4ef62b9a70 Feat[mcdl]: skip natives-only libraries to improve startup speeds artdeell 2023-12-17 14:46:31 +03:00
  • 6628869c67 Todo[mcdl]: implement mirror tamper checking artdeell 2023-12-17 13:50:12 +03:00
  • 77df7d528c Feat[mcdl]: better Minecraft downloader artdeell 2023-12-17 13:14:29 +03:00
  • 8a04ffe313 Feat[cc]: unified place for checking directories and parent directories artdeell 2023-12-16 18:13:04 +03:00
  • 1002c8ae1e Fix[cf]: unable to load CurseForge entries in the modpack menu and unable to download modpacks artdeell 2023-12-16 15:47:13 +03:00
  • c6a6c54f56 Ref[javagui]: changes to the Java GUI installer artdeell 2023-12-11 21:20:28 +03:00
  • 8da6924006 Feat[joystick]: add setting for absolute finger tracking artdeell 2023-12-10 17:03:37 +03:00
  • 2a95a306bd Tweak[profile-selector]: keep focus on the selected profiles Mathias-Boulay 2023-12-10 14:26:04 +01:00