Skip to content

Releases: CodeWorksCreativeHub/mLauncher

1110206 (1.11.2.6) - Multi Launcher ‧ Home Screen

17 Nov 13:21

Choose a tag to compare

What's New in Multi Launcher 1.11.2 Build 6

GitHub Downloads (total, specific tag)


✨ Enhancements

  • Add smart weather app launcher (d21717e7)
  • Add weather widget click handler (09ace13b)

🐛 Bug Fixes

  • Send actual exception string in crash report (ba78f788)

🛠️ Code Quality

  • Improve list building and sorting logic (19dc35a5)
  • Add comments to app filtering logic in MainViewModel (ccafe0b0)
  • Optimize list sorting and indexing logic (d1571acb)

📥 Installation Instructions

  1. Download the APK.
  2. Allow your browser/files app to install apps.
  3. Install mLauncher.

⚠️ Note for Double Tap to Lock Feature

Manually installed APKs may block accessibility settings needed for this feature. To enable:

  1. Go to Settings → Apps → Multi Launcher.
  2. Tap the three-dot menu at the top right.
  3. Select Allow restricted settings.

Full Changelog: 1.11.2.5 → 1.11.2.6


Improvements in this version:
Smart weather app launcher, clickable weather widget, improved crash reporting, and optimized list handling with added code comments.

1110205 (1.11.2.5) - Multi Launcher ‧ Home Screen

21 Oct 09:03

Choose a tag to compare

What's New in Multi Launcher 1.11.2 Build 5

GitHub Downloads (total, specific tag)


🐛 Bug Fixes

  • Prevent icon pack icons from showing in app list when disabled (6a3d504b)

📥 Installation Instructions

  1. Download the APK.
  2. Allow your browser/files app to install apps.
  3. Install mLauncher.

⚠️ Note for Double Tap to Lock Feature

Manually installed APKs may block accessibility settings needed for this feature. To enable:

  1. Go to Settings → Apps → Multi Launcher.
  2. Tap the three-dot menu at the top right.
  3. Select Allow restricted settings.

Full Changelog: 1.11.2.4 → 1.11.2.5


Improvements in this version:
Fixes an issue preventing icon pack icons from appearing in the app list when disabled.

1110204 (1.11.2.4) - Multi Launcher ‧ Home Screen

20 Oct 17:28

Choose a tag to compare

What's New in Multi Launcher 1.11.2 Build 4

GitHub Downloads (total, specific tag)


✨ Enhancements

  • Implement native crash reporting service (4d750cb8)
  • Add grab line to bottom and top sheet dialogs (6a81010d)
  • Move cache files to cache directory (2e383825)
  • Configure Room schema for WidgetDatabase (802c1b1a)

🔧 Code Quality

  • Use CardView for Top and Bottom Sheets (e1b5abe2)
  • Rearchitect FontBottomSheetDialogLocked (84de7e2e)
  • Rename LockedBottomSheetDialog to FontBottomSheetDialogLocked and move to shared component package (899cba8c)
  • Implement Device Admin for screen lock (f4f8eec3)
  • Improve performance and readability (ebb3ece7)
  • Optimize app list loading and sorting (354b0ce4)

🌐 Localization


