From 63a0b0bec2bdc70359ef0ceb9b0898a71ade5075 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sat, 14 May 2016 11:39:21 +0200 Subject: [PATCH] Update metadata and add new builds --- .../fr.simon.marquis.preferencesmanager.txt | 34 +++++++++++++++---- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/metadata/fr.simon.marquis.preferencesmanager.txt b/metadata/fr.simon.marquis.preferencesmanager.txt index 43d6da70dd..42d37a44e8 100644 --- a/metadata/fr.simon.marquis.preferencesmanager.txt +++ b/metadata/fr.simon.marquis.preferencesmanager.txt @@ -1,14 +1,24 @@ Categories:System 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 Issue Tracker:https://github.com/SimonMarquis/Android-PreferencesManager/issues Auto Name:Preferences Manager Summary:Edit app preferences Description: -Applications store their preferences in databases and if you have root this app -will allow you to edit those. +Android provides several options for developers to save application data. The +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 @@ -59,9 +69,19 @@ Build:1.8.1,20 rm=Resources,PreferencesManager/libs/rootfw.jar prebuild=cp -a $$RootFW$$/src/* src/main/java/ -Maintainer Notes: -Arbitrary setting of version name and code, so no UCM applies. -. +Build:1.8.2,182 + 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 -Update Check Mode:None +Update Check Mode:Tags +Current Version:1.8.3 +Current Version Code:183