Clippy
- Added shorteners and trackers of
- Use
- Fixed handling of URLs: If no network connection, returning the original URL and copying it to the clipboard
- Improved
- Replaced and removed old
- Added a timeout for
- Refactored code for cleaner structure and efficiency
- Some small improvements and updates to strings
What is Clippy?
Version: 1.1
- Update copy link icons from menu- Added shorteners and trackers of
Pinterest, Spotify, ByteDance in filters- Use
lifecycleScope in CopyLinkCleanerActivity to process links asynchronously- Fixed handling of URLs: If no network connection, returning the original URL and copying it to the clipboard
- Improved
ShortenerRemover regex for better accuracy- Replaced and removed old
BuiltinRules for method CustomTrackerRemover- Added a timeout for
RedirectionHandler to prevent UI freezes- Refactored code for cleaner structure and efficiency
- Some small improvements and updates to strings
What is Clippy?
🔥48❤27👍20👎7
Clippy
- Add built-in rules to apply custom regex rules for cleaning specific URLs
- Add support to
- Add support for cleaning processing on multiple links copied at once
- Check if URLs are valid before starting cleaning or copying to clipboard
- Remove text shared/copied along with links before copying to clipboard
- Fix
- Improve
- Added Spanish translation by @nubesurrealista
- Various code changes, improvements, and fixes
- Full changes here
What is Clippy?
Version: 1.2- Add built-in rules to apply custom regex rules for cleaning specific URLs
- Add support to
PROCESS_TEXT to allow use of Clippy in text selection- Add support for cleaning processing on multiple links copied at once
- Check if URLs are valid before starting cleaning or copying to clipboard
- Remove text shared/copied along with links before copying to clipboard
- Fix
UrlCleaner process modules resulting in some broken URLs- Improve
RedirectionHandler to fix exceptions and disconnection handling- Added Spanish translation by @nubesurrealista
- Various code changes, improvements, and fixes
- Full changes here
What is Clippy?
❤90👍42🔥14👎7🎉4
app-release.apk
5.4 MB
Google Shortcuts Launcher
- Update settings UI design
- Adjust bottom sheet assistant layout
- Add theme contrast colors
- Update Music Search shortcut icon
- Update Weather shortcut icon
- Update dependencies, Gradle, and Kotlin
- Minor changes
GitHub Repository
Version: 5.0- Update settings UI design
- Adjust bottom sheet assistant layout
- Add theme contrast colors
- Update Music Search shortcut icon
- Update Weather shortcut icon
- Update dependencies, Gradle, and Kotlin
- Minor changes
GitHub Repository
5❤58👍32🔥6👎4🎉4
Google Shortcuts Launcher
- Added Google Lens shortcut
- Added option to add music search in quick settings
- General UI changes and improvements
- Improve toolbar noscript behavior with scale collapse mode (#16) by @imjyotiraditya
- Remove contrast in edge to edge to set transparent navigation bar correctly (from some manufacturers)
- Tap in "version" from settings open latest GitHub release
- Aded Japanese translation (#14) by @reindex-ot
- Update Gradle and dependencies
- Various code changes and improvements
- Full Changelog here
Version: 5.1- Added Google Lens shortcut
- Added option to add music search in quick settings
- General UI changes and improvements
- Improve toolbar noscript behavior with scale collapse mode (#16) by @imjyotiraditya
- Remove contrast in edge to edge to set transparent navigation bar correctly (from some manufacturers)
- Tap in "version" from settings open latest GitHub release
- Aded Japanese translation (#14) by @reindex-ot
- Update Gradle and dependencies
- Various code changes and improvements
- Full Changelog here
❤62👍33🎉3🔥2
MicroG RE (MicroG Services Redesign)
- Bump GMS version to
- Added a privacy option to the settings screen
- Added an option to undo account removal via snackbar
- Added actions in the foreground service notification to open battery optimization and notification settings
- Added support for
- Updated app icon color to align with YouTube branding changes
- Used snackbar in the UpdateChecker, improved exception handling, and rewired feature logic
- Fixed ANR exception in UpdateChecker when there is no internet connection
- Fixed usage of the deprecated
- Removed
- Added missing Italian strings (#46)
- Correctly translated Cloud Messaging strings for pt-BR
- Fixed Italian translations (#44)
- Made various UI improvements
- Updated Gradle/dependencies
GmsCore
- Fixed handling of GCM topic unregistrations that return an empty token
- Updated GitHub Actions workflows
- Updated Gradle configuration
Version: 5.10- Bump GMS version to
24.47.38- Added a privacy option to the settings screen
- Added an option to undo account removal via snackbar
- Added actions in the foreground service notification to open battery optimization and notification settings
- Added support for
x86 / x86_64 ABIs (#45)- Updated app icon color to align with YouTube branding changes
- Used snackbar in the UpdateChecker, improved exception handling, and rewired feature logic
- Fixed ANR exception in UpdateChecker when there is no internet connection
- Fixed usage of the deprecated
lowerCase method- Removed
fake-signature (#32)- Added missing Italian strings (#46)
- Correctly translated Cloud Messaging strings for pt-BR
- Fixed Italian translations (#44)
- Made various UI improvements
- Updated Gradle/dependencies
GmsCore
- Fixed handling of GCM topic unregistrations that return an empty token
- Updated GitHub Actions workflows
- Updated Gradle configuration
4🔥126👍45❤25🎉4
ViPER4Android FX Redesign
New
- Change process audio files provider to ViPER4Android-Presets thanks @syntaxticsugr
Fixes
- Fixed switchbar sometimes not matching the list state
- Fixed audio device profile and module is lost when switching device language (#26)
- Fixed can't load saved profiles due to
- Fixed snackbar does not overwrite presets if the file name starts with symbols (*#$@&)
Improvements
- Improved
- Various adjustments to the interface, components, colors and themes
- Improved translations
Others
- Change some links
⚠️ New driver module required ⚠️
Version: 7.1 - Glyn JohnsNew
- Change process audio files provider to ViPER4Android-Presets thanks @syntaxticsugr
Fixes
- Fixed switchbar sometimes not matching the list state
- Fixed audio device profile and module is lost when switching device language (#26)
- Fixed can't load saved profiles due to
Android/data/ access restrictions (#25)- Fixed snackbar does not overwrite presets if the file name starts with symbols (*#$@&)
Improvements
- Improved
ViPERService activation in foreground service for slightly faster activation rate - Various adjustments to the interface, components, colors and themes
- Improved translations
Others
- Change some links
⚠️ New driver module required ⚠️
The application now operates with a new driver module. To enable the Reverberation feature and resolve issues with Stereo3DSurround, it's necessary to install the new driver module and uninstall the previous version.👍129🔥42❤33👎2🎉1
Google Shortcuts Launcher
- Added AOSP Files shortcut
- Added Google Quick Share shortcut
- Added check updates option in settings
- Don't allow backup data to prevent shortcuts manager state not match shortcuts visibility
- Update
- Dropped setup voice assistant option for
- Various improvements in interface and code structure
- Update translations
- Small changes
Version: 5.2- Added AOSP Files shortcut
- Added Google Quick Share shortcut
- Added check updates option in settings
- Don't allow backup data to prevent shortcuts manager state not match shortcuts visibility
- Update
targetSdk to 35 and fix music search tile depreciation- Dropped setup voice assistant option for
GamesShortcut- Various improvements in interface and code structure
- Update translations
- Small changes
👍51🔥15❤7👎5
Clippy
Hotfix:
- Fix http traffic in RedirectionHandler module
- Added Vietnamese translation
URL Validation and Processing:
- Fixed issue where magnet links were not copied to the clipboard
- Correctly integrated
- Improved URL receiver, cleaner, and module processing
Workflow and Task Distribution Improvements:
- Enhanced error handling
- Adjusted module application order to prevent generate broken links
- Implemented asynchronous processing for multiple URLs
Other Fixes and Adjustments:
- Updated fragment handling to avoid tag duplication for some links (common in search redirect links)
- Fixed
- Removed unused dependencies
Translations:
- Added Indonesian (Bahasa) translation
- Added Greek translation
- Updated existing translations
What is Clippy?
Version: 1.4Hotfix:
- Fix http traffic in RedirectionHandler module
RedirectionHandler: Error resolving URL: Cleartext HTTP traffic to bit.ly not permitted- Added Vietnamese translation
Version 1.3URL Validation and Processing:
- Fixed issue where magnet links were not copied to the clipboard
- Correctly integrated
UrlValidator before UrlCleaner- Improved URL receiver, cleaner, and module processing
Workflow and Task Distribution Improvements:
- Enhanced error handling
- Adjusted module application order to prevent generate broken links
- Implemented asynchronous processing for multiple URLs
Other Fixes and Adjustments:
- Updated fragment handling to avoid tag duplication for some links (common in search redirect links)
- Fixed
BuiltinRulesResolver to preserve link schemes, patches, and fix regex data- Removed unused dependencies
Translations:
- Added Indonesian (Bahasa) translation
- Added Greek translation
- Updated existing translations
What is Clippy?
❤53👍27👎2🔥2
Google Shortcuts Launcher
- Added option to select app theme
- Added launch shortcuts with Device Digital Assistant option, making it easier to trigger actions quickly via device gestures or buttons
- Added device games manager for Google Pixel and AOSP ROMs
- Refactored code structure, logic, boilerplate and improve performance with various fixes, see more...
- Various UI improvements
- Updated Gradle and dependencies
Full Changelog: https://github.com/WSTxda/Google-Shortcuts-Launcher/compare/5.2...5.3
Version: 5.3- Added option to select app theme
- Added launch shortcuts with Device Digital Assistant option, making it easier to trigger actions quickly via device gestures or buttons
- Added device games manager for Google Pixel and AOSP ROMs
- Refactored code structure, logic, boilerplate and improve performance with various fixes, see more...
- Various UI improvements
- Updated Gradle and dependencies
Full Changelog: https://github.com/WSTxda/Google-Shortcuts-Launcher/compare/5.2...5.3
👍42❤16🔥4👎2