Harsh Shandilya
a149704331
Bump ktfmt to 0.35 ( #1797 )
2022-03-24 07:42:07 +00:00
renovate[bot]
b7deec1426
chore(deps): update dependency com.google.android.material:material to v1.6.0-beta01 ( #1796 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-23 19:26:23 +05:30
Aditya Wasan
9c9616d047
fix: ignore CancellationException
in suspend functions ( #1794 )
...
* 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-23 12:48:06 +00:00
renovate[bot]
cf3ae17b84
chore(deps): update peter-evans/create-pull-request action to v4 ( #1795 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-23 14:25:52 +05:30
renovate[bot]
3c03aeff13
chore(deps): update dependency androidx.test:rules to v1.4.1-alpha05 ( #1793 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-23 08:02:11 +05:30
github-actions[bot]
cb84128f00
autofill-parser: update publicsuffixes file ( #1791 )
...
Co-authored-by: GitHub Actions <noreply@github.com>
2022-03-19 00:22:33 +00:00
renovate[bot]
1f88911ddd
chore(deps): update gradle/gradle-build-action action to v2.1.4 ( #1790 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-19 03:23:17 +05:30
renovate[bot]
91b46e66e9
chore(deps): update dependency io.sentry:sentry-android to v5.7.0 ( #1789 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-18 15:11:05 +05:30
renovate[bot]
bb180d269c
chore(deps): update dependency 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-18 00:38:21 +05:30
renovate[bot]
0041f8a0c5
chore(deps): update dependency org.pgpainless:pgpainless-core to v1.1.3 ( #1787 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-16 15:36:31 +05:30
Harsh Shandilya
6fc1fafe99
Misc PGP v2 fixes ( #1784 )
...
* Don't throw in PGPKeyImportActivity when no file is selected
* PGPSettings: mark import option as dependent on V2 backend pref
2022-03-13 13:07:29 +00:00
Harsh Shandilya
7868c6d08e
Configure sentry properties ( #1783 )
2022-03-13 12:39:15 +00:00
Harsh Shandilya
861ca58a58
Configure Sentry with more information ( #1782 )
...
* 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-13 12:11:01 +00:00
c-steindl
20725219bd
Fix typo in german translation ( #1781 )
2022-03-12 11:50:23 +00:00
renovate[bot]
118b8f1f65
chore(deps): update dependency io.sentry:sentry-android to v5.6.3 ( #1780 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-11 22:18:28 +05:30
Harsh Shandilya
186b8352b5
Fix TOTP field flashing on each update ( #1779 )
...
* Fix TOTP field flashing on each update
* Add missing changelog entry
2022-03-11 10:54:51 +05:30
Harsh Shandilya
2f034bc237
Show remaining time in TOTP field ( #1766 )
...
* 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-10 20:22:39 +00:00
renovate[bot]
3e988b2a34
chore(deps): update dependency androidx.compose.material3:material3 to v1.0.0-alpha07 ( #1778 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-10 14:58:25 +00:00
renovate[bot]
ebd5ea5fdd
chore(deps): update androidx.compose.ui to v1.2.0-alpha05 ( #1777 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-10 17:04:34 +05:30
renovate[bot]
d976561141
chore(deps): update dependency gradle to v7.4.1 ( #1774 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-09 18:57:53 +00:00
Harsh Shandilya
2edaf3d14b
build-logic: rename copy files to destination rather than move ( #1773 )
2022-03-08 20:39:18 +00:00
renovate[bot]
8b36a45c71
chore(deps): update dependency org.pgpainless:pgpainless-core to v1.1.2 ( #1772 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-07 18:24:29 +00:00
renovate[bot]
b37006011d
chore(deps): update dependency de.undercouch:gradle-download-task to v5.0.2 ( #1771 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-07 18:15:36 +00:00
Harsh Shandilya
842b3e9bf5
Meta changes to snapshots and reviews ( #1769 )
2022-03-06 16:49:44 +00:00
Harsh Shandilya
47aecbca53
Follow-up fixes to snapshot deployment ( #1768 )
...
* 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-05 18:31:05 +00:00
Harsh Shandilya
208e49e4d5
Move snapshot releases to GitHub ( #1767 )
2022-03-05 23:12:50 +05:30
Harsh Shandilya
b8756a667c
Cleanup IDE reported lints in autofill-parser and format-common ( #1765 )
2022-03-05 13:47:48 +00:00
renovate[bot]
52c349188b
chore(deps): update dependency io.sentry:sentry-android to v5.6.2 ( #1764 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-04 10:17:17 +00:00
renovate[bot]
20ae7e9aac
chore(deps): update actions/upload-artifact action to v3 ( #1763 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 23:38:03 +05:30
renovate[bot]
9662e4f12a
chore(deps): update actions/download-artifact action to v3 ( #1762 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 00:42:28 +05:30
Harsh Shandilya
47ec6059bd
app: turn off StrictMode ( #1761 )
2022-03-02 21:38:00 +05:30
renovate[bot]
980ebe44da
chore(deps): update actions/checkout action to v3 ( #1760 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-02 01:29:46 +05:30
renovate[bot]
3e4eb5217d
chore(deps): update peter-evans/create-pull-request action to v3.14.0 ( #1759 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-28 20:50:01 +05:30
renovate[bot]
4829c24576
chore(deps): update peter-evans/create-pull-request action to v3.13.0 ( #1758 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-28 15:50:17 +05:30
renovate[bot]
8f2c5cfccb
chore(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.19.0 ( #1756 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-02-26 17:46:25 +00:00
renovate[bot]
c22dc51442
chore(deps): update dependency com.google.android.material:material to v1.6.0-alpha03 ( #1755 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-26 17:17:21 +05:30
renovate[bot]
f4b09513cb
chore(deps): update dependency org.pgpainless:pgpainless-core to v1.1.1 ( #1754 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-26 08:50:00 +00:00
Harsh Shandilya
778834d5e4
Upgrade ktfmt to 0.33 ( #1753 )
...
* build: upgrade ktfmt to 0.33
* all: reformat with ktfmt 0.33
2022-02-26 01:58:20 +05:30
renovate[bot]
0af4e2920c
chore(deps): update actions/setup-java action to v3 ( #1752 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-24 20:16:22 +05:30
renovate[bot]
67db1f99ad
chore(deps): update dependency com.android.tools.build:gradle to v7.1.2 ( #1751 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-24 12:22:36 +00:00
renovate[bot]
3500034fb6
chore(deps): update dependency androidx.core:core-ktx to v1.8.0-alpha05 ( #1750 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-24 12:12:05 +00:00
renovate[bot]
07fbba9f14
chore(deps): update dependency androidx.compose.material3:material3 to v1.0.0-alpha06 ( #1749 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-24 17:33:09 +05:30
renovate[bot]
2af08ca92b
chore(deps): update dependency androidx.compose.animation:animation to v1.2.0-alpha04 ( #1748 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-24 15:25:34 +05:30
Harsh Shandilya
d8b5880215
Fix Autofill ANR when entry has no TOTP ( #1746 )
2022-02-24 07:50:17 +00:00
Harsh Shandilya
acc448ce74
Use explicit Gradle tasks to handle build artifact collection ( #1745 )
2022-02-23 14:25:03 +05:30
Harsh Shandilya
f08ad35d2e
Expand tests for multiple identity keys ( #1743 )
2022-02-22 14:33:03 +05:30
Harsh Shandilya
82e3ba6ce5
Add CI job to assemble release APKs and fix build ( #1742 )
2022-02-21 15:12:56 +00:00
Harsh Shandilya
bbbcc76d65
Add failing test for multiple identities ( #1741 )
2022-02-21 20:12:19 +05:30
Harsh Shandilya
e343c66d8b
Cleanup R8 rules ( #1739 )
2022-02-21 13:15:59 +00:00
Harsh Shandilya
2e3e6ef052
Switch to R8 dev releases ( #1738 )
2022-02-21 18:22:48 +05:30