2013-11-02 00:16:14 +00:00
|
|
|
Categories:Internet
|
2013-03-01 18:49:30 +00:00
|
|
|
License:Apache2
|
2013-03-07 16:57:25 +00:00
|
|
|
Web Site:https://github.com/ubergeek42/weechat-android/wiki
|
2013-03-01 18:49:30 +00:00
|
|
|
Source Code:https://github.com/ubergeek42/weechat-android
|
|
|
|
Issue Tracker:https://github.com/ubergeek42/weechat-android/issues
|
2015-06-03 16:10:02 +00:00
|
|
|
Changelog:https://github.com/ubergeek42/weechat-android/raw/HEAD/Readme.md
|
2013-03-01 18:49:30 +00:00
|
|
|
|
2013-06-15 10:13:09 +00:00
|
|
|
Auto Name:weechat
|
2013-03-01 18:49:30 +00:00
|
|
|
Summary:Internet relay chat
|
|
|
|
Description:
|
2013-04-09 21:38:55 +00:00
|
|
|
Relay Client for the Weechat IRC client. It allows you to connect to your phone
|
|
|
|
to your Weechat client and read/reply to your messages while away from your
|
2015-09-12 05:52:14 +00:00
|
|
|
computer. This is the '''DEVELOPMENT''' version of this client. It may contain
|
|
|
|
bugs or features that are not fully implemented. This is '''NOT''' a fully
|
|
|
|
featured IRC client. It requires weechat running on a server to connect to.
|
2013-03-01 18:49:30 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/ubergeek42/weechat-android.git
|
|
|
|
|
2014-04-26 10:15:00 +00:00
|
|
|
Build:0.8-dev-b4,4
|
|
|
|
commit=v0.08-dev-b4
|
|
|
|
subdir=weechat-android
|
|
|
|
srclibs=ActionBarSherlock@4.1.0,ViewPagerIndicator@2.4.1
|
2014-08-26 11:30:35 +00:00
|
|
|
extlibs=sl4j/slf4j-android-1.6.1-RC1.jar,acra/acra-4.4.0.jar
|
2014-04-26 10:15:00 +00:00
|
|
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
|
|
|
mvn clean package -f ../weechat-relay/pom.xml && \
|
|
|
|
mkdir -p libs/ && \
|
|
|
|
mv ../weechat-relay/target/weechat-relay-0.8-SNAPSHOT.jar libs/
|
|
|
|
|
|
|
|
Build:0.8-dev-b5,5
|
|
|
|
commit=b484867803
|
|
|
|
subdir=weechat-android
|
|
|
|
srclibs=ActionBarSherlock@4.1.0,ViewPagerIndicator@2.4.1
|
2014-08-26 11:30:35 +00:00
|
|
|
extlibs=sl4j/slf4j-android-1.6.1-RC1.jar,acra/acra-4.4.0.jar
|
2014-04-26 10:15:00 +00:00
|
|
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
|
|
|
|
mvn clean package -f ../weechat-relay/pom.xml && \
|
|
|
|
mkdir -p libs/ && \
|
|
|
|
mv ../weechat-relay/target/weechat-relay-0.8-SNAPSHOT.jar libs/
|
2013-03-01 18:49:30 +00:00
|
|
|
|
2014-10-28 10:30:56 +00:00
|
|
|
Build:0.9-rc1,12
|
|
|
|
commit=v0.9-rc1
|
2015-04-04 01:37:18 +00:00
|
|
|
subdir=weechat-android
|
2014-10-28 10:30:56 +00:00
|
|
|
gradle=yes
|
|
|
|
forceversion=yes
|
|
|
|
|
2015-04-17 21:32:35 +00:00
|
|
|
Build:0.10,14
|
|
|
|
commit=v0.10
|
|
|
|
subdir=weechat-android
|
|
|
|
gradle=yes
|
|
|
|
prebuild=sed -i '/gradleVersion/d' ../build.gradle
|
|
|
|
|
2016-05-31 21:26:03 +00:00
|
|
|
Build:0.11,435
|
|
|
|
commit=v0.11
|
|
|
|
subdir=weechat-android
|
|
|
|
gradle=yes
|
|
|
|
prebuild=sed -i '/gradleVersion/d' ../build.gradle && \
|
|
|
|
sed -i -e '/Goddchen/d' build.gradle ../build.gradle
|
|
|
|
|
2016-08-27 12:53:59 +00:00
|
|
|
Build:0.12-git,436
|
|
|
|
commit=94269873d4a3ae2b95da1dc06cf360751260b278
|
|
|
|
subdir=weechat-android
|
|
|
|
gradle=yes
|
|
|
|
forceversion=yes
|
|
|
|
forcevercode=yes
|
|
|
|
prebuild=sed -i '/gradleVersion/d' ../build.gradle && \
|
|
|
|
sed -i -e '/Goddchen/d' build.gradle ../build.gradle
|
|
|
|
|
2016-05-31 21:26:03 +00:00
|
|
|
Maintainer Notes:
|
|
|
|
Upstream uses "versionCode gitVersionCode()", this isnt handled by our
|
|
|
|
update-scraper. If this gets fixed in upstream, reset to UCM:Tags.
|
2016-08-27 12:53:59 +00:00
|
|
|
|
|
|
|
VC for 0.12 is 15.. so 0.11 might be wrong. We need to sort that out
|
|
|
|
with upstream.
|
2016-05-31 21:26:03 +00:00
|
|
|
.
|
|
|
|
|
2013-03-01 18:49:30 +00:00
|
|
|
Auto Update Mode:None
|
2016-05-31 21:26:03 +00:00
|
|
|
Update Check Mode:None
|
|
|
|
Current Version:0.11
|
|
|
|
Current Version Code:435
|