From 8ccdae5c95d93ca02a809f87b2cd85a6c9fa5637 Mon Sep 17 00:00:00 2001 From: Hafiq Date: Thu, 6 Apr 2017 00:22:20 +0800 Subject: [PATCH 1/2] add ConcealSharedPreferences --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d5766c..2d05127 100644 --- a/README.md +++ b/README.md @@ -215,3 +215,4 @@ Name | Repository | License [Joda Time Android](https://github.com/dlew/joda-time-android) | https://github.com/dlew/joda-time-android | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) [Bolts](https://github.com/BoltsFramework/Bolts-Android) | https://github.com/BoltsFramework/Bolts-Android | [BSD](https://en.wikipedia.org/wiki/BSD_licenses) [Secure Preference Manager](http://prashantsolanki3.github.io/Secure-Pref-Manager/) | http://prashantsolanki3.github.io/Secure-Pref-Manager/ | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) +- [Conceal SharedPreferences](https://github.com/afiqiqmal/ConcealSharedPreference-Android) | https://github.com/afiqiqmal/ConcealSharedPreference-Android | [MIT License](https://opensource.org/licenses/MIT) From 4401028fd101ac061189a61d204c9550dd554db2 Mon Sep 17 00:00:00 2001 From: Hafiq Date: Thu, 26 Oct 2017 15:31:07 +0800 Subject: [PATCH 2/2] add atomic (network) and moshi (json) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d05127..f9072cd 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Name | Repository | License [Retrofit](http://square.github.io/retrofit/) | https://github.com/square/retrofit | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) [RxNetty](https://github.com/ReactiveX/RxNetty) | https://github.com/ReactiveX/RxNetty | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) [Basic HTTP Client for Java](https://code.google.com/p/basic-http-client/) | https://code.google.com/p/basic-http-client/ | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) +[Atomic] (https://shiburagi.github.io/Atomic/) | https://shiburagi.github.io/Atomic/ | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) ## Image Loader Name | Repository | License @@ -70,6 +71,7 @@ Name | Repository | License Name | Repository | License --- | --- | --- [Gson](https://code.google.com/p/google-gson/) | http://google-gson.googlecode.com/svn/trunk/ | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) +[Moshi](https://github.com/square/moshi) | https://github.com/square/moshi | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) [ig-json-parser](https://github.com/Instagram/ig-json-parser) | https://github.com/Instagram/ig-json-parser | [BSD](https://en.wikipedia.org/wiki/BSD_licenses) [Jackson](http://jackson.codehaus.org/) | https://github.com/FasterXML/jackson | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0)