2014-04-29 15:35:40 +00:00
|
|
|
AntiFeatures:UpstreamNonFree,NonFreeNet
|
2013-11-02 00:16:14 +00:00
|
|
|
Categories:Development
|
2012-08-31 18:05:46 +00:00
|
|
|
License:Apache2
|
2014-08-26 11:30:35 +00:00
|
|
|
Web Site:
|
2012-08-31 18:05:46 +00:00
|
|
|
Source Code:https://github.com/slapperwan/gh4a
|
2012-09-16 16:32:16 +00:00
|
|
|
Issue Tracker:https://github.com/slapperwan/gh4a/issues
|
2012-08-31 18:05:46 +00:00
|
|
|
|
2013-06-14 06:16:22 +00:00
|
|
|
Auto Name:OctoDroid
|
2012-09-20 16:57:18 +00:00
|
|
|
Summary:GitHub client
|
2012-08-31 18:05:46 +00:00
|
|
|
Description:
|
2012-11-20 11:03:25 +00:00
|
|
|
Supports all the basic Github.com features, such as:
|
2012-09-20 16:57:18 +00:00
|
|
|
|
2012-11-20 11:03:25 +00:00
|
|
|
* Watch/unwatch repositories
|
|
|
|
* View branches/tags, pull requests etc. in each repo
|
|
|
|
* View and comment on issues
|
|
|
|
* Home page feed of recent actions and news
|
|
|
|
* Search for repositories
|
2012-09-20 16:57:18 +00:00
|
|
|
* Diff viewer with colorized HTML
|
|
|
|
* Trending repos (today, week, month, forever)
|
|
|
|
|
2013-04-09 21:38:55 +00:00
|
|
|
Uses OAuth2: your password is used to generate a key and is then
|
2012-11-20 11:03:25 +00:00
|
|
|
destroyed. The key can be revoked any time by visiting github.com.
|
2013-04-09 21:38:55 +00:00
|
|
|
Formerly known as GH4A. This application is currently in BETA: please
|
2012-11-20 11:03:25 +00:00
|
|
|
report any issues to the issue tracker.
|
2014-04-29 15:35:40 +00:00
|
|
|
|
|
|
|
Newer versions exist elsewhere, but now include proprietary libraries,
|
|
|
|
so updates are unlikely here.
|
2014-10-13 06:20:22 +00:00
|
|
|
|
2015-03-20 22:49:34 +00:00
|
|
|
[https://github.com/slapperwan/gh4a/blob/master/CHANGES Changelog]
|
2012-08-31 18:05:46 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/slapperwan/gh4a.git
|
|
|
|
|
2014-05-25 13:29:28 +00:00
|
|
|
Build:3.6,36
|
|
|
|
commit=53d2e5bbfd76d8ad4a779913df7b3f193fb19a3e
|
2014-05-28 08:46:14 +00:00
|
|
|
patch=bugsense.patch
|
2014-05-25 13:29:28 +00:00
|
|
|
gradle=yes
|
2014-08-26 11:30:35 +00:00
|
|
|
prebuild=rm -rf libs/android-support-v4.jar
|
2014-04-06 03:53:36 +00:00
|
|
|
|
2014-10-13 06:40:38 +00:00
|
|
|
Build:3.7.1,38
|
|
|
|
commit=v3.7.1
|
|
|
|
patch=mint.patch,gradle.patch
|
|
|
|
gradle=yes
|
2015-03-20 22:49:34 +00:00
|
|
|
srclibs=GH4AGitHubAPI@3d1878bd48d9aa3817a91b5a193b600c31e0406,ViewPagerIndicator@2.4.1
|
2014-10-13 06:40:38 +00:00
|
|
|
prebuild=rm -rf libs/*.jar && \
|
2015-03-20 22:49:34 +00:00
|
|
|
cp -a $$GH4AGitHubAPI$$/src/org src && \
|
2015-03-21 11:39:19 +00:00
|
|
|
sed -i -e '/populov/d' -e '/mavenCentral/imavenLocal()' build.gradle && \
|
|
|
|
pushd $$ViewPagerIndicator$$ && \
|
|
|
|
sed -i 's;<android-maven.version>3.3.0</android-maven.version>;<android-maven.version>3.7.0</android-maven.version>;' ../pom.xml pom.xml && \
|
|
|
|
sed -i -e 's/apklib/aar/g' pom.xml && \
|
2015-03-21 11:49:00 +00:00
|
|
|
rm libs/* && \
|
2015-03-21 11:39:19 +00:00
|
|
|
cd .. && $$MVN3$$ install && popd
|
2014-10-13 06:40:38 +00:00
|
|
|
|
2012-11-26 02:21:56 +00:00
|
|
|
Auto Update Mode:None
|
2014-10-13 06:40:54 +00:00
|
|
|
Update Check Mode:Tags
|
2014-10-13 06:40:38 +00:00
|
|
|
Current Version:3.7.1
|
|
|
|
Current Version Code:38
|
2014-08-26 11:30:35 +00:00
|
|
|
|