Commit Graph

280 Commits

Author SHA1 Message Date
Riko Sakurauchi 3c4830634f
Merge branch 'master' of github.com:DrKLO/Telegram 2019-07-19 22:22:54 +08:00
DrKLO ff5735503e Update to 5.9.0 2019-07-18 20:01:39 +07:00
NekoInverter d5d5ceb104 max accounts to 8 & support installing apk 2019-06-11 14:12:22 +08:00
NekoInverter 3de186f463 build changes 2019-06-11 13:42:45 +08:00
NekoInverter 08bee5f454 Merge remote-tracking branch 'fix/fix-clang-libc++-issues' 2019-06-05 12:45:26 +08:00
NekoInverter b81df0f660 Merge remote-tracking branch 'fix/fix-windows-gradle-issue' 2019-06-05 12:38:35 +08:00
NekoInverter bb1ceeb829 Merge remote-tracking branch 'fix/fix-warnings' 2019-06-05 12:38:17 +08:00
DrKLO 9ffc7787d6 Update to 5.7.1 2019-06-04 13:14:50 +03:00
DrKLO 96247ca2bc Removed submodule 2019-06-04 13:02:52 +03:00
DrKLO 2cf2a45aca Update to 5.6.1 2019-05-14 15:08:05 +03:00
DrKLO e397bd9afd Update to 5.4.0 2019-03-03 20:40:48 +00:00
DrKLO f338a88eb4 Update to 5.3.1 2019-02-08 05:30:32 +03:00
DrKLO ae90d60e0c Update to 5.2.1 2019-01-23 20:03:33 +03:00
Dan Albert 0dfa1e9bf2 Fix incompatibility with Gradle plugin on Windows.
When run on Windows, the shell does not handle the argument quoting
and this is seen by gradle as `'-DVERSION="1.3.1"'` rather than as
`-DVERSION="1.3.1"`, which gradle wrongly interprets as a source file.
2018-10-08 11:47:20 -07:00
Dan Albert 5d20a2b650 Use <memory> instead of <bits/unique_ptr.h>.
The latter is gnustl specific.
2018-10-05 13:33:06 -07:00
Dan Albert 48366e6dba Fix null check.
This is a pointer. It can't be less than zero. Clang treats this as an
error.
2018-10-05 12:54:53 -07:00
Dan Albert 07b41855f2 Remove unused source file from Android.mk.
ndk-build has been warning that this file is not used because it is
not a file that exists. The actual file is windows_unicode_filenames.c
(this is missing an extension). Since it apparently hasn't been
needed, don't bother building it.
2018-10-05 12:45:19 -07:00
Dan Albert 3d7df65a19 Remove useless line in Android.mk.
ndk-build has been warning that this option does nothing for this
module because it is a static library. Static libraries are not
linked.
2018-10-05 12:45:19 -07:00
Dan Albert e3d04003a6 Use CLEAR_VARS before defining avutil.
This was only building successfully by chance. Without this, avutil
inherits some values from any modules defined before it. When using
libc++ instead of gnustl, it would wrongly export the
libandroid_support headers in the wrong order, breaking the build.
2018-10-05 12:33:42 -07:00
DrKLO 7e327c1e2c Bug fixes 2018-08-27 15:13:23 +03:00
DrKLO fe599cd519 Update to 4.9.1 2018-08-27 11:33:11 +03:00
DrKLO d073b80063 Update to 4.9.0 2018-07-30 09:07:02 +07:00
DrKLO e9e40cb13e bug fixes 2017-12-09 03:45:38 +03:00
DrKLO 4ebcbf61cd Update to 4.6.0 2017-12-08 20:35:59 +03:00
DrKLO 1eb13d5dd8 Update submodule 2017-07-23 16:43:02 +03:00
DrKLO 56e22d4c59 Update to 4.2.0
source before release? how this even possible?
2017-07-23 15:56:38 +03:00
DrKLO bcc13a5cb9 update submodules 2017-07-08 19:37:48 +03:00
DrKLO dd679bd7d1 Update to 4.1.1 2017-07-08 19:32:04 +03:00
DrKLO 6a1cf64f6f Update to 3.18.0 2017-03-31 02:58:05 +03:00
DrKLO 64e8ec3fbd compile fix 2016-10-11 14:46:48 +02:00
DrKLO e313885ac5 Update to 3.13.1 2016-10-11 13:57:01 +02:00
DrKLO 55463a93db Update to 3.10.1
Thanks to
https://github.com/DrKLO/Telegram/pull/1412
2016-06-24 13:27:15 +03:00
DrKLO 85239ed7cf Update to 3.9.0 2016-05-25 14:49:47 -07:00
DrKLO 06473773a6 Update to 3.8.1 2016-04-22 16:49:00 +03:00
DrKLO a7513b3ba1 Update to 3.7.0 2016-03-16 15:26:32 +03:00
DrKLO 6154c891bd Update to 3.6.1 2016-03-06 02:49:31 +01:00
DrKLO 2114024ab1 Update to 3.4.2
Thanks to:
https://github.com/DrKLO/Telegram/pull/1374
https://github.com/DrKLO/Telegram/pull/1383
2016-01-11 20:19:48 +03:00
DrKLO 512e404db7 Update to 3.3.2 2015-12-09 21:27:52 +03:00
Marcus Hoffmann 57ada21a2d Include missing unistd.h header.
On Linux unistd.h is needed for fsync().
The native library does not compile otherwise.
2015-11-27 18:17:07 +01:00
DrKLO 74def22213 Update to 3.3.1 2015-11-27 00:04:02 +03:00
DrKLO 496c336d5f Update to 3.2.6 2015-10-29 20:10:07 +03:00
DrKLO e0c9c4e6f4 Using pipe instead of signal to interrupt epoll_wait 2015-09-30 01:50:53 +03:00
DrKLO 3d165f17ec Fixed restore key generation after network becomes available 2015-09-25 17:37:43 +03:00
DrKLO 6bb7547f50 Update to 3.2.2 2015-09-24 23:52:02 +03:00
DrKLO a93d299484 Update to 3.0.1 2015-06-29 20:12:11 +03:00
DrKLO 2b81b7f01e update to 2.9.1 2015-05-22 00:27:27 +03:00
DrKLO 2b8304ebf4 Update to 2.8.1
Thanks to https://github.com/DrKLO/Telegram/issues/738 for smart
notifications
2015-05-03 14:48:36 +03:00
DrKLO b820e126d2 update to 2.7.0 2015-04-09 21:00:14 +03:00
DrKLO 93fa5019c3 Update to 2.5.0
Photo editor
Passcode
Sections in shared media\files
2015-02-26 04:32:51 +03:00
DrKLO dff666fca1 Update to 2.4.0 2015-02-01 21:51:02 +03:00
DrKLO 213c2269c0 Update to 2.3.2 2015-01-09 15:50:15 +03:00
DrKLO 2073ead37e Update to 2.3.0 2015-01-03 01:15:07 +03:00
DrKLO 8233e89daa Perfect forward secrecy in secret chats, phone change, telegram.me links support 2014-12-01 09:56:31 -08:00
DrKLO 77f2395428 Bug fixes 2014-11-19 04:23:46 +03:00
DrKLO 6866004af5 Material everywhere 2014-11-18 08:01:04 +03:00
DrKLO 6c4c5cf311 Bug fixes 2014-10-31 00:27:41 +03:00
DrKLO a4af1fb2f7 Bug fixes 2014-10-28 20:07:44 +03:00
DrKLO b33d5f0786 Changed native lib loaded 2014-10-24 17:43:45 +04:00
DrKLO 22a0c2aca6 Fixes (unstable, don't upload to markets) 2014-10-09 19:55:05 +04:00
DrKLO c6b1a3430b Updated database structure, updated sqlite (don't use this source code, it may be changed) 2014-10-09 00:22:22 +04:00
DrKLO ab44b870d8 Changed small Tablets portrait layout, changes media store path to sdcard/Telegram (need testing) 2014-09-25 07:54:35 +04:00
DrKLO 3eed85a31d Video editing and compression on 4.1+ (please test it and send debug info to me), Tablet version, a lot of other things (don't upload to markets, it's unstable) 2014-09-24 06:17:27 +04:00
DrKLO 8d412f9eea Updated to 1.8.3, video compression with parallel upload to server (Android 4.3+ only now, disabled) 2014-09-14 03:40:36 +04:00
DrKLO 9f7b47f517 Update locales, bug fixes 2014-08-30 22:30:42 +03:00
DrKLO 8f7652bb7e Bug fixes 2014-08-08 14:17:06 +04:00
DrKLO 91ae97e257 Broadcasts, updated gif lib, blur image\video preview
Note: untested, don’t upload to market
2014-07-27 02:28:33 +04:00
DrKLO ff7e6ab3c9 Fixed some bugs, upload locales 2014-07-15 23:57:09 +04:00
DrKLO d29eabd163 Popup notifications (not finished), removed in-app notifications, DB performance optimisations (fixes for Android L), separate app logic from network logic (not finished)
Note: don’t upload to any markets, it’s may be unstable
2014-07-03 02:39:05 +04:00
DrKLO 0b0d485093 Some new features and bug fixes
https://github.com/DrKLO/Telegram/pull/200
https://github.com/DrKLO/Telegram/issues/455
2014-06-17 18:45:21 +04:00
DrKLO a87968cefc Log and send native lib load error with HA crashes, fixed emoji scale with custom font size, removed all lib dependency in native code 2014-06-15 12:03:43 +04:00
DrKLO 68aeaeefc3 Removed jnigraphics use from native lib(not found on some devices), bug fixes 2014-06-15 03:23:36 +04:00
DrKLO 8c9616cb00 Catch native lib load errors 2014-06-14 16:18:58 +04:00
DrKLO 5ebe60a00d Improved notifications settings, 3x emoji, libjpeg, code refactoring, bug fixes
https://github.com/DrKLO/Telegram/pull/418
2014-05-17 03:05:49 +04:00
DrKLO bd4152dc81 restore photo attach long press, bug fixes 2014-04-01 05:00:35 +04:00
DrKLO ebe7ab78a3 Gif support, applying localization files from document messages 2014-03-31 18:14:49 +04:00
DrKLO 5323e87ba3 Add giflib and GifDrawable 2014-03-27 18:25:53 +04:00
DrKLO 4ede311055 Update to 1.4.6
Audio notes (opus codec)
A lot of different improvements and bug fixes

Thanks to:
https://github.com/DrKLO/Telegram/issues/293
https://github.com/DrKLO/Telegram/issues/256

FOSS configuration not ready yet

I will move main dev branch to github in next couple commits
2014-03-23 02:31:55 +04:00
DrKLO a21494ade6 Update to 1.3.26
Applied patch from https://github.com/DrKLO/Telegram/pull/99 . Thanks.
Added German localization. Thanks to all from
https://github.com/DrKLO/Telegram/pull/129
Experimental audio (will not go to market yet, we will switch to opus
codec)
Improved text drawing perfomance (now Telegram can draw even «War and
Peace» in one message)
Ability to send multiple photos and documents from external apps
Contacts fixes
Memory usage optimizations in network code (receiving data)
Partly switched to native ByteBuffers (decoding received data)
Added support of Telegram API Layer 12
Bug fixes
2014-03-01 02:28:25 +04:00
DrKLO d52ade4855 update to 1.3.2 2013-12-20 23:25:49 +04:00
DrKLO 4622ba9186 first commit 2013-10-25 19:19:00 +04:00