Skip to content

Commit

Permalink
Telegraher 9.33.17
Browse files Browse the repository at this point in the history
* fixed spoiler bug
  * it's because a features you can enable via settings :)
 * removed `READ_PHONE_NUMBERS`
 * added missing label for photo size slider
 * fix hide graher menu
 * clean local db fix
  * you can clean it now with non-WAL mode & history wipe is included
 * graherium - disable emoji status
  * lets make 1st brick to remove the premium shit from our grahers!
  • Loading branch information
nikitasius committed Jan 21, 2023
1 parent 608f883 commit 7b70d16
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 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.16
TNAME: graher_9.33.16_
ANAME: Telegraher.9.33.16.
RNAME: Telegraher 9.33.17
TNAME: graher_9.33.17_
ANAME: Telegraher.9.33.17.
AARCH: bundle
8 changes: 8 additions & 0 deletions README_BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

It's very simple

* open `builditbitch.sh` and remove lines from 10 to 17 and from 22 to 27
* run `docker build -t telegraher-bundle -f Dockerfile_bundle .`
* run `docker run --rm -v "$PWD":/home/source telegraher-bundle`

That will build graher bundle.

## GUIDE BELOW IGNORE CAUSE DOCKER FILE AREN'T ADAPTED

* download the repo `git clone https://github.com/nikitasius/Telegraher.git`
* build it
* you can use official guide `https://core.telegram.org/reproducible-builds`
Expand Down
10 changes: 10 additions & 0 deletions README_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changes

* 9.33.17
* fixed spoiler bug
* it's because a features you can enable via settings :)
* removed `READ_PHONE_NUMBERS`
* added missing label for photo size slider
* fix hide graher menu
* clean local db fix
* you can clean it now with non-WAL mode & history wipe is included
* graherium - disable emoji status
* lets make 1st brick to remove the premium shit from our grahers!
* 9.33.16
* moved on telegram 9.3.3 base
* fixed spoilers for medias
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.16
APP_VERSION_CODE=3026016
APP_VERSION_NAME=9.33.17
APP_VERSION_CODE=3026017
APP_PACKAGE=com.evildayz.code.telegraher2
RELEASE_KEY_PASSWORD=android
RELEASE_KEY_ALIAS=androidkey
Expand Down

0 comments on commit 7b70d16

Please sign in to comment.