Merge branch 'fix_omnomagon' into 'master'
net.pherth.omnomagon: Fix build of newest version and added newer needed support lib Build, install and functionality tested. The app needs the newer android-support-v4.jar in revision 21. Also fixed the support-v4-md5.txt so we can do an easy: ``` md5sum -c support-v4-md5.txt ``` to verify all md5sums and removed the appcompat-v7 file which is not in use anymore. See merge request !498
This commit is contained in:
commit
232c305d8e
Binary file not shown.
BIN
build/extlib/android/android-support-v4r19.jar
Normal file
BIN
build/extlib/android/android-support-v4r19.jar
Normal file
Binary file not shown.
|
@ -1,8 +1,9 @@
|
||||||
8ec28ddd6c1b954bfa1fa54c5df54eba r19
|
# android-support-v4.jar currently r21
|
||||||
ed257a47cae11af1a55614055b879947 r18
|
8016aea9eeea9ab956295bf04ad1d8cc android-support-v4.jar
|
||||||
7c357558b1ef5cd16f1d312fe87c38a0 r11
|
7c357558b1ef5cd16f1d312fe87c38a0 android-support-v4r10.jar
|
||||||
7b5efe58fd28cbc7fa8f9e88ab9c7d65 r11
|
7b5efe58fd28cbc7fa8f9e88ab9c7d65 android-support-v4r11.jar
|
||||||
9974894df6e8ba95bb27f5e85e2cdfb5 r12
|
9974894df6e8ba95bb27f5e85e2cdfb5 android-support-v4r12.jar
|
||||||
5dce8843261486180715e459d953885d r13
|
5dce8843261486180715e459d953885d android-support-v4r13.jar
|
||||||
bcf017dfe2243c8d72b4b2aa40101040 r6
|
ed257a47cae11af1a55614055b879947 android-support-v4r18.jar
|
||||||
c6c2148762c614d3bad120ca01491e34 r7
|
8ec28ddd6c1b954bfa1fa54c5df54eba android-support-v4r19.jar
|
||||||
|
bcf017dfe2243c8d72b4b2aa40101040 android-support-v4r6.jar
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
c1270d50d7cd69727bb4112d91093b53 r18
|
|
|
@ -1,6 +1,6 @@
|
||||||
Categories:Office
|
Categories:Office
|
||||||
License:NewBSD
|
License:NewBSD
|
||||||
Web Site:
|
Web Site:http://www.omnomagon.de/
|
||||||
Source Code:https://github.com/vIiRuS/Omnomagon
|
Source Code:https://github.com/vIiRuS/Omnomagon
|
||||||
Issue Tracker:https://github.com/vIiRuS/Omnomagon/issues
|
Issue Tracker:https://github.com/vIiRuS/Omnomagon/issues
|
||||||
FlattrID:538996
|
FlattrID:538996
|
||||||
|
@ -12,8 +12,9 @@ Omnomagon shows you the current Menue of your university cafeteria -
|
||||||
including useful information for allergy sufferers, vegetarians and
|
including useful information for allergy sufferers, vegetarians and
|
||||||
vegans.
|
vegans.
|
||||||
|
|
||||||
In this beta version, it only supports the menues of the Berlin student
|
Currently supported cafeterias:
|
||||||
union cafeterias.
|
- Berlin
|
||||||
|
- Ulm
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -28,6 +29,19 @@ Build:0.9.6,3
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
||||||
sed -i 's@\(android.library.reference.3=\).*@\1$$Amazing-ListView$$@' project.properties
|
sed -i 's@\(android.library.reference.3=\).*@\1$$Amazing-ListView$$@' project.properties
|
||||||
|
|
||||||
|
Build:0.10.0,4
|
||||||
|
commit=1.0
|
||||||
|
extlibs=android/android-support-v4.jar
|
||||||
|
srclibs=JSoup@jsoup-1.8.1.a,1:PagerSlidingTabStrip@v1.0.1,2:Support/v7/appcompat@android-5.0.1_r1,Support/v7/recyclerview@android-5.0.1_r1
|
||||||
|
prebuild=mkdir -p $$Support$$/libs && cp libs/android-support-v4.jar $$Support$$/libs && \
|
||||||
|
echo -e "java.source=7\njava.target=7" >> $$Support$$/local.properties && \
|
||||||
|
cp -fR $$Support$$/../recyclerview/src src/ && \
|
||||||
|
mkdir -p $$PagerSlidingTabStrip$$/libs && \
|
||||||
|
mv libs/android-support-v4.jar $$PagerSlidingTabStrip$$/libs
|
||||||
|
build=pushd $$JSoup$$ && $$MVN3$$ package && popd && \
|
||||||
|
cp $$JSoup$$/target/jsoup-1.8.1.jar libs/
|
||||||
|
target=android-21
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:0.10.0
|
Current Version:0.10.0
|
||||||
|
|
Loading…
Reference in a new issue