- 03 Sep, 2020 1 commit
-
-
Eric Eastwood authored
-
- 13 May, 2020 1 commit
-
-
Tomas Vik authored
-
- 07 May, 2020 1 commit
-
-
Tomas Vik authored
-
- 05 May, 2020 1 commit
-
-
Tomas Vik authored
-
- 25 Mar, 2020 1 commit
-
-
Tomas Vik authored
-
- 24 Mar, 2020 2 commits
-
-
Eric Eastwood authored
Building with Android 3.6.1
-
Tomas Vik authored
-
- 04 Jun, 2019 5 commits
-
-
Marc Schwede authored
-
Marc Schwede authored
-
Marc Schwede authored
-
Marc Schwede authored
-
Marc Schwede authored
fixes gitlab-org/gitter/gitter-android-app#122
-
- 30 May, 2019 1 commit
- 07 Jan, 2019 1 commit
-
-
Eric Eastwood authored
-
- 20 Dec, 2018 1 commit
-
-
Eric Eastwood authored
-
- 11 Dec, 2018 1 commit
-
-
Eric Eastwood authored
- Log version code/name for easier association - Bump `versionCode` by `40` so it is high enough than current builds, `40 + 48` -> `88` - Add `ensureContainer` job which will build a container for the branch if it doesn't exist
-
- 10 Dec, 2018 3 commits
-
-
Jason Lenny authored
-
Jason Lenny authored
-
Jason Lenny authored
-
- 07 Dec, 2018 1 commit
-
-
Jason Lenny authored
-
- 06 Dec, 2018 6 commits
-
-
Jason Lenny authored
-
Eric Eastwood authored
https://gitlab.com/jlenny/gitter-android-app/-/jobs/130568715 ``` build.gradle:63: Error: Version must be at least 10.2.1 when targeting O [GradleCompatible] implementation "com.google.android.gms:play-services-gcm:9.6.1" ```
-
Eric Eastwood authored
As discussed in https://gitlab.com/gitlab-org/gitter/gitter-android-app/merge_requests/5#note_122709696 We convert the jks file to hex and store in a project secret variable(environment variable). Then when running, we take the hex varible and convert it back to a binary file via `xxd` Binary to Hex (for storing the secret project variable) ```` xxd -p gitter-android-app.jks ``` Hex to Binary ``` echo "$signing_jks_file_hex" | xxd -r -p - ``` --- Also fix Google Play API key not being saved in place we were trying to look it up, ~/google_play_api_key.json
-
Jason Lenny authored
-
Eric Eastwood authored
We updated to Android Build tools 28 in https://gitlab.com/gitlab-org/gitter/gitter-android-app/merge_requests/6 This was spurred on because of the requirement to use API >26 to upload to the Google Play store, https://gitlab.com/gitlab-org/gitter/gitter-android-app/merge_requests/5#note_122717509
-
Eric Eastwood authored
-
- 09 Oct, 2018 1 commit
-
-
George Tsiolis authored
Part of https://gitlab.com/gitlab-org/gitter/gitter-android-app/merge_requests/4 Previously it wouldn't build locally, only in CI. Now it builds both locally and on CI
-
- 06 Aug, 2018 1 commit
-
-
Eric Eastwood authored
-
- 03 Aug, 2018 2 commits
-
-
Eric Eastwood authored
-
Eric Eastwood authored
Part of open-sourcing Android, https://gitlab.com/gitlab-org/gitter/gitter-android-app/issues/8 Secrets now stored in untracked `secrets.properties` which is read by `app/build.gradle`
-
- 01 Aug, 2018 2 commits
-
-
Eric Eastwood authored
Part of https://gitlab.com/gitlab-org/gitter/webapp/issues/1876
-
Eric Eastwood authored
-
- 30 Jul, 2018 1 commit
-
-
Eric Eastwood authored
-
- 16 Mar, 2018 1 commit
-
-
🏝 Andrew Newdigate 🏕 authored
-
- 10 Nov, 2016 2 commits
-
-
Andy Trevorah authored
-
Andy Trevorah authored
-
- 08 Nov, 2016 1 commit
-
-
Andy Trevorah authored
-
- 04 Nov, 2016 1 commit
-
-
Andy Trevorah authored
-
- 31 Oct, 2016 1 commit
-
-
Andy Trevorah authored
-
- 14 Oct, 2016 1 commit
-
-
Andy Trevorah authored
-