Skip to content

Commit

Permalink
Minor fixes. Bumped version number to 2.5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Jun 7, 2014
1 parent 3869447 commit 983435e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ Open Source Projects Used

Changelog
---------
**current**
**version 2.5.2 (released 6/7/2014)**
- major ui improvements for long press actions
- option to highlight ayah bookmarks by default
- malaysian translation (thanks @asyazwan)
- uyghur translation (thanks @Sahran)
- right to left layout for arabic (thanks @aessam)
- bugfixes
- many bugfixes and improvements

You can see our complete set of releases [here] (https://github.com/ahmedre/quran_android/releases)
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.quran.labs.androidquran" android:versionCode="251"
android:versionName="2.5.1"
package="com.quran.labs.androidquran" android:versionCode="252"
android:versionName="2.5.2"
android:installLocation="auto">

<supports-screens android:largeScreens="true" android:xlargeScreens="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public int onStartCommand(Intent intent, int flags, int startId) {

if (action.equals(ACTION_CONNECT)){
if (mState == State.Stopped){
processStopRequest();
processStopRequest(true);
}
else {
int sura = -1;
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/menu/quran_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
android:icon="@drawable/ic_goto_quran"
android:title="@string/menu_back_to_page"
android:showAsAction="ifRoom" />
<item android:id="@+id/night_mode"
android:icon="@drawable/ic_brightness"
android:title="@string/prefs_night_mode_title"
android:showAsAction="ifRoom" />
<item android:id="@+id/search"
android:icon="@drawable/ic_ab_search"
android:title="@string/menu_search"
android:showAsAction="ifRoom" />
<item android:id="@+id/night_mode"
android:icon="@drawable/ic_brightness"
android:title="@string/prefs_night_mode_title"
android:showAsAction="ifRoom" />
<item android:id="@+id/jump"
android:title="@string/menu_jump"
android:showAsAction="never" />
Expand Down

0 comments on commit 983435e

Please sign in to comment.