Skip to content

v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 16:33
· 70 commits to dev since this release
c0b2ab3

What's new

Thanks to @guobao2333 for first translation contribution to our project: Add Chinese language (是果宝呐) #101

  • Vertical/horizontal sensitivity adjustment for aiming #103 (Xtr126)
    (31b6554))
    Added an non-linear scaling option to fix sensitivity in some games (#90) and individual X/Y axis sensitivity adjustment.
    Screenshot_20240816_220642_XtMapper

  • Importing/exporting profiles (Xtr126)
    IMG_20240815_223920_428

  • Some layout changes #101 (Xtr126)

  • Use string arrays for drop-down menus to support locales #101 (Xtr126)

  • Alert when shizuku is not authorized (Xtr126)

Bug fixes

  • Write script only if not found (Xtr126)
  • Use tablet layout only in landscape mode (Xtr126)
  • Stringbuffer comparison on API <34 (Xtr126)
  • random crash due to PendingIntent (Xtr126)
  • Fix Launching editor from notification (Xtr126)
  • Random crash (Xtr126)
  • Use single WindowManager instance for stability (Xtr126)
  • Set default type to POINTER_OVERLAY (Xtr126)
  • Alert when shizuku not authorized #102 (Xtr126)
    (04fca05))
  • Hide cursorView using visibility flag for View (Xtr126)
  • Use dynamic color theme (Xtr126)
  • Obtain context when launched using xtMapper.sh (Xtr126)
  • Fixed Nullpointerexception on accessing recyclerview (Xtr126)

Code Refactoring

Builds

Chores

Commits

  • 3985851: Upgrade AGP from 8.2.2 to 8.5.0 (Xtr126)
  • 742c4da: Add middle mouse button as mouse aim trigger #96 (Xtr126)
  • 42636ff: Update workflows (Xtr126)
  • f41e6b5: Update build-apk.yml (Xtr126)
  • 0ba45a2: Update README.md (Xtr126)
  • (#101)
  • d03bc34: test non linear scaling (Xtr126) #103
  • c41c45b: Add import/export button (Xtr126)
  • 49a8b97: Add landscape layout for ImportExportActivity (Xtr126)