1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-06 23:53:47 +00:00
Commit Graph

99 Commits

Author SHA1 Message Date
Riko Sakurauchi
a83dd3b105
max account to 32 2020-01-11 00:05:14 +08:00
NekoInverter
3279799241
test backend 2020-01-10 23:42:19 +08:00
Riko Sakurauchi
70f9bb86a1
Merge branch 'master' of github.com:DrKLO/Telegram 2020-01-09 00:04:58 +08:00
DrKLO
31736964fa Update to 5.13.1 (1829) 2020-01-06 17:02:23 +03:00
DrKLO
06f4895201 Update to 5.13.1 (1828) 2020-01-05 21:39:58 +03:00
DrKLO
dd07a925ee Update to 5.13.1 (1827) 2020-01-05 14:50:11 +03:00
Riko Sakurauchi
dcfce27891
Merge branch 'master' of github.com:DrKLO/Telegram 2020-01-04 00:14:05 +08:00
DrKLO
44dadb1055 Update to 5.13.1 (1824) 2020-01-03 18:45:22 +03:00
Riko Sakurauchi
107fe3dfbe
Merge branch 'master' of github.com:DrKLO/Telegram 2020-01-03 10:04:13 +08:00
DrKLO
12caa1e8cd Update to 5.13.0 (1823) 2020-01-02 18:08:53 +03:00
Riko Sakurauchi
bc0f7825b5
Merge branch 'master' of github.com:DrKLO/Telegram 2020-01-02 16:28:58 +08:00
DrKLO
1eea3ab6f7 Update to 5.13.0 (1820)
Merged some parts of https://github.com/DrKLO/Telegram/pull/1541
2020-01-01 21:32:12 +03:00
Riko Sakurauchi
0326c187ad
Merge remote-tracking branch 'telegram/master' 2020-01-01 22:14:58 +08:00
DrKLO
cc1dc35742 Update to 5.13.0 (1819) 2019-12-31 22:46:59 +03:00
DrKLO
f41b228a11 Update to 5.13.0 (1818) 2019-12-31 16:08:08 +03:00
Riko Sakurauchi
b00b9446c4
Merge branch 'master' of github.com:DrKLO/Telegram 2019-09-14 12:26:08 +08:00
DrKLO
28eb8dfd0e Update to 5.11.0 2019-09-10 13:56:11 +03:00
Riko Sakurauchi
9b19ea224e
Merge branch 'master' of github.com:DrKLO/Telegram 2019-08-26 21:42:18 +08:00
DrKLO
53e04b55fb Update to 5.10.0 2019-08-22 01:53:26 +02:00
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