aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-27Migrate namespaces to Gradle (#1805)Harsh Shandilya
* ui-compose: update Gradle configuration * gradle: fix namespace for a couple astray Compose dependencies * all: switch to Gradle namespace property Mirrors a similar change from AndroidX https://github.com/androidx/androidx/commit/dcfa035a961fd1daabb7dcccf97d77fa2a006abf
2022-03-26Bring contribution docs up to scratch (#1804)Harsh Shandilya
2022-03-26autofill-parser: update publicsuffixes file (#1803)github-actions[bot]
Co-authored-by: GitHub Actions <noreply@github.com>
2022-03-24doc (README): update links to documentation (#1802)Kevin Samuel
2022-03-24chore(deps): update dependency androidx.core:core-ktx to v1.8.0-alpha06 (#1801)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-24chore(deps): update dependency androidx.compose.material3:material3 to ↵renovate[bot]
v1.0.0-alpha08 (#1800) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-24chore(deps): update androidx.compose.ui to v1.2.0-alpha06 (#1799)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-24Bump ktfmt to 0.35 (#1797)Harsh Shandilya
2022-03-23chore(deps): update dependency com.google.android.material:material to ↵renovate[bot]
v1.6.0-beta01 (#1796) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-23fix: ignore `CancellationException` in suspend functions (#1794)Aditya Wasan
* fix: ignore `CancellationException` in suspend functions Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * build(coroutine-utils): use `api` instead of `implementation` Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-03-23chore(deps): update peter-evans/create-pull-request action to v4 (#1795)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-23chore(deps): update dependency androidx.test:rules to v1.4.1-alpha05 (#1793)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-19autofill-parser: update publicsuffixes file (#1791)github-actions[bot]
Co-authored-by: GitHub Actions <noreply@github.com>
2022-03-19chore(deps): update gradle/gradle-build-action action to v2.1.4 (#1790)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-18chore(deps): update dependency io.sentry:sentry-android to v5.7.0 (#1789)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-18chore(deps): update dependency ↵renovate[bot]
io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.0.0 (#1788) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-16chore(deps): update dependency org.pgpainless:pgpainless-core to v1.1.3 (#1787)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-13Misc PGP v2 fixes (#1784)Harsh Shandilya
* Don't throw in PGPKeyImportActivity when no file is selected * PGPSettings: mark import option as dependent on V2 backend pref
2022-03-13Configure sentry properties (#1783)Harsh Shandilya
2022-03-13Configure Sentry with more information (#1782)Harsh Shandilya
* build-logic: remove error path in Sentry plugin * gradle: fix UnstableApiUsage warning * build-logic: configure Sentry Gradle Plugin * app: set traces sample-rate to 1.0 * sentry-stub: init * app: populate Sentry user field with feature flags
2022-03-12Fix typo in german translation (#1781)c-steindl
2022-03-11chore(deps): update dependency io.sentry:sentry-android to v5.6.3 (#1780)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-11Fix TOTP field flashing on each update (#1779)Harsh Shandilya
* Fix TOTP field flashing on each update * Add missing changelog entry
2022-03-10Show remaining time in TOTP field (#1766)Harsh Shandilya
* Pass down remaining time for TOTPs to UI layer * format-common: switch TOTP flow to use co-operative cancelation * format-common: add a regression test for OTP duration calculation * Abstract out labels * Switch to launchIn
2022-03-10chore(deps): update dependency androidx.compose.material3:material3 to ↵renovate[bot]
v1.0.0-alpha07 (#1778) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-10chore(deps): update androidx.compose.ui to v1.2.0-alpha05 (#1777)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-09chore(deps): update dependency gradle to v7.4.1 (#1774)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-08build-logic: rename copy files to destination rather than move (#1773)Harsh Shandilya
2022-03-07chore(deps): update dependency org.pgpainless:pgpainless-core to v1.1.2 (#1772)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-07chore(deps): update dependency de.undercouch:gradle-download-task to v5.0.2 ↵renovate[bot]
(#1771) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-06Meta changes to snapshots and reviews (#1769)Harsh Shandilya
2022-03-05Follow-up fixes to snapshot deployment (#1768)Harsh Shandilya
* scripts/deploy-snapshot: ensure GITHUB_WORKSPACE is set when script is run * scripts/deploy-snapshot: prevent command output from breaking comparison * scripts/deploy-snapshot: fix shellcheck nits * gitignore: add outputs directory * github: pass privileged token to deployment script
2022-03-05Move snapshot releases to GitHub (#1767)Harsh Shandilya
2022-03-05Cleanup IDE reported lints in autofill-parser and format-common (#1765)Harsh Shandilya
2022-03-04chore(deps): update dependency io.sentry:sentry-android to v5.6.2 (#1764)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03chore(deps): update actions/upload-artifact action to v3 (#1763)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03chore(deps): update actions/download-artifact action to v3 (#1762)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-02app: turn off StrictMode (#1761)Harsh Shandilya
2022-03-02chore(deps): update actions/checkout action to v3 (#1760)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-28chore(deps): update peter-evans/create-pull-request action to v3.14.0 (#1759)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-28chore(deps): update peter-evans/create-pull-request action to v3.13.0 (#1758)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-26chore(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to ↵renovate[bot]
v0.19.0 (#1756) Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-02-26chore(deps): update dependency com.google.android.material:material to ↵renovate[bot]
v1.6.0-alpha03 (#1755) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-26chore(deps): update dependency org.pgpainless:pgpainless-core to v1.1.1 (#1754)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-26Upgrade ktfmt to 0.33 (#1753)Harsh Shandilya
* build: upgrade ktfmt to 0.33 * all: reformat with ktfmt 0.33
2022-02-24chore(deps): update actions/setup-java action to v3 (#1752)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-24chore(deps): update dependency com.android.tools.build:gradle to v7.1.2 (#1751)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-24chore(deps): update dependency androidx.core:core-ktx to v1.8.0-alpha05 (#1750)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-24chore(deps): update dependency androidx.compose.material3:material3 to ↵renovate[bot]
v1.0.0-alpha06 (#1749) Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-24chore(deps): update dependency androidx.compose.animation:animation to ↵renovate[bot]
v1.2.0-alpha04 (#1748) Co-authored-by: Renovate Bot <bot@renovateapp.com>