Skip to content

Releases: CodeWorksCreativeHub/mLauncher

1100705 (1.10.7.5) - Multi Launcher ‧ Home Screen

20 Jun 09:15
03cf629

Choose a tag to compare

What's Changed GitHub Downloads (total, specific tag)

Bug Fixes:

  • (AppDrawerAdapter) Handle potential null icon from Iconify - (9f27927)

Full Changelog: 1.10.7.4...1.10.7.5

1100702 (1.10.7.4) - Multi Launcher ‧ Home Screen

19 Jun 20:51

Choose a tag to compare

What's Changed GitHub Downloads (total, specific tag)

Bug Fixes:

  • (Context) Open default browser app - (5e74bb7)
  • (Settings) Correct titles and ranges for swipe threshold sliders - (f82c58a)
  • Remove unused SYSTEM_ALERT_WINDOW permission - (3732265)
  • Use UserHandle.hashCode() for hidden app identification - (456f44b)

Language Support:

Refactoring:

  • (Settings) Improve organization and readability of settings pages - (e696f62)
  • Simplify search query handling in AppDrawerFragment - (2f9fd67)
  • Adjust default swipe gesture thresholds - (43d28a0)

Full Changelog: 1.10.7.3...1.10.7.4

1100702 (1.10.7.3) - Multi Launcher ‧ Home Screen

18 Jun 09:54
44258ef

Choose a tag to compare

What's Changed GitHub Downloads (total, specific tag)

Implemented Enhancements:

  • (Settings) Add swipe threshold settings and float support for slider - (d8f710b)

Language Support:

1.10.7.2 - (17, June 2025)

Full Changelog: 1.10.7.2...1.10.7.3

1100702 (1.10.7.2) - Multi Launcher ‧ Home Screen

17 Jun 13:00

Choose a tag to compare

What's Changed GitHub Downloads (total, specific tag)

Implemented Enhancements:

  • (Gestures) Implement GestureManager for consistent gesture handling - (161ccdc)
  • (Icons) Add custom default app icon - (5c17818)
  • (UI) Enhance settings selection with visual feedback and pill dialog - (36981d3)
  • (gestures) Enhance gesture handling and flexibility - (44487ac)
  • Remove unused fonts - (a3c6437)
  • Implement Device Stats Bottom Sheet - (47e891b)

Bug Fixes:

  • (AppList) Correctly handle apps from different profiles - (20ea8f5)
  • (ui) Prevent index out of bounds in AppDrawerAdapter - (7b85d33)
  • Correct DroidSans font mapping - (227ac7c)

Versioning:

  • Increment build number - (2552dc2)

Refactoring:

  • Remove redundant font options - (5d09efb)
  • Simplify gesture handling using GestureDetector - (74ba5a2)
  • Improve Gesture Handling and Logging - (1552eeb)
  • Replace android.util.Log with AppLogger - (e443e6b)
  • Remove unused onSingleTap gesture - (7649d89)
  • Use color resources for selected item color - (512a6b6)

Full Changelog: 1.10.6.6...1.10.7.2

1100606 (1.10.6.6) - Multi Launcher ‧ Home Screen

11 Jun 07:22

Choose a tag to compare

What's Changed GitHub Downloads (total, specific tag)

Implemented Enhancements:

  • (App) Add app tagging functionality - (ef356d6)
  • (Fonts) Implement global font management and apply to all text views - (988408e)
  • (Settings) Add "tag" option to context menu settings - (32b3a69)
  • (Settings) Add Home Buttons customization - (d855813)
  • (Settings) Add context menu customization - (a7180c4)
  • (Settings) Add download option for themes and wotd - (8b06fc4)
  • (UI) Add action FAB to HomeFragment - (d563b02)
  • Use LockedBottomSheetDialog for improved stability - (e79657d)

Bug Fixes:

  • (Home) Preserve color of action FAB - (e5ec7e9)
  • (UI) Prevent app crash on opening if prefs have corrupted flags - (ac91b9f)
  • Resolve crash on app drawer long press - (0ff4506)
  • Prevent IndexOutOfBoundsException in flag settings dialog - (78f8206)

Versioning:

  • Increment version to 1.10.6 - (e6f521d)

Language Support:

