Commit graph

42 commits

Author SHA1 Message Date
c0d0186395 Updated dependencies, cleaned build.gradle. 2015-08-18 11:15:39 +02:00
37943b1255 Merge pull request #5 from PLNech/UserCertificatesDir
Tests: Replaces now unresolvable USER_CERTIFICATES_DIR
2015-08-18 16:51:55 +08:00
Paul-Louis NECH
6770d0af6b Tests: Replaces now unresolvable USER_CERTIFICATES_DIR by call to appropriate method 2015-08-14 14:45:07 +02:00
07932f0a36 Bumped version to 1.0.2. 2014-10-22 14:44:23 +03:00
728de3a2cf Added donate button to readme. 2014-10-22 14:43:08 +03:00
4feaaf909e Updated .gitignore. 2014-10-22 14:30:43 +03:00
be04474df5 Updated target API to 21, updated dependency. 2014-10-22 14:29:57 +03:00
88bdfe303e Added support for Android 5. 2014-10-22 14:22:13 +03:00
Felix Ableitner
7b72399413 Added F-Droid download badge 2014-08-10 14:55:02 +02:00
310f60a532 Bumped version to 1.0.1. 2014-08-05 22:49:08 +02:00
2ccda3cb3f Fixed crash when rapidly moving multiple certificates using list buttons. 2014-08-05 20:46:32 +02:00
200fefe9c3 Make "no root available" dialog non-cancelable. 2014-08-05 20:01:29 +02:00
33bfefa4a1 Added Java 1.7 support. 2014-08-05 19:54:37 +02:00
921c5bf4a3 Updated readme (corrected library name, added Google Play link). 2014-07-28 14:03:01 +02:00
2036fb1026 Added GPL v3 license. 2014-07-28 13:40:26 +02:00
d6b2e44171 Updated readme with description and build instructions. 2014-07-24 20:00:14 +02:00
722c08b17e Added screenshots. 2014-07-24 19:49:11 +02:00
cbdd1b9ba6 Bumped version to 1.0.0. 2014-07-24 19:26:48 +02:00
edc0a51fda Updated libsuperuser. 2014-07-24 19:25:53 +02:00
80a8387090 Added proper gradle release build. 2014-07-24 19:11:26 +02:00
c9b078cf62 Fixed CertificateAdapter inserting wrong certificate into database. 2014-07-24 19:06:39 +02:00
3f42575484 Added empty text to ListView. 2014-07-24 19:06:24 +02:00
03fa8133ab Changed app name to "Move Certs!". 2014-07-24 18:42:38 +02:00
0f3ba0737b Fixed gradle warnings. 2014-07-24 18:37:28 +02:00
73d6e1de7c Added progress bar on list items while moving certificate. 2014-07-24 18:32:07 +02:00
1238d2ca61 Removed CertificateAdapterTest as class is too interconnected for easy unit testing. 2014-07-24 18:06:34 +02:00
6f935dc672 Added warning dialog if no root permissions, work around dialogs being shown more than once. 2014-07-24 16:41:25 +02:00
95b26b80d4 Added launcher icon. 2014-07-24 16:41:06 +02:00
a4b84f9d15 Change coloring (color title instead of whole list item). 2014-07-24 13:16:44 +02:00
37ac4d2801 Added proper certificate names. 2014-07-24 00:10:36 +02:00
287c6462ff Update list automatically when certificates are changed. 2014-07-23 03:31:25 +02:00
3ffecaa310 Don't call blocking functions from ui thread. 2014-07-23 00:36:27 +02:00
387202d92d Set correct permissions for moved certificates, added missing test changes. 2014-07-22 18:01:13 +02:00
f7952aa9ce Added move dialog on start and list item buttons (move/delete). 2014-07-22 01:53:42 +02:00
90a1973853 Updated libsuperuser to reference the main project. 2014-07-21 14:33:01 +02:00
b575d442cf Added move dialog shown on activity resume. 2014-07-17 17:28:56 +02:00
9cbfa8bf86 Added MovedCertificatesStorage, only list moved system certs in GUI. 2014-07-17 17:05:16 +02:00
5159fa88b1 Added certificate listing with colors to MainActivity. 2014-07-16 00:24:00 +02:00
11e4cc882b Implemented CertificateManager (including tests). 2014-07-15 23:23:16 +02:00
f5c370b9fe Removed unused code and files. 2014-07-02 22:16:51 +02:00
c7ac61fe53 Added RootCommands library from https://github.com/dschuermann/superuser-commands.git 2014-07-02 17:25:42 +02:00
d69d97ae40 Initial commit. 2014-07-02 16:31:36 +02:00