Skip to content

Releases: thypon/eLauncher

2.1

11 Sep 05:11
abdd83f

Choose a tag to compare

New Features

  • Settings Activity: Added new SettingsActivity with swipe up support
  • Edge Swipe Gestures: Implemented edge swipe gesture handling in
    MainActivity
  • Last Launched App: Added support for tracking and highlighting last
    launched app
  • UsageStats API: Integrated UsageStats API to highlight recently used
    apps
  • Inverted Theme: Added support for inverted theme/dark mode with system
    theme default

Improvements

  • BigmeShims Class: New BigmeShims and UnlockReceiver classes for better
    API compatibility
  • Font Legibility: Set more legible fonts in MainActivity
  • Recent Apps Timeout: Increased recent apps timeout to 2 hours
  • Keyboard Debouncing: Added debouncing for keyboard appear/disappear to
    reduce eink flicker
  • Scroll Behavior: Enhanced scroll to back functionality from top and
    bottom
  • Default Browser: Added default browser selector functionality

Bug Fixes

  • API Compatibility: Fixed BigmeShims API compatibility and receiver flags
  • Bigme Gestures: Fixed bigme gestures restart functionality
  • Cast Crash: Fixed cast crash issue in MainActivity
  • Intent Safety: Added null check for intents before starting activities
  • Bigme Launcher: Fixed relaunch of bigme Launcher onStart
  • Recent Results: Removed bigme apps from recents results
  • Settings in Recent: Prevented settings from appearing in recent apps

Code Quality

  • Lint Fixes: Applied linting fixes across Java files

2.0 Final

26 Aug 12:57
dfb02bc

Choose a tag to compare

New in 2.0

  • Extremely lightweight: only 708KB
  • eInk friendly: uses a light theme by default, fix text size and weight
  • Fuzzy Search: search for apps by typing their name
  • Bottom search bar in app drawer

From 1.0

  • Homescreen and app drawer: swipe up on homescreen to enter the app drawer
  • Long press an app field on the homescreen to assign an app, app can be renamed
  • Type to search in app drawer, if only one result is left, it is automatically launched (like OLauncher)
  • Gestures: swipe down for notification center, left for browser app, right for phone app, double tap to open the original launcher
  • Hold on empty space to change the number of apps on homescreen

First Release

25 Aug 16:08
afa5023

Choose a tag to compare

Features

  • Extremely lightweight: only 779KB

  • eInk friendly: uses a light theme by default

  • Homescreen and app drawer: swipe up on homescreen to enter the app drawer

  • Long press an app field on the homescreen to assign an app, app can be renamed

  • Type to search in app drawer, if only one result is left, it is automatically launched (like OLauncher)

  • Gestures: swipe down for notification center, left for camera app, right for phone app, double tap to hopen app drawer with keyboard

  • Hold on empty space to change the number of apps on homescreen

Release Candidate

25 Aug 23:14
ac6f4a6

Choose a tag to compare

Release Candidate Pre-release
Pre-release

Alpha Version with some fixes