Refactoring:

  • Adjust context menu flag indices - (f613906)
  • Move Font UI views to common component package - (5f8e62c)
  • Rename variable flags to contextMenuFlags - (2c7f8da)
  • Rename flagOptionLabels to contextMenuOptionLabels - (8186cf4)
  • Update URLs for theme and word of the day downloads - (eb54eeb)

Full Changelog: 1.10.5.8...1.10.6.6

1100508 (1.10.5.8) - Multi Launcher ‧ Home Screen

07 Jun 13:01

Choose a tag to compare

What's Changed GitHub Downloads (total, specific tag)

Implemented Enhancements:

  • (Performance) Use background thread for icon preloading - (0a6b752)
  • (Settings) Consolidate settings fragments into a single Compose screen - (2ec390a)
  • Added experimental options - (a3bb9e7)
  • Implement custom toast notifications - (55a79b8)
  • Add descriptions to settings items - (d6d00e4)
  • Implement A-Z sidebar for app drawer - (a7337d5)

Bug Fixes:

  • (Issue Template) Remove extra slash from mailto link - (b68756b)
  • Prevent app crash when custom font file is missing - (628e0f2)
  • Use locale for date/time formatting - (42c2402)
  • Lock to current orientation when lock is enabled - (74388bc)
  • Make "Set as Default Launcher" work on all devices - (2ba9528)

Versioning:

Language Support:

Documentation:

  • Update PULL_REQUEST_TEMPLATE.md - (4f09aa2)
  • Update issue template configuration - (410ef3a)

Refactoring:

  • Add migration for experimental options - (9e27337)
  • Rename Experimental to Expert Settings - (9a3cb0d)
  • Move "Lock orientation" and "Lock settings" to experimental - (6c43778)
  • Migrate dialogs to Material Bottom Sheets - (407f48e)
  • Adjust header text colors for light and dark themes - (c393add)
  • Adjust top margin for search bar in App Drawer - (bd532c4)

Full Changelog: 1.10.5.4...1.10.5.8

1100504 (1.10.5.4) - Multi Launcher ‧ Home Screen

03 Jun 08:48

Choose a tag to compare

What's Changed GitHub Downloads (total, specific tag)

Feature Removal:

Refactoring:

  • Remove Show A-Z Sidebar string - (fd15077)
  • Update minSdk to 28 and related API changes - (f038ccb)

Releases:

  • Bump version to 1.10.5.4 - (1e32ea7)

Full Changelog: 1.10.5.1...1.10.5.4

1100501 (1.10.5.1) - Multi Launcher ‧ Home Screen

30 May 14:15

Choose a tag to compare

What's Changed GitHub Downloads (total, specific tag)

Implemented Enhancements:

  • Lock orientation when requested - (66396ef)

Bug Fixes:

  • Use resValue for app name and version - (bc236cc)

Refactoring:

  • Change version type to production - (d4f123e)
  • Use mainLayout for status bar padding - (7d9e8d8)
  • Replace View.visibility with isVisible - (063b812)

Releases:

  • Increment build number - (f18aea2)

Full Changelog: 1.10.5.0...1.10.5.1

1100500 (1.10.5.0) - Multi Launcher ‧ Home Screen

29 May 08:30

Choose a tag to compare

What's Changed GitHub Downloads (total, specific tag)

Implemented Enhancements:

(app) Implement app pinning and refactor app list UI - (ba877ea)

Full Changelog: 1.10.4.4...1.10.5.0

1100404 (1.10.4.4) - Multi Launcher ‧ Home Screen

29 May 08:00

Choose a tag to compare

What's Changed GitHub Downloads (total, specific tag)

Implemented Enhancements:

  • Add support for alpha/beta version suffixes (Google Play) - (f77b38e)
  • Add pin/unpin functionality to app drawer - (2131d87)
  • Display private space lock status - (b0dd1ca)

Bug Fixes:

  • Correct default launcher text display - (b4d6aac)
  • Improve app list sorting and pinning - (c395652)
  • Ensure AppDrawer is sorted on initial display - (7ce257c)
  • Display app icons alongside work profile/private space indicators - (98797b6)
  • Correct paths for Gradle Wrapper validation workflow - (db4068b)
  • Implement migration for malformed Message objects - (a93e4ad)

Language Support:

Refactoring:

  • (AppDrawerAdapter) Improve app locking and filtering logic - (d105de5)
  • Move migration logic into a separate function - (0e3446c)

Releases:

  • Increment build number - (4d2c2a9)

Full Changelog: 1.10.4.1...1.10.4.4