🏗️ Build

  • Bump actions/setup-node in the all-actions group (#940) (f41babbf)

📥 Installation Instructions

  1. Download the APK.
  2. Allow your browser/files app to install apps.
  3. Install mLauncher.

⚠️ Note for Double Tap to Lock Feature

Manually installed APKs may block accessibility settings needed for this feature. To enable:

  1. Go to Settings → Apps → Multi Launcher.
  2. Tap the three-dot menu at the top right.
  3. Select Allow restricted settings.

Full Changelog: 1.11.2.3 → 1.11.2.4


Improvements in this version:
Native crash reporting, visual grab lines for sheets, optimized caching and app list handling, improved code structure, and updated language files.

1110203 (1.11.2.3) - Multi Launcher ‧ Home Screen

16 Oct 19:26

Choose a tag to compare

What's New in Multi Launcher 1.11.2 Build 3

GitHub Downloads (total, specific tag)


✨ Enhancements

  • Add option to force colored wallpaper (03fac865)

🐛 Bug Fixes

  • Adjust font sizes for consistency (07046ce1)

📚 Documentation

  • Remove "Known Issues" references (06a9923f)

📥 Installation Instructions

  1. Download the APK.
  2. Allow your browser/files app to install apps.
  3. Install mLauncher.

⚠️ Note for Double Tap to Lock Feature

Manually installed APKs may block accessibility settings needed for this feature. To enable:

  1. Go to Settings → Apps → Multi Launcher.
  2. Tap the three-dot menu at the top right.
  3. Select Allow restricted settings.

Full Changelog: 1.11.2.2 → 1.11.2.3


Improvements in this version:
Force colored wallpapers, adjust font sizes for consistency, and remove outdated "Known Issues" references.

1110202 (1.11.2.2) - Multi Launcher ‧ Home Screen

14 Oct 17:48

Choose a tag to compare

What's New in Multi Launcher 1.11.2 Build 2

GitHub Downloads (total, specific tag)


✨ Enhancements

  • Use GitHub release title for notifications (bf8abe14)

🐛 Bug Fixes

  • Simplify app profile classification and filtering (798e3844)
  • Use theme attribute for icon colors (b1078974)

♻️ Code Quality

  • Centralize preference keys into PrefsKeys.kt (761a379f)
  • Generalize and streamline list building logic (486b61ca)
  • Replace donation dialog with About screen (2140e87f)

🌐 Localization


📥 Installation Instructions

  1. Download the APK.
  2. Allow your browser/files app to install apps.
  3. Install mLauncher.

⚠️ Note for Double Tap to Lock Feature

Manually installed APKs may block accessibility settings needed for this feature. To enable:

  1. Go to Settings → Apps → Multi Launcher.
  2. Tap the three-dot menu at the top right.
  3. Select Allow restricted settings.

Full Changelog: 1.11.2.1 → 1.11.2.2


Improvements in this version: Notifications now use release titles, app profile filtering simplified, icon colors follow theme, preference keys centralized, list building logic streamlined, donation dialog replaced with About screen, and updated language files.

1110201 (1.11.2.1) - Multi Launcher ‧ Home Screen

13 Oct 16:42

Choose a tag to compare

What's New in mLauncher 1.11.2.1

GitHub Downloads (total, specific tag)


✨ Enhancements

  • Allow adding widgets outside of edit mode (188953c0)

🐛 Bug Fixes

  • Improve widget resizing and selection (2525d34c)

♻️ Code Quality

  • Improve widget resizing logic (077fac43)
  • Correct widget placement and sizing logic (8839955c)
  • Prevent drag conflicts during resize (12006120)
  • Reset edit mode on fragment start (a7b7adc2)

🏗️ Build

  • Bump com.google.devtools.ksp in the all-gradle group (#929) (72f4c5d5)
  • Update Compose and Room library versions (5f0dc5bc)

📥 Installation Instructions

  1. Download the APK.
  2. Allow your browser/files app to install apps.
  3. Install mLauncher.

⚠️ Note for Double Tap to Lock Feature

Manually installed APKs may block accessibility settings needed for this feature. To enable:

  1. Go to Settings → Apps → Multi Launcher.
  2. Tap the three-dot menu at the top right.
  3. Select Allow restricted settings.

Full Changelog: 1.11.2.0 → 1.11.2.1


Improvements in this version: Add widgets outside of edit mode, enhanced widget resizing and selection, fixes for placement and drag conflicts, reset edit mode behavior, and updated library versions for Compose, Room, and KSP.

1110200 (1.11.2.0) - Multi Launcher ‧ Home Screen

09 Oct 21:12
9cbbe9e

Choose a tag to compare

What's New in mLauncher 1.11.2.0

GitHub Downloads (total, specific tag)


✨ Enhancements

  • Introduce widget edit mode (20b67d40)
  • Add cleanup for orphaned widgets (81415b8a)

🐛 Bug Fixes

  • Adjust bottom margins for navigation type (7caf5ae8)

♻️ Code Quality

  • Improve widget editing UX (99d03de0)
  • Improve widget lifecycle, sizing, and layout (f2dc6f5b)
  • Refactor profile switching in App Drawer (58666530)
  • Enhance private space lock check (c4868f42)
  • Centralize widget deletion logic (4dec18af)

🌐 Localization


📥 Installation Instructions

  1. Download the APK.
  2. Allow your browser/files app to install apps.
  3. Install mLauncher.

⚠️ Note for Double Tap to Lock Feature

Manually installed APKs may block accessibility settings needed for this feature. To enable:

  1. Go to Settings → Apps → Multi Launcher.
  2. Tap the three-dot menu at the top right.
  3. Select Allow restricted settings.

Full Changelog: 1.11.1.7 → 1.11.2.0


Improvements in this version: New widget editing mode, automatic cleanup of orphaned widgets, improved sizing and lifecycle handling, refined App Drawer logic, enhanced private space checks, and multiple localization updates.

1110106 (1.11.1.6) - Multi Launcher ‧ Home Screen

08 Oct 19:57

Choose a tag to compare

What's New in mLauncher 1.11.1.6

GitHub Downloads (total, specific tag)


✨ Enhancements

  • Add corner resize handles (7e520eb0)
  • Add Romanian language support (3c4f633b)
  • Add Room database for widget persistence (fb31cd7b)
  • Lock orientation to current on toggle (eec690b1)

♻️ Code Quality

  • Decouple widget screen into its own Activity and improve stability (1b1ff950)
  • Migrate widget storage from JSON to Room database (037ba75f)
  • Migrate widget functionality to a dedicated Activity (1fb66248)
  • Standardize page navigation actions and strings (a2602622)
  • Improve widget placement and lifecycle management (8dd79292)
  • Improve crash reporting reliability (fcfecbfa)

🌐 Localization


🏗️ Build

  • Bump the all-actions group with 2 updates (#920) (7d4eb7be)

🧹 Maintenance & Cleanup

  • Add comments and cleanup AndroidManifest.xml (25fee006)

📥 Installation Instructions

  1. Download the APK.
  2. Allow your browser/files app to install apps.
  3. Install mLauncher.

⚠️ Note for Double Tap to Lock Feature

Manually installed APKs may block accessibility settings needed for this feature. To enable:

  1. Go to Settings → Apps → Multi Launcher.
  2. Tap the three-dot menu at the top right.
  3. Select Allow restricted settings.

Full Changelog: 1.11.1.5 → 1.11.1.6


Improvements in this version: Corner resize handles, Romanian language support, persistent widget storage via Room, orientation lock toggle, decoupled widget screen for better stability, improved crash reporting, enhanced lifecycle management, standardized navigation, localization updates, and manifest cleanup.

1110105 (1.11.1.5) - Multi Launcher ‧ Home Screen

05 Oct 08:31
54593fc

Choose a tag to compare

What's New in mLauncher 1.11.1.5

GitHub Downloads (total, specific tag)


✨ Enhancements

  • Add notification count badges to app icons (4ef45966)
  • Enhance widget management with new context extensions and localized menu options (3ed94bdf)

🐛 Bug Fixes

  • Prevent multiple dismissals of dialog during widget movement (5e6e7a52)
  • Prevent accidental dismissal of dialog on widget tap (269e3198)
  • Prevent widgets from resizing or moving off-screen (8ac19b66)
  • Use original app label when updating notification count (45291dbb)

♻️ Code Quality

  • Improve release message format (8bf03bd4)
  • Simplify dominant color retrieval (3060b473)

🌐 Localization


🧹 Maintenance & Cleanup

  • Add icons to changelog group titles (6fa851d1)

📥 Installation Instructions

  1. Download the APK.
  2. Allow your browser/files app to install apps.
  3. Install mLauncher.

⚠️ Note for Double Tap to Lock Feature

Manually installed APKs may block accessibility settings needed for this feature. To enable:

  1. Go to Settings → Apps → Multi Launcher.
  2. Tap the three-dot menu at the top right.
  3. Select Allow restricted settings.

Full Changelog: 1.11.1.4 → 1.11.1.5


Improvements in this version: Added notification count badges, enhanced widget management, prevented multiple dialog dismissals, fixed accidental dismissal on widget tap, prevented widgets from moving/resizing off-screen, preserved original app labels for notifications, improved release message format, simplified dominant color retrieval, updated language files, and added icons to changelog group titles.

1110104 (1.11.1.4) - Multi Launcher ‧ Home Screen

05 Oct 08:02
20e2113

Choose a tag to compare

What's New in mLauncher 1.11.1.4

GitHub Downloads (total, specific tag)


✨ Enhancements

  • Add placeholder for empty widget screen and improve widget management (d635fb8a)
  • Add Widget Page feature (4fee3a2e)
  • Enhance AppLogger with verbose logging and unconditional warning/error logging (37d0d9f3)
  • Introduce dynamic application name based on build type (6b354ee0)
  • Enhance Private Space UI and Logic (fc9287fa)

🐛 Bug Fixes

  • Update widget dimensions and bitmap scaling (b3de3be4)
  • Hide Private Apps button when mLauncher is not default (a407a6f2)

♻️ Code Quality

  • Improve crash handling and reporting (a71b94f6)
  • Adjust Word of the Day widget minWidth (c4539247)
  • Rename bottomSheet to showDeviceBottomSheet (bde4558f)
  • Mark word_of_the_day as not translatable (29f84c99)
  • Remove wordoftheday.xml from Crowdin configuration (22e74bac)
  • Update regex for conventional commit types (9b7870fe)
  • Update commit parsing rules for changelog generation (250afcf4)
  • Update post-discord-release.js (ead38b5c)
  • Implement caching and optimize data loading in MainViewModel (9318ffa0)

🌐 Localization


⚠️ Feature Removals

  • Delete Word of the Day string resource files for all locales except English (016c4de7)

📥 Installation Instructions

  1. Download the APK.
  2. Allow your browser/files app to install apps.
  3. Install mLauncher.

⚠️ Note for Double Tap to Lock Feature

Manually installed APKs may block accessibility settings needed for this feature. To enable:

  1. Go to Settings → Apps → Multi Launcher.
  2. Tap the three-dot menu at the top right.
  3. Select Allow restricted settings.

Full Changelog: 1.11.1.3 → 1.11.1.4


Improvements in this version: Added placeholder for empty widget screen, Widget Page feature, enhanced AppLogger, dynamic application name, improved Private Space UI and logic, fixed widget scaling, hid Private Apps button when mLauncher is not default, improved crash handling, adjusted Word of the Day widget minWidth, renamed bottomSheet variable, updated localization files, updated conventional commit parsing, caching and data loading optimizations, and removed Word of the Day localized resources.