File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22
33<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
44 package =" org.opendroidphp"
5- android : versionCode =" 17000 "
6- android : versionName =" 1.7 .0" >
5+ android : versionCode =" 18000 "
6+ android : versionName =" 1.8 .0" >
77
88 <uses-sdk
99 android : maxSdkVersion =" 19"
2525 android : theme =" @style/Theme.DroidPHP" >
2626
2727 <activity
28- android : name =" .app.ui.ActivityConsole "
28+ android : name =" .app.ui.ConsoleActivity "
2929 android : configChanges =" keyboard|keyboardHidden|orientation|screenSize"
3030 android : label =" @string/app_name" >
3131 <intent-filter >
Original file line number Diff line number Diff line change 1+ * 1.8.0 (2014-11-13)
2+ * Refactored and improved coding standard
3+ * Improved UI
4+ * Added Uninstall option
5+ * Added config file manager
6+ * Fixed and Improved Package manager
7+ * Added config viewer/editor
8+ * Added config parser
9+
110* 1.7.0 (2014-8-15)
211 * updated from activity to fragment
312 * Added Drawer
You can’t perform that action at this time.
0 commit comments