Releases: quran/quran_android
Releases · quran/quran_android
Quran 2.6.3 for Gingerbread
- additional crash fixes. in yesterday's update, context was replaced with context.getApplicationContext() while initializing DropDownPopup in SpinnerCompat . this caused many problems on certain devices (due to the selector resource, for example, not being found or set). in retrospect, this was not an ideal fix, since when dealing with the ui, we should be dealing with a context (since it will contain theme/styling information) instead of an application context. consequently, reverted this fix and, for now, let the jump dialogs show a dialog popup when their spinners are selected (while this isn't ideal, it's better than the old behavior, where the dropdown was cut off and as thus, the end of the list was unreachable, and is also better than the new behavior where it works on many devices and crashes on others).
- updated appcompat-v7 and support-v4 to v22. this allowed for the removal of the FixedListPopup class introduced in the last patch set, since now appcompat does this for us.
this version is only for Gingerbread and Honeycomb. it will only be getting critical fixes. all new development will be for 4.x+ insha'Allah.
Quran 2.6.3
Quran 2.6.2 for Gingerbread
- fix PopupWindow crashes due to bug in PopupWindow that was fixed in Honeycomb (see https://code.google.com/p/android/issues/detail?id=64402).
- automatically copy text to the clipboard on long press on Honeycomb (due to a bug with the compat contextual actionbar - see https://code.google.com/p/android/issues/detail?id=80434).
- backport spinner fixes for spinner item width and automatically scrolling to the selected item
- major fixes to JumpFragment 's spinners, which were cut off.
- other minor bug fixes and improvements.
- this version is only for Gingerbread and Honeycomb. it will only be getting critical fixes. all new development will be for 4.x+ insha'Allah.
Quran Android 2.6.2
- spinner width fixes
- spinner automatically jumps to the selected value
- use material style search
- swap next and previous buttons in notification
- added Turkish sura names, shortened Russian translation of sura names
- improvements to custom storage location preference screen
- a plethora of other bugfixes
Quran 2.6.1 for Gingerbread
- fix spinners crashing on restore of an activity
- fix jump dialog crash on orientation change.
- this version is only for Gingerbread and Honeycomb. it will only be getting critical fixes. all new development will be for 4.x+ insha'Allah.
Quran 2.6.1
fix a really bad bug that caused audio to always require a connection to play
fixed some of the top crashes (and added logging for others).
Quran 2.6.0 for Gingerbread
- material design!
- change the translator from the translation popup.
- tons of bug fixes and improvements.
- this version is only for Gingerbread and Honeycomb. it will only be getting critical fixes. all new development will be for 4.x+ insha'Allah.
Quran 2.6.0
- material design!
- experimental audio manager with download all functionality.
- change the translator from the translation popup.
- tons of bug fixes and improvements.
Quran 2.5.8
- fix tablet landscape mode not loading images
- fix tablet landscape mode not showing audio bar on kitkat
- this is the last release for Eclair/Froyo (Android 2.1 / 2.2).
Quran 2.5.7
- added arrows to switch to next/previous ayah from translation panel
- added translator name in panel
- more clear night mode setting (thanks @ozbek)
- show an error and retry button instead of a blank page when page can't load
- spanish translation (thanks @AlexSalas)
- update turkish translation (thanks @ozbek)
- many bugfixes