Commit Graph

340 Commits

Author SHA1 Message Date
arm64v8a 1014cfd48d Workaround without storage permissions 2021-11-18 23:52:11 +08:00
arm64v8a 34cc2b6e91 Fix translate crash 2021-11-18 19:38:24 +08:00
luvletter2333 3c8ea5d10b
feat: remember all clicked replies 2021-11-18 02:22:54 +08:00
arm64v8a 158fc41032 Delete residentNotification
It's useless.
2021-11-17 21:23:10 +08:00
luvletter2333 a932196248
Fix CDNDrive 2021-11-16 00:31:04 +08:00
arm64v8a 87e5cb5211 fix updater 2021-11-16 00:12:50 +08:00
arm64v8a cb22a70c96 confirm before repeat 2021-11-12 23:08:31 +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 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
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 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 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 771a87b40e minor fix 2021-11-06 13:23:37 +08:00
arm64v8a 7a9c83d2b8 fix merge 2021-11-05 23:25:57 +08:00
arm64v8a 74a2518785 fix 2021-11-05 19:39:34 +08:00
arm64v8a 3f4ff5c9ff readd some settings 2021-11-03 15:01:01 +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
arm64v8a 837a6543e0 customPublicProxyIP: add description 2021-10-31 23:48:41 +08:00
arm64v8a 9f288f8999 fix savefile 2021-10-31 23:07:47 +08:00
arm64v8a eaffdc28ad fix 2021-10-31 23:07:47 +08:00
luvletter2333 054494a475
Merge pull #649 feat: hideGroupSticker, credit @qwq233 2021-10-31 20:00:23 +08:00
arm64v8a c2bc81ac5a customPublicProxyIP 2021-10-30 23:06:34 +08:00
arm64v8a de5573c5ad add developer 2021-10-30 23:06:34 +08:00
arm64v8a 4ff6df9f9a migrate user nekoconfig 2021-10-30 18:22:46 +08:00
arm64v8a c37dfa2831 Refactor NekoConfig & fixies 2021-10-30 18:22:44 +08:00
arm64v8a 44d546c170 Update config keys 2021-10-30 18:22:23 +08:00
arm64v8a f4c919d593 NekoSettings: fix nullptr 2021-10-30 18:22:23 +08:00
arm64v8a da8d2942f0 wip: refactor NekoConfig 2021-10-30 18:22:23 +08:00
arm64v8a b62eed4c9c Try to use DoH to get public proxy 2021-10-30 18:22:20 +08:00
arm64v8a edb9fc5501 New Config 2021-10-28 23:53:34 +08:00
qwq233 9577c1e319
feat: hideGroupSticker
this feature is to hide the group sticker set by the group admins and make the sticker package added by the user appear at the top.
when this feature is enabled, group sticker will be hidden
default setting is false.

Signed-off-by: qwq233 <qwq233@qwq2333.top>
2021-10-23 20:13:46 +08:00
世界 a36a9c5980
Remove some features due to official censor 2021-09-21 10:40:05 +08:00
luvletter2333 5c57c63af0
Refine NekoX Theme 2021-09-21 00:21:01 +08:00
luvletter2333 5ca6f284e4
enable disableSwipeToNext and disableRemoteEmojiInteractions by default 2021-09-20 21:31:40 +08:00
luvletter2333 b6c695022e
Add disable remote emoji interactions and disableChoosingSticker 2021-09-20 21:30:57 +08:00
luvletter2333 65548549fd
merge official update 8.0.1 2021-09-20 17:14:20 +08:00
luvletter2333 af3b235626
Refine UI 2021-09-15 23:24:09 +08:00
luvletter2333 007b632c51
add option to disable swipe to next channel 2021-09-02 10:53:37 +08:00
luvletter2333 986762f504
Merge official update v8.0.0 2021-09-01 15:10:12 +08:00
luvletter2333 3cb50b03be
fix translator when using internal proxy 2021-08-28 23:54:09 +08:00