Skip to content

Commit

Permalink
Releasing 0.2a version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriog committed May 5, 2012
1 parent d504508 commit 09103df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.keuse.rightsalert"
android:versionCode="1"
android:versionName="0.1a" >
android:versionCode="2"
android:versionName="0.2a" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Rights alert 0.1a
Rights alert 0.2a
=================

License
Expand All @@ -19,14 +19,17 @@ The principle is simple: each permission represent an amount of points, and if t
What's new?
-----------

+ First release
+ Just displays a basic list of dangerous applications
+ The score of each applications is displayed in the list
+ The user is able to choose if he want to sort applications by name or by score
+ The user can hide system applications
+ French translation has been added
+ Applications icons are now limited to 40 for width to fix a display bug

In the next release…
--------------------

+ The score of each applications will be displayed in the list
+ The user will be able to choose if he want to sort applications by name or by score
+ An about popup will be added
+ The user will be able to customize the score calculation algorithm

Links
-----
Expand All @@ -35,4 +38,11 @@ Links
* Rights alert on Google Play: https://play.google.com/store/apps/details?id=fr.keuse.rightsalert
* Rights alert GitHub repository: https://github.com/cglapa/rights-alert/
* Launcher image page: http://icones.pro/verrouillage-droits-securite-image-png.html
* Sergio Sanchez Lopez's page: http://kde-look.org/usermanager/search.php?username=Sephiroth6779
* Sergio Sanchez Lopez's page: http://kde-look.org/usermanager/search.php?username=Sephiroth6779

History
-------

### Version 0.1a
+ First release
+ Just displays a basic list of dangerous applications

0 comments on commit 09103df

Please sign in to comment.