StorePrefs
Overview
StorePrefs is module for Google Playstore, which controls the update of applications.
Features:
- Warning when updating app which could break some modules (module author have to implement it)
- Blocking auto update of apps which could break some modules (module author have to implement it)
- Blocking rapid update
- Ignoring some updates (When you have update available in My Applications in Playstore just long click on this update to ignore it)
- Saving and then restoring list of applications from Playstore (it's restored in saved version.To downgrade application with this you need XInstaller module)
If you want me to add any other features related to Google Playstore please let me know :)
Modules, that currently implement version checking:
- Snapprefs (not yet, but will)
- If you want your module mentioned here let me know :)
- Added INSTALL intent
- Added saving and restoring list of applications
- Bugfixes
Fixed preferences (well, it wasn't working to be honest, but now works)
Added option to clear list of ignored versions
Added ignoring versions (long click on application in My Applications)
Added Settings activity
Added blocking rapid update
Initial release