Skip to content

anil291987/telegram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram S Edition Android App

This is second version of Telegram app.

Telegram S

This version based on open-source telegram-api, mtproto and tl-core libraries.

Building project

Build variants

There are multiple configurations of building app, some of them:

  1. gradle assembleDevDebug - Development build for IDE, recomended for daily usage
  2. gradle assembleCommonRelease - Release version for Google Play. Release versions need additional configuration for signing keys.
  3. gradle assembleCommonDebuggable - Release version with debugging enabled for testing
  4. gradle assembleBetaRelease - Builds beta-version of an app. Includes russian translations.
  5. gradle assembleMdpiRelease - Release version for MDPI devices
  6. gradle assembleHdpiRelease - Release version for HDPI devices
  7. gradle assembleXhdpiRelease - Release version for XHDPI devices
  8. gradle assembleXxhdpiRelease - Release version for XXHDPI devices
  9. gradle dist - Building release distributive
  10. gradle lightDist - Building release light version of distributive

Build from Sources

  1. Checkout sources with all submodules
  2. Select required build configuration and run required gradle command

Using from IDE

This sources are prepared for IntelliJ IDEA and Android Studio. Unfortunately IntelliJ IDEA has some bugs with gradle android projects, but i can't do something with this.

More information

####Telegram project

http://telegram.org/

Telegram api documentation

English: http://core.telegram.org/api

Russian: http://dev.stel.com/api

MTProto documentation

English: http://core.telegram.org/mtproto

Russian: http://dev.stel.com/mtproto

Type Language documentation

English: http://core.telegram.org/mtproto/TL

Russian: http://dev.stel.com/mtproto/TL

Licence

Project uses MIT Licence

About

Telegram S Edition Android App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%