Commit graph

  • 342470a2bc
    beta 8.85.4 Nikita S 2022-07-22 16:04:08 +02:00
  • 4b78b44408
    multiacc fix & permissions also * removed GET_ACCOUNTS * removed MANAGE_ACCOUNTS Nikita S 2022-07-22 15:57:10 +02:00
  • 932ed19470
    beta 8.85.3 Nikita S 2022-07-22 12:57:24 +02:00
  • 03a6abca55
    SharedPreferences commit() to apply() * it's async * tg never check the result Nikita S 2022-07-22 11:01:25 +02:00
  • 75891cab85
    left panel UI glitch fix Nikita S 2022-07-22 10:36:49 +02:00
  • e5e04da394
    beta 8.85.2 Nikita S 2022-07-21 21:56:21 +02:00
  • bbf1026f75
    commit pack 3 * to be much more clear use local text labels instead of cloud for some labels and texts Nikita S 2022-07-21 21:45:39 +02:00
  • cfe1f5e81d
    commit pack 2 * new notification icon thanks Wolfsschanze44 * one more new icon by Wolfsschanze44 * disabled needSendDebugLog * added fingerprint from store 8.6.2, it's the same * added fingerprint from store 8.7.4, it's the same * lets be clear * rename to telegraher call notifications * rename to telegraher values in strings.xml * to be more clear * LocaleController new code added for local labels Nikita S 2022-07-21 21:36:25 +02:00
  • 669725d5cc
    click 3 times to wipe own messages as an admin When you're the admin and you can delete your own messages, it will take 3 clicks to check-in the deletions checkbox. It's just for your own account. Nikita S 2022-06-15 11:11:56 +02:00
  • 77f15608b6
    why not? in 8.5.0 they are shared this, guess it's for debug/building purposes. This param not used in code, so let it keep for the history and space waste (77 bytes in src). Nikita S 2022-02-04 11:23:20 +01:00
  • 82939b1012
    raised forward/delete limits to 1024 forward work natively while delete is not. Thats why delete have a "slicer" for a list with the ids. For folks who ask: "WTF your map value contain list of the lists" well, key can be zero (0), but it in theory can contain the ids (here they check if (newTaskId != 0)) so to avoid rewriting values in this map we just add new chunks with ids. If they will restrict native forward in future i will add same slicer too. Limit 1024 just to have it. It can be upto 2 billions, but after your client need to send all these chunks (=requests) and you can get api bans (for 5-10min due use abuse their api). So, when you wanna forward 800 messages OR delete them think that TG servers control your API rates for certain api calls. * bugfix for green chats Nikita S 2022-02-14 09:47:26 +01:00
  • c74ebdc0ff
    commit pack 1 * allow screenshots in private chats * no ads but mark as read * stay in chats while banned * added video controls on gifs * allow to manipulate green/securechat medias and removed restrictions * enable/disable toubletap reactions * remote deletions bug fix fixed issue #6 * every chat have download icon R.drawable.msg_download for every chat secret or not, when we select a message with a media * text size update from 12-30 to 8-72 * remove splash on start * the Kaboom * "new channel" back in main menu * add "save to gallery/downloads" buttons * change UI left-side panel (nickame & phone number) * allow admins to self mass wipe * secret chats and deletion tasks * medias w/ timer in private chats * make videos great again * delete also true for "clear history" * delete also true for "delete message in a DM" Nikita S 2022-07-21 21:13:31 +02:00
  • 66469b8290
    multiacc fix Nikita S 2022-07-21 16:37:01 +02:00
  • b32848395a patch: by @teamgram teamgram.io 2022-07-21 20:17:17 +08:00
  • b0b0a4a0c9
    gradle 7.0.2 to 7.5 Nikita S 2022-07-21 14:02:31 +02:00
  • af6582a637
    BETA purposes rename telegraher to telegraher_beta in a package Nikita S 2022-07-21 13:49:18 +02:00
  • f511c585f5
    multiacc, unlimited accounts the code i picked up nekox w/o chinese bloatware. Bit modded. Will it work? We'll w/ tests. Nikita S 2022-07-21 13:46:07 +02:00
  • 6c18dd2c6e
    gradle update, remove gapps, use osmand maps Nikita S 2022-07-20 14:34:51 +02:00
  • 42e3096658
    well finally our own versions tg 8.7.4 -> th 8.74.1 - easy to track the tg version it's made from - easy to update and create the releases fix - avoid issues during updates and requests to reinstall the app Nikita S 2022-03-23 17:47:41 +01:00
  • 02806e5276
    space waste issue on large landscape tablets so Nikita S 2022-03-13 15:26:24 +01:00
  • ff97c08074
    corrected files folder this is was hardcoded value if all from above are failed (usually it works). So now emergency field is correct Nikita S 2022-03-29 17:03:32 +02:00
  • 8c3d393b97
    don't use system accounts anymore Nikita S 2022-03-29 16:30:11 +02:00
  • ab589481dd
    correct SHORTCUT_SHARE Nikita S 2022-03-29 16:28:54 +02:00
  • 7bda7fe748
    disable analytics Nikita S 2022-02-16 15:57:57 +01:00
  • 0025fcc003
    removed permissions from the app I can't disable READ_PHONE_STATE permission due it's used in TG's code widely, to stop media when someone calling you and to manage the app when you receive the calls. allow to install the APKs some folks have issues on Android 10 and/or MIUI so.. they need it. Anyway folk will not install the apks, it will offer you a package manager in your system (i have the dialog on my lineageos and can choose system or app manager from fdroid, for example). Nikita S 2022-03-13 14:32:56 +01:00
  • a0a16ac9ff
    hi, i'm a vanilla client * using vanilla fingerprint * com.android.vending mean we're from google store * org.telegram.messenger mean we're vanilla tg * generate valid fingerpints it's our internal DISABLED function to generate valid fingerfrints. It's commented and never called. Purpose: generate sha256 when new version vanilla is released. Nikita S 2022-07-18 21:34:26 +02:00
  • b38374949f
    docker & gradle file fix Nikita S 2022-03-13 14:55:37 +01:00
  • 2bfd381bc3
    disabled official update autocheck for the app Nikita S 2022-01-13 13:57:23 +01:00
  • 91c5a919d0
    Github actions CI/CD Nikita S 2022-03-13 14:58:01 +01:00
  • ed2b0e12ef
    disable noforwards Nikita S 2022-02-02 15:45:51 +01:00
  • 82d3ff7aed
    disable edit_hide Nikita S 2022-02-02 15:43:27 +01:00
  • b04aa12653
    disable restricted Nikita S 2022-02-02 15:42:34 +01:00
  • a359dd9395
    renaming * renaming the package from org.telegram.messenger to com.evildayz.code.telegraher * renaming the app in xml files from Telegram to Telegraher * renaming the app in java files from Telegram to Telegraher Nikita S 2022-02-14 09:38:43 +01:00
  • f935c1ce27
    new app icon :-) Nikita S 2021-12-30 20:49:07 +01:00
  • 644ea3c89e
    Merge 5ad001f022 into 6cb1cdf898 E1ecti 2022-07-16 22:56:37 +02:00
  • 5ad001f022
    Change criteria for high perfomance class E1ecti 2022-07-16 22:56:26 +02:00
  • 5e358761bd
    Merge branch 'DrKLO:master' into master Akbar Azimifar 2022-07-15 17:12:46 +04:30
  • c9711c5870
    Fix style in RTL languages Keramat Jokar 2022-07-13 10:17:35 +04:30
  • 6d395ac5ec
    Merge 21a214c415 into 6cb1cdf898 lollilol 2022-07-11 21:58:40 +02:00
  • 21a214c415
    add "screenshotting" to the advantages of a secret chat lollilol 2022-07-11 21:57:41 +02:00
  • c164f4d28d
    Merge dd38d8b422 into 6cb1cdf898 Alexander Marchuk 2022-07-11 19:21:29 +03:00
  • 1303bdc9d8
    Fixed Theme Parser Laky64 2022-07-09 17:37:57 +02:00
  • a9aaaea22e
    Merge 5c093d75c6 into 6cb1cdf898 Hamid Alaei Varnosfaderani 2022-07-05 10:43:15 +02:00
  • 011b3b91f1
    Merge f0a3b2c04a into 6cb1cdf898 Matin Zadeh Dolatabad 2022-07-04 15:47:12 +02:00
  • 6cb1cdf898 update to 8.8.5 xaxtix 2022-07-04 15:54:30 +04:00
  • 7fae4b483c
    Merge branch 'DrKLO:master' into master Akbar Azimifar 2022-07-01 07:33:50 +04:30
  • 43401a515c update to 8.8.4 xaxtix 2022-06-28 14:33:06 +04:00
  • 0a3abc5158 update to 8.8.4 xaxtix 2022-06-28 14:00:33 +04:00
  • 552cdba6ab
    Add missing 'at' to last online time Robin van der Vliet 2022-06-27 01:09:36 +02:00
  • b695474bc6
    Merge branch 'DrKLO:master' into master Akbar Azimifar 2022-06-26 08:31:38 +04:30
  • f454f857d5
    Update strings.xml realdeveloperongithub 2022-06-25 21:55:13 +08:00
  • 4a95c2fc1f Update to 8.8.3 xaxtix 2022-06-23 02:07:45 +04:00
  • f57f1516ed
    Fixed a Typo from the build.gradle Laky64 2022-06-21 12:37:20 +02:00
  • 96dce2c9aa Update to 8.8.2 release-8.8.2_2702 xaxtix 2022-06-21 06:51:00 +04:00
  • c6146c6764
    tg sticker bug or looks like - check hasEmojiSupportVibration - if not, then vibro - WTF?! Nikita S 2022-06-19 21:48:59 +02:00
  • aa5462b138
    Merge pull request #70 from nikitasius/noshit_8.7.4 Nikita S 2022-06-19 21:34:47 +02:00
  • 4fcfa54830
    Telegraher 8.74.6 * fixed version and codeversion for smooth updates * probably fixed TG vibro bug [9111e6](9111e618b7) (or i not enough drunk to understand their flow) * "Chudmin" (3511604) & "iMiKED" (1017942) are pidormoders from 4pda (tossing salads modership) * added "Disable vibro" option to disable vibrations globally * added "disable start beep" and "disable end beep", thats to disable beeps when you calling someone via voip * thats pretty annoying at least the endone Nikita S 2022-06-19 21:32:56 +02:00
  • cea4a77c98
    telegraher disable start/end beeps for voip when you calling TG plays sound sound during connection and an the end it plays violent noise also. So you can disable it. Nikita S 2022-06-19 21:30:32 +02:00
  • 653a422f4c
    telegraher disable vibro code Nikita S 2022-06-19 20:18:46 +02:00
  • b85838c7e4
    telegraher menu disable vibro settings Nikita S 2022-06-19 20:18:04 +02:00
  • 9111e618b7
    tg sticker bug or looks like - check hasEmojiSupportVibration - if not, then vibro - WTF?! Nikita S 2022-06-19 20:16:16 +02:00
  • d99213d904
    Merge pull request #68 from nikitasius/noshit_8.7.4 Nikita S 2022-06-19 11:12:22 +02:00
  • b0ac1ad925
    Telegraher 8.74.5 * still working on armeabi-v7 but in theory fixed crash on multiaccs * the vanilla shitcode loop which makes kind of pause was increased x10 times in previous update Nikita S 2022-06-19 11:10:44 +02:00
  • e2e6bfdfab
    Merge pull request #67 from nikitasius/noshit_8.7.4 Nikita S 2022-06-19 00:24:54 +02:00
  • 00671c500d
    Telegraher 8.74.4 Nikita S 2022-06-19 00:23:58 +02:00
  • e8c0e9d3d4
    version 8.74.4, mean telegraher 8.7.4 release 4. Nikita S 2022-06-19 00:16:44 +02:00
  • 6337414c3a
    mltoolkit is removed the last 2 trackers are wiped. No autolang detect, translation button will appear on all messages. Nikita S 2022-06-19 00:15:58 +02:00
  • 00526d2ebf
    max accounts reduced from 128 to 80 cause of too many old vanilla shicode it kills armeabi-v7 old devices. So 80 accounts build works nice on my google nexus4 under LoS 15.1 with android 8.1. Same time some shitcode timing increased in ApplicationLoader (that solution added from vanilla version should be fixed seriosly). Nikita S 2022-06-19 00:13:27 +02:00
  • 7909a64d60
    Merge pull request #66 from nikitasius/noshit_8.7.4 Nikita S 2022-06-15 21:55:55 +02:00
  • d114396359
    Telegraher 8.74.3 build it, bitch! Nikita S 2022-06-15 21:55:13 +02:00
  • 348db6d68f
    Merge branch 'noshit_8.7.4' Nikita S 2022-06-15 21:54:07 +02:00
  • 778038e724
    Telegraher 8.74.3 Nikita S 2022-06-15 21:52:29 +02:00
  • fd7d6d5dc5
    notification icon selecter - newone head - newone eyes - old vanilla for Pavel Nikita S 2022-06-15 21:49:06 +02:00
  • 2abb91bab7
    notification icon selecter - newone head - newone eyes - old vanilla for Pavel Nikita S 2022-06-15 21:46:53 +02:00
  • 6086f8a020
    proximity sensor control changing these settings require app restart (just kill the app via buttons from TH menu). Nikita S 2022-06-15 21:30:02 +02:00
  • c19de1e07f
    one more new icon by Wolfsschanze44 Nikita S 2022-06-15 21:16:00 +02:00
  • c27d79945c
    russian spellerror Nikita S 2022-06-15 20:20:41 +02:00
  • 48ac583fd9
    get back popup menu - profile & chats - same as before - search is 1st, call is 2nd Nikita S 2022-06-15 20:14:12 +02:00
  • 97964e8176
    our own code version - avoid issues during updates and requests to reinstall the app Nikita S 2022-06-15 18:40:03 +02:00
  • a365f08b37
    Merge pull request #65 from nikitasius/noshit_8.7.4 Nikita S 2022-06-15 14:28:24 +02:00
  • 83939f6779
    Telegraher 8.74.2 Nikita S 2022-06-15 14:27:07 +02:00
  • d324dc5d6d
    apply new notification icon Nikita S 2022-06-15 14:24:26 +02:00
  • 390967011c
    new notification icon thanks Wolfsschanze44 Nikita S 2022-06-15 14:24:12 +02:00
  • bdbd31fb0b
    well finally our own versions tg 8.7.4 -> th 8.74.1 - easy to track the tg version it's made from - easy to update and create the releases Nikita S 2022-06-15 13:57:04 +02:00
  • f0a3b2c04a
    fix: typo in comment Matin Zadeh Dolatabad 2022-06-15 12:39:15 +02:00
  • 0f994f903d
    click 3 times to wipe own messages as an admin When you're the admin and you can delete your own messages, it will take 3 clicks to check-in the deletions checkbox. It's just for your own account. Nikita S 2022-06-15 11:11:56 +02:00
  • 79afb36ada
    delete also true for "delete message in a DM" Nikita S 2022-06-15 10:40:03 +02:00
  • 7e5841732b
    delete also true for "clear history" Nikita S 2022-06-15 10:32:53 +02:00
  • 21210f82a3
    fixed bug with UI elements With 128 account we had some issues, now it's fixed. Nikita S 2022-06-15 09:56:25 +02:00
  • 2a0ddcb7da
    Merge pull request #64 from nikitasius/noshit_8.7.4 Nikita S 2022-06-14 23:07:29 +02:00
  • 05a190ef3b
    Telegraher 8.7.4 release 1 build bitch! (need to update github actions cause they are triggered on pull) Nikita S 2022-06-14 23:06:36 +02:00
  • ff79d5a73a
    Merge branch 'noshit_8.7.4' Nikita S 2022-06-14 23:04:07 +02:00
  • c3dacd28bf
    Telegraher 8.7.4 release 1 Nikita S 2022-06-14 22:59:25 +02:00
  • 57783c1b88
    disabled needSendDebugLog Nikita S 2022-06-14 22:42:17 +02:00
  • f76a902419
    32 account to 128 accounts Nikita S 2022-06-14 22:13:51 +02:00
  • 697ca85c49
    added fingerprint from store 8.7.4, it's the same Nikita S 2022-06-14 21:56:34 +02:00
  • 4a7466c60a
    Telegraher 8.6.2 r8 Nikita S 2022-05-01 20:56:42 +02:00
  • 2c4b2d6873
    tabs on forward Nikita S 2022-05-01 20:18:46 +02:00
  • b74bc8bbb6
    enable/disable next channel on swap default disabled cause it's really pissing me off Nikita S 2022-05-01 20:00:13 +02:00
  • 00d2f8e490
    well, all except the regular need to fix it or roll back lite version, cause i keep old code but do not apply it. Nikita S 2022-04-23 22:46:32 +02:00