Skip to content

Commit c266301

Browse files
author
Shushant
committed
Updated to version 1.8.0
1 parent cae002f commit c266301

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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"
@@ -25,7 +25,7 @@
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>

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

0 commit comments

Comments
 (0)