Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-27 | refactor: migrate to androidx.core APIs for `Bundle`/`Intent` API changes | Harsh Shandilya | |
2023-03-27 | chore(deps): upgrade to androidx.core 1.10.0-rc01 | Harsh Shandilya | |
2023-03-27 | Sync localisations from Crowdin (#2440) | Harsh Shandilya | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-03-26 | feat(build): migrate to Crowdin V2 API | Harsh Shandilya | |
2023-03-26 | Sync localisations from Crowdin (#2439) | Harsh Shandilya | |
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-03-25 | feat: offer to import a PGP key when none are present | Harsh Shandilya | |
2023-03-25 | fix: remove NoKeysProvided error | Harsh Shandilya | |
We're making this invariant impossible in the code paths that hit it | |||
2023-03-25 | fix: use DispatcherProvider in CryptoRepository | Harsh Shandilya | |
2023-03-25 | chore: rename import button label string resource | Harsh Shandilya | |
2023-03-25 | fix: ensure repo dir is recreated after deletion | Harsh Shandilya | |
2023-03-25 | fix(gradle): turn off R8 full mode | Harsh Shandilya | |
2023-03-24 | chore(deps): update plugin com.gradle.enterprise to v3.12.6 (#2437) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-24 | fix(deps): update dependency ↵ | renovate[bot] | |
com.google.testparameterinjector:test-parameter-injector to v1.11 (#2438) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-24 | fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to ↵ | renovate[bot] | |
v0.25.1 (#2436) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-24 | fix: extract hard-coded string | Harsh Shandilya | |
2023-03-24 | feat: add user guidance in PGP key manager screen | Harsh Shandilya | |
2023-03-24 | chore(deps): update actions/checkout action to v3.5.0 (#2435) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-24 | fix: adjust LeakCanary init flow | Harsh Shandilya | |
2023-03-24 | fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to ↵ | renovate[bot] | |
v0.25.0 (#2434) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-23 | fix(ci): make shadow jobs actually use provided Gradle version | Harsh Shandilya | |
2023-03-23 | fix(ci): use correct job title for dependency | Harsh Shandilya | |
2023-03-23 | chore(deps): pin usefulness/agp-version-finder-action action to 9084404 (#2433) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-23 | fix(ci): make AGP version handling automatic | Harsh Shandilya | |
2023-03-22 | fix(deps): update dependency androidx.compose:compose-bom to v2023.03.00 (#2432) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-22 | fix(deps): update dependency androidx.fragment:fragment-ktx to ↵ | renovate[bot] | |
v1.6.0-alpha08 (#2430) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-22 | fix(deps): update lifecycle to v2.6.1 (#2431) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-22 | fix(deps): update dependency androidx.constraintlayout:constraintlayout to ↵ | renovate[bot] | |
v2.2.0-alpha09 (#2429) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-22 | fix(deps): update androidxactivity to v1.7.0 (#2428) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-22 | chore(deps): update dependency androidx.compose.compiler:compiler to v1.4.4 ↵ | renovate[bot] | |
(#2427) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-21 | refactor(build): wire up CC-compatible task dependencies for Crowdin | Harsh Shandilya | |
2023-03-21 | feat(build): pull out Crowdin tasks to their own classes | Harsh Shandilya | |
2023-03-21 | fix(build): disable SAM conversion for build-logic | Harsh Shandilya | |
No longer required https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Support%20of%20Java%20lambdas | |||
2023-03-21 | feat(build): opt into kotlin-assignment experiment | Harsh Shandilya | |
Newly introduced in 8.1: https://docs.gradle.org/8.1-rc-1/release-notes.html#kotlin-dsl-improvements:~:text=Experimental%20simple%20property%20assignment%20in%20Kotlin%20DSL%20scripts We'll use this for the upcoming refactor of CrowdinPlugin | |||
2023-03-21 | fix(build): remove `DSL_SCOPE_VIOLATION` suppression | Harsh Shandilya | |
This was a Gradle bug that is now fixed https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Access%20to%20version%20catalog%20for%20plugins%20in%20the%20plugins%20%7B%7D%20block | |||
2023-03-21 | fix(build): remove unneeded `afterEvaluate` | Harsh Shandilya | |
https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Easier%20customization%20of%20Kotlin%20options | |||
2023-03-21 | chore(build): fix deprecation warning | Harsh Shandilya | |
Now visible due to this change: https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Useful%20deprecation%20warnings%20and%20errors%20from%20Kotlin%20script%20compilation | |||
2023-03-21 | feat(build): upgrade to Gradle 8.1 RC1 | Harsh Shandilya | |
2023-03-21 | fix(deps): update dependency ↵ | renovate[bot] | |
io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.4.3 (#2424) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-20 | chore(deps): update plugin com.gradle.enterprise to v3.12.5 (#2423) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-20 | Update Public Suffix List data (#2422) | Harsh Shandilya | |
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com> | |||
2023-03-19 | fix: inverted test in `Migrations#removeCurrentBranchValue` | Harsh Shandilya | |
2023-03-19 | fix(ci): prevent shadow jobs from writing to cache | Harsh Shandilya | |
2023-03-18 | fix(app): control LeakCanary lifecycle more explicitly | Harsh Shandilya | |
2023-03-18 | fix(deps): update dependency de.undercouch:gradle-download-task to v5.4.0 ↵ | renovate[bot] | |
(#2421) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-18 | chore: remove obsolete `format-common-impl` mention in contribution docs | Harsh Shandilya | |
Fixes: 8cfe6ec84c1b ("refactor: merge format-common-impl into format-common") | |||
2023-03-17 | fix(deps): update dependency io.sentry:sentry-android to v6.16.0 (#2420) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-17 | fix(deps): update dependency com.android.tools:r8 to v8 (#2419) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-17 | fix(deps): update dependency com.google.android.material:material to ↵ | renovate[bot] | |
v1.9.0-beta01 (#2418) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-16 | chore(deps): update actions/checkout action to v3.4.0 (#2416) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2023-03-15 | chore(deps): update peter-evans/create-pull-request action to v4.2.4 (#2415) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |