Telegram: Fix build, add AF, better description

The previous summary/description didn't say what the app does
This commit is contained in:
Daniel Martí 2014-02-23 23:38:26 +01:00
parent 3d4d72b247
commit dba7dd1335

View file

@ -1,3 +1,4 @@
AntiFeatures:NonFreeNet
Categories:Internet Categories:Internet
License:GPLv2+ License:GPLv2+
Web Site:https://telegram.org/ Web Site:https://telegram.org/
@ -5,16 +6,20 @@ Source Code:https://github.com/slp/Telegram-FOSS
Issue Tracker:https://github.com/slp/Telegram-FOSS/issues Issue Tracker:https://github.com/slp/Telegram-FOSS/issues
Auto Name:Telegram Auto Name:Telegram
Summary:FOSS build of the Telegram IM client Summary:Messaging client
Description: Description:
An unofficial, FOSS friendly fork of the original Telegram client for Android. Client for the Telegram messaging platform. Chat with friends, start group
This is a list of changes between the official version and this one: chats and share all kinds of content. All of your messages and conversations
are stored in Telegram's cloud.
* Remove binaries from repository. The messaging platform is aimed at mobile devices, but desktop and web clients
* Remove Google Play Services dependency, and associated services (Location and G2CM). exist as well.
* Remove HockeySDK dependency.
* Remove SMS listener and associated permissions (you'll need to enter the registration code manually). Several proprietary parts were removed from the original Telegram client,
* Add tags for easily tracking releases. including Google Play Services for the location services and HockeySDK for
self-updates.
Anti-Feature: Non-Free Network, since the servers run proprietary software.
. .
Repo Type:git Repo Type:git
@ -24,7 +29,9 @@ Build:1.3.21,160
commit=v1.3.21a commit=v1.3.21a
subdir=TMessagesProj subdir=TMessagesProj
gradle=yes gradle=yes
buildjni=yes buildjni=no
build=ndk-build -j4 && \
gradle nativeLibsToJar
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags