TTRSS updated , CV updated, UCM:RM, GPLv3
This commit is contained in:
parent
558722fe3d
commit
6ef34216c8
|
@ -1,19 +1,19 @@
|
|||
Category:Internet
|
||||
License:GPL
|
||||
License:GPLv3
|
||||
Web Site:http://tt-rss.org/redmine/projects/tt-rss-android/wiki
|
||||
Source Code:https://github.com/gothfox/Tiny-Tiny-RSS-for-Honeycomb
|
||||
Issue Tracker:http://tt-rss.org/redmine/projects/tt-rss/issues
|
||||
Donate:http://tt-rss.org/redmine/projects/tt-rss/wiki/SupportTheProject
|
||||
|
||||
Auto Name:Tiny Tiny RSS
|
||||
Summary:Official TT-RSS Client
|
||||
Summary:Client for the news aggregator
|
||||
Description:
|
||||
Tiny Tiny RSS is an application that runs on a server and collects your rss
|
||||
feeds. You may then connect to the server with a web browser or this app to
|
||||
read the feeds. Don't forget to enable API access in your tt-rss account
|
||||
preferences (Preferences -> Advanced -> Enable external API).
|
||||
|
||||
The source code for 1.10+ specifies that the app can be used only for a trial
|
||||
The source code specifies that the app can be used only for a trial
|
||||
period, after which an app with an unlock key must be purchased from Google Play.
|
||||
This dependence on nonfree software has been patched out in f-droid.org builds.
|
||||
.
|
||||
|
@ -87,8 +87,22 @@ cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \
|
|||
cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs && \
|
||||
cp libs/android-support-v4.jar $$SlidingMenu$$/libs
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:1.8.10
|
||||
Current Version Code:190
|
||||
Build Version:1.8.13,194,84cfc9a9fe71,\
|
||||
rm=libs/dashclock-api-r1.1.jar,\
|
||||
srclibs=ActionBarSherlock@4.3.1;ViewPagerIndicator@2.4.1;\
|
||||
SlidingMenu@8fcae2cce29e;DashClock@v1.2,\
|
||||
patch=notrial_new.patch,\
|
||||
prebuild=sed -i -e 's@1=.*@1=$$ViewPagerIndicator$$@' -e 's@2=.*@2=$$ActionBarSherlock$$@' \
|
||||
-e 's@3=.*@3=$$SlidingMenu$$@' project.properties && \
|
||||
echo 'source.dir=src;$$DashClock$$/api/src' > ant.properties && \
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \
|
||||
cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs && \
|
||||
cp libs/android-support-v4.jar $$SlidingMenu$$/libs
|
||||
|
||||
# src/org/fox/ttrss/FeedsActivity.java; OnlineActivity.java;res/menu/main_menu.xml
|
||||
Auto Update Mode:None
|
||||
# also on gplay
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.8.13
|
||||
Current Version Code:194
|
||||
|
||||
|
|
Loading…
Reference in a new issue