From ce6b40d4da96bc5313dcbd35fc1e18a2045f962b Mon Sep 17 00:00:00 2001 From: ahmedre Date: Sun, 3 Jul 2016 19:18:49 -0700 Subject: [PATCH] Update patch set to 5. This patch set fixes a few issues in highlighting and with some rogue pixel noise. Specifically, it fixes the highlighting of 2:6, 61:14, and 63:4 (fixes #489 and #538). It also fixes some extra pixels that made one dot look like one and a half donts (fixes #663). Finally, it added some space between the last two verses of 12:17 (fixes #664). --- .../com/quran/labs/androidquran/data/QuranFileConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/madani/java/com/quran/labs/androidquran/data/QuranFileConstants.java b/app/src/madani/java/com/quran/labs/androidquran/data/QuranFileConstants.java index 90301fee29..be9ae8c481 100644 --- a/app/src/madani/java/com/quran/labs/androidquran/data/QuranFileConstants.java +++ b/app/src/madani/java/com/quran/labs/androidquran/data/QuranFileConstants.java @@ -24,5 +24,5 @@ public class QuranFileConstants { public static final String ARABIC_DATABASE = "quran.ar.db"; // images version - public static final int IMAGES_VERSION = 4; + public static final int IMAGES_VERSION = 5; }