Skip to content

Commit

Permalink
Telegraher 9.33.18
Browse files Browse the repository at this point in the history
* new OutOfMemory crash fix via foreground service (modded)
* disable emoji status for chats also (but need to debug more)
* extended admin rights to restrict gifs, stickers, games or inline bots for users in chat
  * the idea and main code from @arslan and his Cherrygram
* custom error messages if you got resticted for gifs only or stickers only
  * actually i track well strickers forbidden and let you to use gifs, but if gifs are forbidden (but stickers are allowed) you can use both (but gifs will not pass). Thats somewhere in the vanilla code i need to debug later.
* channels and groups have edit icon now, so you can list all members (if not hidden) and admins.
  * the code which display admin numbers is from @arslan, but i adapted it for channels only.
* added english & russian translations for new options
  • Loading branch information
nikitasius committed Jan 22, 2023
1 parent 583efe5 commit d7c10c2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Dockerfile_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
asset_name: ${{ env.ANAME }}${{ env.AARCH }}.apk
asset_content_type: application/gzip
env:
RNAME: Telegraher 9.33.17
TNAME: graher_9.33.17_
ANAME: Telegraher.9.33.17.
RNAME: Telegraher 9.33.18
TNAME: graher_9.33.18_
ANAME: Telegraher.9.33.18.
AARCH: bundle
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ different)
* Realeases are
here: [https://github.com/nikitasius/Telegraher/releases](https://github.com/nikitasius/Telegraher/releases)
* if it contain `beta` it mean it's BETA
* Last release `9.33.16`: [bundle](https://github.com/nikitasius/Telegraher/releases/tag/graher_9.33.16_bundle)
* Last release `9.33.18`: [bundle](https://github.com/nikitasius/Telegraher/releases/tag/graher_9.33.18_bundle)
* Last beta: write `!beta` in chat

### Issues/Wishlist
Expand Down
11 changes: 11 additions & 0 deletions README_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changes

* 9.33.18
* new OutOfMemory crash fix via foreground service (modded)
* disable emoji status for chats also (but need to debug more)
* extended admin rights to restrict gifs, stickers, games or inline bots for users in chat
* the idea and main code from @arsLan and his Cherrygram
* custom error messages if you got resticted for gifs only or stickers only
* actually i track well strickers forbidden and let you to use gifs, but if gifs are forbidden (but stickers are
allowed) you can use both (but gifs will not pass). Thats somewhere in the vanilla code i need to debug later.
* channels and groups have edit icon now, so you can list all members (if not hidden) and admins.
* the code which display admin numbers is from @arsLan, but i adapted it for channels only.
* added english & russian translations for new options
* 9.33.17
* fixed spoiler bug
* it's because a features you can enable via settings :)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Sat Mar 12 05:53:50 MSK 2016
APP_VERSION_NAME=9.33.17
APP_VERSION_CODE=3026017
APP_VERSION_NAME=9.33.18
APP_VERSION_CODE=3026018
APP_PACKAGE=com.evildayz.code.telegraher2
RELEASE_KEY_PASSWORD=android
RELEASE_KEY_ALIAS=androidkey
Expand Down

0 comments on commit d7c10c2

Please sign in to comment.