Update metadata and add new builds

This commit is contained in:
Simon Marquis 2016-05-14 11:39:21 +02:00
parent ed83d07fda
commit 63a0b0bec2

View file

@ -1,14 +1,24 @@
Categories:System Categories:System
License:Apache2 License:Apache2
Web Site: Author Name:Simon Marquis
Author Email:contact@simon-marquis.fr
Web Site:https://simonmarquis.github.io/Android-PreferencesManager
Source Code:https://github.com/SimonMarquis/Android-PreferencesManager Source Code:https://github.com/SimonMarquis/Android-PreferencesManager
Issue Tracker:https://github.com/SimonMarquis/Android-PreferencesManager/issues Issue Tracker:https://github.com/SimonMarquis/Android-PreferencesManager/issues
Auto Name:Preferences Manager Auto Name:Preferences Manager
Summary:Edit app preferences Summary:Edit app preferences
Description: Description:
Applications store their preferences in databases and if you have root this app Android provides several options for developers to save application data. The
will allow you to edit those. most frequent solution is the Shared Preferences framework. It's a simple way to
store private primitive data in key-value pairs. Unfortunately, this method is
not very secure... It consists in a simple XML file stored in the private
folder, specific to the app. But in the case of a rooted device, theses files
can be read, edited and even deleted.
Preferences Manager allows you to edit these preferences in a simple and easy
way. You can for instance increase your highscores, modify your progression, or
just debug your application preferences.
. .
Requires Root:yes Requires Root:yes
@ -59,9 +69,19 @@ Build:1.8.1,20
rm=Resources,PreferencesManager/libs/rootfw.jar rm=Resources,PreferencesManager/libs/rootfw.jar
prebuild=cp -a $$RootFW$$/src/* src/main/java/ prebuild=cp -a $$RootFW$$/src/* src/main/java/
Maintainer Notes: Build:1.8.2,182
Arbitrary setting of version name and code, so no UCM applies. commit=v1.8.2
. subdir=PreferencesManager
gradle=yes
rm=Resources
Build:1.8.3,183
commit=1.8.3
subdir=PreferencesManager
gradle=yes
rm=Resources
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:None Update Check Mode:Tags
Current Version:1.8.3
Current Version Code:183