2013-11-02 00:16:14 +00:00
Categories:Reading
2012-08-10 19:50:58 +00:00
License:LGPL
2015-09-08 20:32:35 +00:00
Web Site:
2012-08-10 19:50:58 +00:00
Source Code:https://github.com/mjdenham/and-bible
2015-09-08 20:33:01 +00:00
Issue Tracker:https://github.com/mjdenham/and-bible/issues
2012-08-10 19:50:58 +00:00
2013-06-15 10:13:09 +00:00
Auto Name:And Bible
2012-09-05 12:47:38 +00:00
Summary:Offline Bible reader
2012-08-10 19:50:58 +00:00
Description:
2012-09-28 13:31:34 +00:00
* Read the bible and refer to commentaries wherever you are
* Over 40 English versions of the bible including ESV, KJV and NET
* Totally offline after initial downloads
* The bible in over 50 different languages
2013-04-09 21:38:55 +00:00
* 26 commentaries
2012-09-28 13:31:34 +00:00
* Uses the JSword engine from CrossWire
2013-04-09 21:38:55 +00:00
* User interface translated into many different languages
2012-09-28 13:31:34 +00:00
* You can add more bibles to the list via the CrossWire site
2012-08-10 19:50:58 +00:00
.
Repo Type:git
Repo:https://github.com/mjdenham/and-bible.git
2014-04-26 10:15:00 +00:00
Build:1.5.5,79
commit=7d7e23e88da2ea9ce598fc6c454e52b508d70c48
subdir=AndBible
target=android-8
Build:1.6.0,83
commit=5aad7e0ec7793a23296a8c7257687550ff6bca81
subdir=AndBible
target=android-8
Build:1.7.3,93
commit=build-01.07.03
subdir=AndBible
init=rm -f build.xml
Build:1.8.1,100
commit=build-01.08.01
subdir=AndBible
target=android-10
Build:1.9.0,107
commit=74c888f4ce77ee6dd00612fe7b9df46899bda990
subdir=AndBible
target=android-10
2012-08-24 14:07:44 +00:00
2014-06-30 15:17:37 +00:00
Build:2.1.1,138
commit=d5f6a1534cae65ff6d7eaf1d89f
subdir=AndBible
srclibs=1:Support/v7/appcompat@android-4.4.3_r1
extlibs=android/android-support-v4.jar
prebuild=mv libs/android-support-v4.jar $$Support$$/libs && \
rm build.xml
2015-08-11 02:31:45 +00:00
Build:2.2.2,166
commit=build-02.02.02
2014-11-23 10:54:36 +00:00
subdir=AndBible
2015-08-22 03:28:15 +00:00
init=sed -i "/android {/a compileOptions {\nsourceCompatibility JavaVersion.VERSION_1_7\ntargetCompatibility JavaVersion.VERSION_1_7\n}" build.gradle
2014-11-23 10:54:36 +00:00
gradle=yes
2015-08-22 03:28:15 +00:00
srclibs=JSword@d7ad5ef
2015-08-13 21:57:31 +00:00
rm=Andbible/libs/*,AndBible/libs,AndBible/libs-src
2015-08-11 02:31:45 +00:00
prebuild=cp -r ../jsword-tweaks/src/main/. $$JSword$$/src/main && \
sed -i "/<repositories>/,/<\/repositories>/d" $$JSword$$/pom.xml && \
sed -i "/<dependencies>/a <dependency><groupId>com.chenlb.mmseg4j</groupId><artifactId>mmseg4j-all</artifactId><version>1.8.6</version></dependency>" $$JSword$$/pom.xml
build=pushd $$JSword$$ && \
$$MVN3$$ package -Dmaven.test.skip=true && \
popd && \
cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
2014-11-23 10:54:36 +00:00
2015-08-22 09:22:43 +00:00
Build:2.2.3,168
commit=build-02.02.03
subdir=AndBible
init=sed -i "/android {/a compileOptions {\nsourceCompatibility JavaVersion.VERSION_1_7\ntargetCompatibility JavaVersion.VERSION_1_7\n}" build.gradle
gradle=yes
srclibs=JSword@d7ad5ef
rm=Andbible/libs/*,AndBible/libs,AndBible/libs-src
prebuild=cp -r ../jsword-tweaks/src/main/. $$JSword$$/src/main && \
sed -i "/<repositories>/,/<\/repositories>/d" $$JSword$$/pom.xml && \
sed -i "/<dependencies>/a <dependency><groupId>com.chenlb.mmseg4j</groupId><artifactId>mmseg4j-all</artifactId><version>1.8.6</version></dependency>" $$JSword$$/pom.xml
build=pushd $$JSword$$ && \
$$MVN3$$ package -Dmaven.test.skip=true && \
popd && \
cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
2016-01-31 13:17:17 +00:00
Build:2.3.0,180
disable=gradle requires android sdk maven repo to be set manually
commit=build-02.03.00
subdir=AndBible
init=sed -i "/android {/a compileOptions {\nsourceCompatibility JavaVersion.VERSION_1_7\ntargetCompatibility JavaVersion.VERSION_1_7\n}" build.gradle
gradle=yes
srclibs=JSword@d7ad5ef
rm=IgnoreAndBibleExperiments,AndBible/libs/*,AndBible/libs,AndBible/libs-src
prebuild=cp -r ../jsword-tweaks/src/main/. $$JSword$$/src/main && \
sed -i "/<repositories>/,/<\/repositories>/d" $$JSword$$/pom.xml && \
sed -i "/<dependencies>/a <dependency><groupId>com.chenlb.mmseg4j</groupId><artifactId>mmseg4j-all</artifactId><version>1.8.6</version></dependency>" $$JSword$$/pom.xml && \
2016-02-07 11:15:27 +00:00
sed -i -e '/ANDROID_HOME/d' build.gradle
build=pushd $$JSword$$ && \
$$MVN3$$ package -Dmaven.test.skip=true && \
popd && \
cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
Build:2.3.2,186
disable=gradle issue
commit=build-02.03.02
subdir=AndBible
gradle=yes
srclibs=JSword@d7ad5ef
rm=IgnoreAndBibleExperiments,AndBible/libs/*,AndBible/libs,AndBible/libs-src
prebuild=cp -r ../jsword-tweaks/src/main/. $$JSword$$/src/main && \
sed -i "/<repositories>/,/<\/repositories>/d" $$JSword$$/pom.xml && \
sed -i "/<dependencies>/a <dependency><groupId>com.chenlb.mmseg4j</groupId><artifactId>mmseg4j-all</artifactId><version>1.8.6</version></dependency>" $$JSword$$/pom.xml && \
sed -i -e '/ANDROID_HOME/d' -e '/repositories {/ajcenter()' -e 's/com.android.tools.build:gradle:0.11+/com.android.tools.build:gradle:1.2.2/g' -e '/apply plugin/s/android/com.android.application/g' build.gradle
2016-01-31 13:17:17 +00:00
build=pushd $$JSword$$ && \
$$MVN3$$ package -Dmaven.test.skip=true && \
popd && \
cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
2016-03-26 11:26:17 +00:00
Build:2.4.1,189
disable=try to fix gradle
commit=build-02.04.01
subdir=AndBible
gradle=yes
prebuild=sed -i -e '/ANDROID_HOME/d' -e '/repositories {/ajcenter()' -e 's/com.android.tools.build:gradle:0.11+/com.android.tools.build:gradle:1.5.0/g' -e '/apply plugin/s/android/com.android.application/g' -e '/appcompat-v7/s/19.+/23.0.1/g' -e '/instrumentTest/,+1d' -e '/packagingOptions/i}\n' build.gradle && \
sed -i -e '/\/\*\*/,$d' build.gradle
2016-04-04 22:35:27 +00:00
Build:2.5.0,192
commit=build-02.05.00
subdir=and-bible/app
gradle=yes
srclibs=JSword@8fe1d0a
rm=IgnoreAndBibleExperiments,and-bible/app/libs/*,and-bible/libs-src,ReadingPlanCreator/libs,jsword-tweaks/libs,AndBibleTest/libs,tests/TableKeyboard/libs,AndBackendTest/libs
prebuild=cp -r ../../jsword-tweaks/src/main/. $$JSword$$/src/main && \
sed -i "/<repositories>/,/<\/repositories>/d" $$JSword$$/pom.xml && \
rm -rf $$JSword$$/src/main/java/org/crosswire/jsword/examples && \
sed -i "/<dependencies>/a <dependency><groupId>com.chenlb.mmseg4j</groupId><artifactId>mmseg4j-all</artifactId><version>1.8.6</version></dependency>" $$JSword$$/pom.xml
build=pushd $$JSword$$ && \
$$MVN3$$ package -Dmaven.test.skip=true && \
popd && \
cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
2016-04-17 12:07:03 +00:00
Build:2.5.1,194
commit=build-02.05.01
subdir=and-bible/app
gradle=yes
srclibs=JSword@8fe1d0a
rm=IgnoreAndBibleExperiments,and-bible/app/libs/*,and-bible/libs-src,ReadingPlanCreator/libs,jsword-tweaks/libs,AndBibleTest/libs,tests/TableKeyboard/libs,AndBackendTest/libs
prebuild=cp -r ../../jsword-tweaks/src/main/. $$JSword$$/src/main && \
sed -i "/<repositories>/,/<\/repositories>/d" $$JSword$$/pom.xml && \
rm -rf $$JSword$$/src/main/java/org/crosswire/jsword/examples && \
sed -i "/<dependencies>/a <dependency><groupId>com.chenlb.mmseg4j</groupId><artifactId>mmseg4j-all</artifactId><version>1.8.6</version></dependency>" $$JSword$$/pom.xml
build=pushd $$JSword$$ && \
$$MVN3$$ package -Dmaven.test.skip=true && \
popd && \
cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
2016-08-30 22:43:45 +00:00
Build:2.7.0,209
disable=build changed again..
commit=build-02.07.00
subdir=and-bible/app
gradle=yes
srclibs=JSword@8fe1d0a
rm=and-bible/app/libs/*,and-bible/libs-src,ReadingPlanCreator/libs,jsword-tweaks/libs
prebuild=cp -r ../../jsword-tweaks/src/main/. $$JSword$$/src/main && \
sed -i "/<repositories>/,/<\/repositories>/d" $$JSword$$/pom.xml && \
rm -rf $$JSword$$/src/main/java/org/crosswire/jsword/examples && \
sed -i "/<dependencies>/a <dependency><groupId>com.chenlb.mmseg4j</groupId><artifactId>mmseg4j-all</artifactId><version>1.8.6</version></dependency>" $$JSword$$/pom.xml
build=pushd $$JSword$$ && \
$$MVN3$$ package -Dmaven.test.skip=true && \
popd && \
cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
2013-01-05 03:11:19 +00:00
Auto Update Mode:None
2014-11-23 10:54:36 +00:00
Update Check Mode:Tags
2016-08-30 00:46:14 +00:00
Current Version:2.7.0
Current Version Code:209