1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00
Commit Graph

1790 Commits

Author SHA1 Message Date
arm64v8a
edd2b3f224 fix updater 2021-11-15 23:55:12 +08:00
luvletter2333
3af0d658e4
bump version 2021-11-15 22:49:51 +08:00
luvletter2333
6aa2a01b76
Fix official version code 2021-11-15 22:49:11 +08:00
luvletter2333
c245244b29
update translation 2021-11-15 22:30:47 +08:00
luvletter2333
b68bb4932c
Merge official v8.2.7 2021-11-15 22:25:04 +08:00
xaxtix
23b70a3882 Update to 8.2.7 2021-11-15 15:52:32 +03:00
arm64v8a
cb22a70c96 confirm before repeat 2021-11-12 23:08:31 +08:00
arm64v8a
ca671a7c01 refactor neko stuff in ChatActivity 2021-11-12 23:08:28 +08:00
arm64v8a
4a12bad17c add more restart tips 2021-11-12 22:15:13 +08:00
arm64v8a
dd007a01e7 fix 2021-11-12 00:34:30 +08:00
arm64v8a
ddf8e8b7ae bump version 2021-11-11 22:50:13 +08:00
arm64v8a
783aa55c5a Fix InternalUpdater 2021-11-11 22:50:13 +08:00
arm64v8a
55edb6bde4 Allow loading custom emoji 2021-11-11 22:13:00 +08:00
arm64v8a
ac47e574e0 Fix InternalUpdater & Refactor Cells 2021-11-11 20:36:14 +08:00
arm64v8a
3c8781c7de Update InternalUpdater 2021-11-11 20:36:14 +08:00
arm64v8a
4eacbcf38f Disable AppleEmoji build 2021-11-11 20:36:13 +08:00
luvletter2333
9dee7ae6d2
Merge #670, fix save to gallery 2021-11-11 16:11:40 +08:00
luvletter2333
a097f87677
Refine configs 2021-11-11 14:56:48 +08:00
luvletter2333
c139e60d06
Refactoring Config Cells 2021-11-11 01:24:03 +08:00
arm64v8a
575dc800c2 Unify app dir name 2021-11-10 10:51:24 +08:00
arm64v8a
a08f0973a4 Disable NO_SCOPED_STORAGE on Android 11+
This enables system file picker.
Side effects are not tested.
2021-11-09 23:47:37 +08:00
arm64v8a
dea17045af bump version 2021-11-09 22:26:45 +08:00
arm64v8a
23e1b288b7 Merge 8.2.3 (2466) 2021-11-09 22:26:23 +08:00
xaxtix
3b971647e2 Update to 8.2.3 2021-11-09 05:38:47 +03:00
xaxtix
44be21dd0f Update to 8.2.3 2021-11-09 04:49:31 +03:00
arm64v8a
28b2b53012 fix OpenCC 2021-11-08 00:18:17 +08:00
arm64v8a
f3510d25cd Add confirmation before deleting the account 2021-11-07 23:12:40 +08:00
arm64v8a
0637f83540 Move Android 11+ cache path 2021-11-07 23:12:40 +08:00
arm64v8a
9828ce5de6 UI tweaks 2021-11-06 19:05:46 +08:00
arm64v8a
5696cc55ab fix nullptr in Theme.java 2021-11-06 19:05:46 +08:00
arm64v8a
d0bb8abd61 fix disableProxyWhenVpnEnabled 2021-11-06 19:05:46 +08:00
aarch64
2ae3c318ef
Update README.md 2021-11-06 15:39:42 +08:00
arm64v8a
771a87b40e minor fix 2021-11-06 13:23:37 +08:00
arm64v8a
4471aa430a target sdk 30 2021-11-06 13:23:37 +08:00
arm64v8a
ecac2aaa96 bump version 2021-11-05 23:25:57 +08:00
arm64v8a
7a9c83d2b8 fix merge 2021-11-05 23:25:57 +08:00
arm64v8a
e1098169b6 Merge remote-tracking branch 'tg/master' into dev 2021-11-05 22:11:49 +08:00
arm64v8a
74a2518785 fix 2021-11-05 19:39:34 +08:00
xaxtix
1d379b9a7b Update to 8.2.1 (2462) 2021-11-05 13:06:49 +03:00
luvletter2333
6400ef3a86
Fix test dc login 2021-11-05 01:45:34 +08:00
luvletter2333
6233580e24
Fix test dc handshake 2021-11-05 01:45:34 +08:00
arm64v8a
a5ce6c5b91 bump version 2021-11-04 21:44:10 +08:00
arm64v8a
3f4ff5c9ff readd some settings 2021-11-03 15:01:01 +08:00
arm64v8a
c972890ddd update translations 2021-11-03 14:28:46 +08:00
Luv Letter
ef0f3cd542
Revert ack changes 2021-11-01 21:26:55 +08:00
arm64v8a
099ecfbae1 fix usePersianCalendar 2021-11-01 21:11:36 +08:00
arm64v8a
bcfbe63b3d fix migrate 2021-11-01 19:42:33 +08:00
arm64v8a
907f0032ca Refine translate 2021-11-01 19:39:27 +08:00
N
de604298a3 Switch order of nameOrder strings
Currently in `Neko Settings > General > Name order`, the `Last First` switch displays names in First name Last name order, and the `First Last` switch displays names in Last name First name order.

Cause:
In https://github.com/NekoX-Dev/NekoX/blob/main/TMessagesProj/src/main/java/org/telegram/messenger/ContactsController.java#L2644, names are displayed in First name Last name order if `NekomuraConfig.nameOrder.Int() == 1`, else it will be Last name First name order.
The string array has index 0 for `FirstLast` and index 1 for `LastFirst', causing the opposite string to be used.

This fixes it.
2021-11-01 12:48:28 +08:00
luvletter2333
48f9ef024a
update translation 2021-11-01 00:14:26 +08:00