Commit graph

2571 commits

Author SHA1 Message Date
Harsh Shandilya
f9d71e827d
feat(crypto-pgpainless): add PGPKeyManager test for keys with shared email 2022-11-09 14:59:42 +05:30
Harsh Shandilya
53a6007cac
feat(crypto-pgpainless): add PGPainlessCryptoHandler test for keys with shared email 2022-11-09 14:59:38 +05:30
renovate[bot]
7e99d1718d
fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.3.0 (#2235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-09 00:25:22 +05:30
Harsh Shandilya
e8064e77b6
feat(ci): merge release and debug APK jobs 2022-11-08 21:31:21 +05:30
renovate[bot]
8ca6e510c8
chore(deps): update dependency gradle to v7.6-rc-2 (#2233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-08 15:58:56 +00:00
renovate[bot]
9bfe368579
chore(deps): update plugin com.gradle.enterprise to v3.11.4 (#2232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-08 12:52:30 +00:00
renovate[bot]
9d9772e9ad
fix(deps): update dependency org.pgpainless:pgpainless-core to v1.3.10 (#2231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-07 22:28:36 +05:30
Harsh Shandilya
56af2c936b
fix(crypto-pgpainless): pass test parameter directly where needed
Prevents unnecessary runs of tests that don't use the parameter
2022-11-07 21:21:59 +05:30
Harsh Shandilya
098d7047af
Update Public Suffix List data (#2230)
autofill-parser: update publicsuffixes file

Co-authored-by: GitHub Actions <noreply@github.com>
2022-11-07 00:15:36 +00:00
renovate[bot]
60b7498b7d
fix(deps): update dependency org.pgpainless:pgpainless-core to v1.3.9 (#2229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-06 16:27:14 +00:00
Harsh Shandilya
c407d04ec7
Sync localisations from Crowdin (#2228)
strings: sync with crowdin

Co-authored-by: GitHub Actions <noreply@github.com>
2022-11-06 00:31:18 +00:00
renovate[bot]
0b2f452579
fix(deps): update dependency io.sentry:sentry-android to v6.7.0 (#2226)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-05 14:49:29 +05:30
renovate[bot]
0e8bfd1b3b
fix(deps): update dependency app.cash.turbine:turbine to v0.12.1 (#2225)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 21:10:19 +00:00
renovate[bot]
a466e6e08b
fix(deps): update dependency org.pgpainless:pgpainless-core to v1.3.8 (#2223)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03 19:14:03 +05:30
renovate[bot]
78b6e2a7cf
fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.2.1 (#2221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-02 20:46:58 +05:30
renovate[bot]
9a315dbf6e
chore(deps): update plugin com.gradle.enterprise to v3.11.3 (#2220)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-31 18:48:48 +05:30
Harsh Shandilya
ff85f751a3
fix(build-logic): set hook source file path sensitivity to NONE
The file path is irrelevant, we only care about the script contents
2022-10-31 11:18:26 +05:30
Harsh Shandilya
24d9e49289 chore: touch up README and contribution docs 2022-10-30 08:58:42 +00:00
Harsh Shandilya
a3118c5476 fix(github): fix Crowdin and PSL pull labels 2022-10-30 08:12:16 +00:00
Harsh Shandilya
f870dd4913
Sync localisations from Crowdin (#2219)
strings: sync with crowdin

Co-authored-by: GitHub Actions <noreply@github.com>
2022-10-30 00:31:27 +00:00
Harsh Shandilya
53a5af5f40
refactor: flip PGPainless feature flag
It's always enabled now
2022-10-29 15:15:41 +05:30
Harsh Shandilya
4c3abe60a6
feat(sentry): add profiling sample rate config 2022-10-29 15:15:41 +05:30
Harsh Shandilya
baabe5ba52
refactor: add invalid .gpg-id file contents to errors 2022-10-29 15:15:41 +05:30
Harsh Shandilya
99bfccf945
refactor: remove unnecessary LaunchActivity injection 2022-10-29 15:15:41 +05:30
Harsh Shandilya
c175a8f7d5
chore: add build types blurb to snapshot release description 2022-10-29 13:50:42 +05:30
Harsh Shandilya
0208483fd4
refactor(github): rework CI avoidance logic 2022-10-29 08:32:58 +05:30
Harsh Shandilya
56fd18b17d
feat: rip out Spotless
Spotless' configuration cache support is irritating since it requires you to wipe config cache
every time you initialise a Gradle daemon.
2022-10-29 08:10:44 +05:30
Harsh Shandilya
fd20480f55
feat(build): add a homebrew ktfmt plugin
The general idea of the implementation is borrowed from https://github.com/cortinico/ktfmt-gradle
2022-10-29 08:00:28 +05:30
Harsh Shandilya
505c2fa705
refactor(format-common): add a getter to PasswordEntry for current OTP value 2022-10-29 05:34:09 +05:30
Harsh Shandilya
e8d9a77539
chore: sync Crowdin localisations 2022-10-29 05:07:24 +05:30
Harsh Shandilya
4e178883f7
chore: extract hard-coded preference strings 2022-10-29 05:07:24 +05:30
Harsh Shandilya
309d220bef
chore: add CHANGELOG entry 2022-10-29 04:37:04 +05:30
Harsh Shandilya
538ddbfd95
feat(app): wire in ASCII armor toggle 2022-10-29 04:37:04 +05:30
Harsh Shandilya
b4c9115365
feat(crypto-pgpainless): add a test for ASCII output 2022-10-29 04:37:04 +05:30
Harsh Shandilya
633cbe2714
feat(crypto-common): support passing arbitrary crypto options 2022-10-29 04:36:00 +05:30
Harsh Shandilya
390286f95f
feat: add a no-op ASCII armor toggle 2022-10-29 04:16:08 +05:30
Harsh Shandilya
2c78f8303a
chore(detekt): re-do baseline 2022-10-28 16:39:44 +05:30
Harsh Shandilya
6fdb3c2cda
feat(gradle): bump to 7.6 RC1 2022-10-28 16:32:44 +05:30
Harsh Shandilya
bb960ccb76
refactor: move UriTotpFinderTest to format-common-impl 2022-10-25 23:57:46 +05:30
Harsh Shandilya
0c939a2929
refactor(deps): switch to Compose BOM 2022-10-25 18:28:45 +05:30
Harsh Shandilya
53802dfa15
chore: update AGP versions in shadow job 2022-10-25 02:01:33 +05:30
renovate[bot]
b8863f1def
chore(deps): update gradle/wrapper-validation-action action to v1.0.5 (#2210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-24 23:52:53 +05:30
renovate[bot]
7776710116
fix(deps): update dependency com.google.android.material:material to v1.8.0-alpha02 (#2211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-24 23:52:40 +05:30
renovate[bot]
96e042900b
fix(deps): update androidxactivity to v1.7.0-alpha02
(cherry picked from commit 0f9bc7d933006cd9a16f841b08ec3c9d767d138f)
2022-10-24 20:00:36 +05:30
renovate[bot]
1be2b4573d
fix(deps): update composefoundation to v1.3.0
(cherry picked from commit f6a4c140f029af98e3dcc5809fcc94d1d7036d02)
2022-10-24 20:00:35 +05:30
renovate[bot]
1e44412abd
fix(deps): update composeui to v1.3.0
(cherry picked from commit ccac4649f048d1db1b8538babf962f895b7715b8)
2022-10-24 20:00:15 +05:30
renovate[bot]
12cd4b7fbf
fix(deps): update dependency androidx.compose.animation:animation to v1.3.0
(cherry picked from commit a68fae278b7a70e80aa1f796b55707e5af7f7f29)
2022-10-24 20:00:15 +05:30
renovate[bot]
124773a6e6
fix(deps): update dependency androidx.compose.material3:material3 to v1.0.0
(cherry picked from commit c38222c77d7b8576ba5d88e867765422f72525e6)
2022-10-24 20:00:14 +05:30
renovate[bot]
c05b799213
fix(deps): update dependency androidx.compose.material:material to v1.3.0
(cherry picked from commit 6409c9eb9499c525b56b7785203304c97b43d08e)
2022-10-24 19:58:58 +05:30
renovate[bot]
23d923fd44
fix(deps): update dependency androidx.compose.runtime:runtime to v1.3.0
(cherry picked from commit bed9b09cb41ec5ed0c05daab09e8de6e09868db9)
2022-10-24 19:58:58 +05:30