Skip to content

Commit

Permalink
update change lo
Browse files Browse the repository at this point in the history
  • Loading branch information
maoruibin committed Dec 25, 2016
2 parents 8288291 + c8262ae commit c5480eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ AppPlus is a open source android application,and used to manage app,export apk,w
* [systembartint](https://github.com/jgilfelt/SystemBarTint)
* [AndroidProcesses](https://github.com/jaredrummler/AndroidProcesses)
* [recyclerview-animators](https://github.com/wasabeef/recyclerview-animators)
* [RxJava](https://github.com/ReactiveX/RxJava)

### Changelog ###
Changelog is available [here](/doc/Changelog.md)(write by chinese)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ protected void onCreate(Bundle savedInstanceState) {
setTheme(mThemeUtils.getTheme(this));
super.onCreate(savedInstanceState);
// 设置是否对日志信息进行加密, true 加密
//AnalyticsConfig.enableEncrypt(true);
// 设置布局
if(initLayout()>0){
setContentView(initLayout());
Expand Down
4 changes: 4 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

#ChangeLog#
* 0.9.5

add package info list (16/12/26)
adapter Android N (16/12/25)

* 0.3.2

Expand Down
4 changes: 3 additions & 1 deletion doc/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AppPlus是一个可以用于传送Apk文件,提取APK文件等的工具软件

### 开发初衷 ###

[为什么开发了 AppPlus](http://maoruibin.github.io/technology/2015/12/21/reason-for-appplus.html)
[为什么开发了 AppPlus](http://maoruibin.github.io/2015/12/21/reason-for-appplus.html)

### 截图 ###

Expand All @@ -18,6 +18,7 @@ AppPlus是一个可以用于传送Apk文件,提取APK文件等的工具软件

### <a name="jump">知识点</a> ###
* 官方support design库的使用
* 使用 RxJava 控制异步请求
* 主题颜色切换(主要原理是通过切换事先定义好的Theme,然后重新启动Activity)
* 友盟统计(包括事件统计以及自动更新)
* RecycleView 分割线以及Item动画的应用
Expand All @@ -29,6 +30,7 @@ AppPlus是一个可以用于传送Apk文件,提取APK文件等的工具软件
* [systembartint](https://github.com/jgilfelt/SystemBarTint) -- 沉浸式效果
* [AndroidProcesses](https://github.com/jaredrummler/AndroidProcesses)
* [recyclerview-animators](https://github.com/wasabeef/recyclerview-animators)
* [RxJava](https://github.com/ReactiveX/RxJava)

### 更新日志 ###
Changelog is available [here](/doc/Changelog.md)
Expand Down

0 comments on commit c5480eb

Please sign in to comment.