Commit Graph

130 Commits

Author SHA1 Message Date
luvletter2333 8e25de7902
fix hide all chats 2022-07-07 15:13:46 +08:00
luvletter2333 73cb11f883
Merge official v8.8.3 2022-06-30 19:16:32 +08:00
luvletter2333 067deb365d
allow details 2022-05-08 15:17:04 +08:00
luvletter2333 fa99e892bc
Merge official 8.7.0 2022-05-08 14:59:55 +08:00
luvletter2333 9969037be2
try to fix status bar 2022-03-27 22:22:33 +08:00
luvletter2333 00f7b2c892
fix delete all 2022-03-24 14:28:47 +08:00
luvletter2333 c1a21028e4
allow force enabling chat blur 2022-03-15 17:22:27 +08:00
luvletter2333 fa5b44b51e
merge official v8.6.1 2022-03-13 22:48:25 +08:00
gao_cai_sheng fd0ea5b158
feat: add setAliasName (#739)
* feat: add setAliasName

Signed-off-by: qwq233 <qwq233@qwq2333.top>
2022-02-03 22:18:54 +08:00
luvletter2333 00ae420abf allow show bottom actions 2022-02-03 21:25:21 +08:00
luvletter2333 1d3011ea58
Feature: custom save path 2022-01-21 17:17:27 +08:00
luvletter2333 8618ac484b
Feature: allow hiding reactions in message menu, or displaying when double tap 2022-01-21 15:24:30 +08:00
luvletter2333 632b36170c
Feature: disable all notification bubbles 2022-01-20 23:07:24 +08:00
luvletter2333 b1dce3510f
Remove customApi and Disable dev mode for users 2022-01-20 15:41:31 +08:00
luvletter2333 56a79e2f35
feat: disable double tab reactions 2022-01-17 18:57:31 +08:00
luvletter2333 2de5fba21f
feat: display spoiler messages directly 2022-01-17 17:57:56 +08:00
luvletter2333 2a6708a4cc
Refactor nekogram package structure 2022-01-17 16:53:22 +08:00
luvletter2333 2237ece95d
Refactor proxies structure 2022-01-17 15:39:45 +08:00
luvletter2333 6249aba960
Refactor configs 2022-01-16 15:00:58 +08:00
luvletter2333 be93f69a31
Use popup in NekoSettings 2021-12-23 23:24:49 +08:00
luvletter2333 67703b1717
Remove accept secret chat 2021-12-23 23:06:53 +08:00
luvletter2333 cde8d42dc7
Add hide send as channel 2021-12-23 22:58:13 +08:00
Алексей Муратов c25a49894b
Share a message in another app (#693)
* add nkbtn_sharemessage
2021-12-16 16:23:20 +08:00
luvletter2333 246e4823ad
fixes 2021-12-09 11:13:51 +08:00
arm64v8a 3533f7b61e Delete disableProxyWhenVpnEnabled 2021-12-08 20:49:29 +08:00
arm64v8a 6d4984b864 Refine public proxy 2021-12-03 21:24:28 +08:00
arm64v8a 04e62a0c0a feat: show timestamp in seconds 2021-11-21 23:40:06 +08:00
arm64v8a a5c29444a7 Allow disable instant camera 2021-11-18 23:53:51 +08:00
luvletter2333 3c8ea5d10b
feat: remember all clicked replies 2021-11-18 02:22:54 +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 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
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 f3510d25cd Add confirmation before deleting the account 2021-11-07 23:12:40 +08:00
arm64v8a 9828ce5de6 UI tweaks 2021-11-06 19:05:46 +08:00
arm64v8a 7a9c83d2b8 fix merge 2021-11-05 23:25:57 +08:00
arm64v8a 3f4ff5c9ff readd some settings 2021-11-03 15:01:01 +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 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 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 edb9fc5501 New Config 2021-10-28 23:53:34 +08:00