Skip to content

Releases: freefrank/QuickLaunchAssistant

v0.4

Choose a tag to compare

@github-actions github-actions released this 01 Sep 00:18
Add activity-level app selection and git-synced version display

- Implement long-press to show activity selection dialog for each app
- Add ActivityHelper to discover all launchable activities in an app
- Create ActivitySelectionDialog with clean UI for activity selection
- Support launching specific activities instead of just default launcher
- Add fallback mechanism if specific activity launch fails
- Sync version number display with git tags in toolbar
- Fix version display to avoid duplicate 'v' prefix

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

v0.3

Choose a tag to compare

@github-actions github-actions released this 31 Aug 09:46
Major UI redesign and dark theme support for v0.3

🎨 Complete visual redesign with Material Design 3
- Modern card-based app list with enhanced visual hierarchy
- Beautiful loading screen with animated progress indicators
- Real-time progress tracking with app count display

🔍 Advanced search functionality
- Instant search across app names and package names
- High-contrast search bar with proper theming
- Clean, accessible search interface

🌙 Full dark theme support
- Automatic system theme following with DayNight theme
- Optimized colors for both light and dark modes
- Enhanced contrast and readability across all themes

✨ Enhanced user experience
- Smooth animations and transitions
- Material Design ripple effects
- Professional app bar with proper branding
- Improved touch targets and accessibility

🎯 Visual improvements
- AI chat apps prominently displayed at top
- Package names shown for better app identification
- Rounded corners and elevated cards throughout
- Consistent spacing and typography system

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 09:22
Update app features for v0.2.1

- Enhanced MainActivity with progress indicator and coroutines
- Updated build configuration to Java 17
- Added kotlinx-coroutines-android dependency
- Improved UI layout with progress bar