mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
new app com.manuelmaly.hn and update de.danoeh.antennapod manually removing $$MVN3$$ from init and disabling buggy 0.9.7.1
This commit is contained in:
parent
44fc799324
commit
91fb86971b
2 changed files with 43 additions and 6 deletions
34
metadata/com.manuelmaly.hn.txt
Normal file
34
metadata/com.manuelmaly.hn.txt
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
Category:Reading
|
||||||
|
License:MIT
|
||||||
|
Web Site:http://manuelmaly.com/blog/HN-Hacker-News-Reader
|
||||||
|
Source Code:https://github.com/manmal/hn-android
|
||||||
|
Issue Tracker:https://github.com/manmal/hn-android/issues
|
||||||
|
|
||||||
|
Summary:Read and comment on tech news
|
||||||
|
Description:
|
||||||
|
Hacker News client with a focus on reliability and usability.
|
||||||
|
|
||||||
|
* View articles in ViewText, Google, or your system browser (you can set each as default)
|
||||||
|
* Upvote stories (long-press on story)
|
||||||
|
* Collapse and expand comments by tapping on them
|
||||||
|
* Choose from 3 text sizes
|
||||||
|
* Switch between stories and comments with one tap
|
||||||
|
* View "more" stories than only the HN frontpage
|
||||||
|
|
||||||
|
Google Analytics was removed before building.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/manmal/hn-android.git
|
||||||
|
|
||||||
|
Build Version:1.9,10,313f0c48,srclibs=NoAnalytics@158a4a,\
|
||||||
|
rm=libs/libGoogleAnalytics.jar,prebuild=\
|
||||||
|
echo 'android.library.reference.1=$$NoAnalytics$$' >> project.properties && \
|
||||||
|
mv androidannotations-2.5.jar libs/ && rm libs/androidannotations-2.5-api.jar
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
#Also on Google Play; release commits difficult to find
|
||||||
|
Update Check Mode:RepoManifest
|
||||||
|
Current Version:1.9
|
||||||
|
Current Version Code:10
|
||||||
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Category:Multimedia
|
Category:Multimedia
|
||||||
License:MIT
|
License:MIT
|
||||||
Web Site:https://github.com/danieloeh/AntennaPod
|
Web Site:
|
||||||
Source Code:https://github.com/danieloeh/AntennaPod
|
Source Code:https://github.com/danieloeh/AntennaPod
|
||||||
Issue Tracker:https://github.com/danieloeh/AntennaPod/issues
|
Issue Tracker:https://github.com/danieloeh/AntennaPod/issues
|
||||||
Donate:https://flattr.com/thing/745609/Antennapod
|
Donate:https://flattr.com/thing/745609/Antennapod
|
||||||
|
|
@ -9,8 +9,8 @@ Bitcoin:1DzvtuvdW8VhDsq9GUytMyALmsHeaHEKbg
|
||||||
|
|
||||||
Summary:Listen to audio feeds
|
Summary:Listen to audio feeds
|
||||||
Description:
|
Description:
|
||||||
N.B. The Flattr functionality is disabled in the f-droid.org build as the API
|
'''N.B.''' The Flattr functionality is disabled in the f-droid.org build as
|
||||||
keys are not in the source.
|
the API keys are not in the source.
|
||||||
|
|
||||||
AntennaPod is a podcast manager for Android 2.3.3 and above. It offers all the
|
AntennaPod is a podcast manager for Android 2.3.3 and above. It offers all the
|
||||||
basic features you expect
|
basic features you expect
|
||||||
|
|
@ -20,6 +20,8 @@ to a queue to listen to them later. The Miro directory can be searched and
|
||||||
browsed for shows.
|
browsed for shows.
|
||||||
|
|
||||||
[https://raw.github.com/danieloeh/AntennaPod/master/CHANGELOG.md Changelog]
|
[https://raw.github.com/danieloeh/AntennaPod/master/CHANGELOG.md Changelog]
|
||||||
|
|
||||||
|
Status: BETA
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
@ -66,10 +68,11 @@ Build Version:0.9.6.4,25,0.9.6.4,srclibs=ActionBarSherlock@4.1.0;ViewPagerIndica
|
||||||
Build Version:0.9.7,26,0.9.7,maven=yes,submodules=yes,bindir=target,init=\
|
Build Version:0.9.7,26,0.9.7,maven=yes,submodules=yes,bindir=target,init=\
|
||||||
ANDROID_HOME=$$SDK$$ mvn clean install -f submodules/dslv/pom.xml && rm -f submodules/dslv/demo/target/*.apk,\
|
ANDROID_HOME=$$SDK$$ mvn clean install -f submodules/dslv/pom.xml && rm -f submodules/dslv/demo/target/*.apk,\
|
||||||
prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java
|
prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java
|
||||||
Build Version:0.9.7.1,28,0.9.7.1,submodules=yes,maven=yes,init=ANDROID_HOME=$$SDK$$ $$MVN3$$ clean install -f submodules/dslv/pom.xml && rm -f submodules/dslv/demo/target/*.apk,prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java ,bindir=target
|
Build Version:0.9.7.1,28,!bad bug (at 0.9.7.1),submodules=yes,maven=yes,init=ANDROID_HOME=$$SDK$$ mvn clean install -f submodules/dslv/pom.xml && rm -f submodules/dslv/demo/target/*.apk,prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java ,bindir=target
|
||||||
|
Build Version:0.9.7.2,29,0.9.7.2,submodules=yes,maven=yes,init=ANDROID_HOME=$$SDK$$ mvn clean install -f submodules/dslv/pom.xml && rm -f submodules/dslv/demo/target/*.apk,prebuild=cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java ,bindir=target
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:0.9.7.1
|
Current Version:0.9.7.2
|
||||||
Current Version Code:28
|
Current Version Code:29
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue