Keep Trash
Read more - HERE
I use Google Keep a lot to jot down thoughts that come to my mind, thoughts that may come in handy in future. This leads to many many notes scattered all over the app.
To delete a note, I had to -
1. Long tap the note
2. Tap on the 3-dot overflow menu
3. Tap on 'Delete'.
So I moved the buttons to the action bar. Now, to delete a note -
1. Long tap the note
2. Tap on 'Delete'
In v1.1, I implemented a customized icon listing in the action bar when the note was selected in the official Google Keep app. Users can choose any combination, such as select only one among the menu icons listed below, choose any two, choose all three or choose none. Users can choose among the following icons -
- Archive
- Delete
- Share
In v1.2, I implemented a customized icon listing in the action bar when the note is being edited in the official Google Keep app. Just like v1.1, users can select any combination among the menu items listed below -
- Archive
- Show/Hide Checkboxes
After 2 years, with v2.0 comes a completely re-written implementation of the Xposed module. The code is more flexible and robust. Keep Trash now uses the new material design and new material drawables that are consistent with the official Google Keep app. Now, visibility of 6 menu items can be customized - Delete, Archive, Share, Reminder, Label and Color Picker. For more details, check the changelog below.
You can select the icons you want to show in your Google Keep app action bar and customize your Google Keep experience.
Checkout screenshots - HERE
- Minor change to the Xposed Module description that shows up in the Xposed installer
Read more HERE
- Completely re-written Xposed implementation that is more robust and flexible
- Add support for Google Keep v3.3+
- Visibility of 6 menu icons can be customized - Delete, Archive, Share, Label, Reminder and Color Picker
- New Keep Trash app icon
- New material design for the Keep Trash app
- New material drawables for the Google Keep action bar
- Removed floating action button (for now?)
- Removed customization of 'Note Editor' action bar as Google Keep doesn't have those options in action bar anymore
- Add Czech translation (thanks to @jise at Github)
Read more HERE
- Fix action bar icons' sizes in official Google Keep
- Remove "Exit" button from Keep Trash action bar
- Added German translations (thanx to mihahn @ XDA-developers)
Read more HERE
- Ability to choose which icons (Archive or Show/Hide checkboxes) should show up in action bar when the note is being edited in the official Google Keep app (any combination can be selected)
- Add android L style floating button to open Google Keep from Keep Trash (thanx to FAB library)
- Change supported android version to 4.0.3+ (API 15+) (Google Keep supports 4.0.3+ only)
- Fix module description in Xposed Installer after install
- Add padding to "Share" icon to make it a bit smaller
- Set action bar color to blue
Read more HERE
NOTE - If you have previously disabled the GUI in v1.0, uninstall and reinstall Keep Trash to enable the new GUI to see the customization options.
- Ability to choose which icons you want to show in official Google Keep's action bar (any combination from Archive, Delete and Share can be set. Any one among these, any two, all or none)
- Switch from Holo theme to Holo light with dark action bar
- Remove 'Disable GUI' checkbox
- Enable 'Open Google Keep in Play Store' permanently
- Code clean up
- Initial release
Read More - HERE