Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-24 | app: address ContentDescription lint | Harsh Shandilya | |
2022-04-24 | app: address Autofill lint | Harsh Shandilya | |
2022-04-24 | app: address MissingQuantity lint | Harsh Shandilya | |
2022-04-24 | app: address Overdraw lint | Harsh Shandilya | |
2022-04-24 | app: address TrustAllX509TrustManager lint | Harsh Shandilya | |
2022-04-24 | app: address Deprecated lint | Harsh Shandilya | |
2022-04-24 | app: address VectorRaster lint | Harsh Shandilya | |
2022-04-24 | app: address InlinedApi lint | Harsh Shandilya | |
2022-04-24 | app: address UnusedResources lint | Harsh Shandilya | |
2022-04-24 | app: setup Lint baseline | Harsh Shandilya | |
2022-04-21 | Remove support for external storage and raise target SDK to 31 (#1863) | Harsh Shandilya | |
2022-04-09 | chore(deps): update dependency org.pgpainless:pgpainless-core to v1.2.0 (#1832) | renovate[bot] | |
* chore(deps): update dependency org.pgpainless:pgpainless-core to v1.2.0 * gradle: bump bouncycastle to 1.71 * Transparently update older BC versions Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-04-06 | Use full canonical path for classes in manifest (#1823) | Harsh Shandilya | |
* app: switch to full class names in manifest * CONTRIBUTING: document configuration cache failures | |||
2022-03-27 | Migrate 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-13 | Misc 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-13 | Configure 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-12 | Fix typo in german translation (#1781) | c-steindl | |
2022-03-11 | Fix TOTP field flashing on each update (#1779) | Harsh Shandilya | |
* Fix TOTP field flashing on each update * Add missing changelog entry | |||
2022-03-10 | Show 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-02 | app: turn off StrictMode (#1761) | Harsh Shandilya | |
2022-02-26 | Upgrade ktfmt to 0.33 (#1753) | Harsh Shandilya | |
* build: upgrade ktfmt to 0.33 * all: reformat with ktfmt 0.33 | |||
2022-02-24 | Fix Autofill ANR when entry has no TOTP (#1746) | Harsh Shandilya | |
2022-02-23 | Use explicit Gradle tasks to handle build artifact collection (#1745) | Harsh Shandilya | |
2022-02-21 | Add CI job to assemble release APKs and fix build (#1742) | Harsh Shandilya | |
2022-02-21 | Cleanup R8 rules (#1739) | Harsh Shandilya | |
2022-02-20 | Introduce Sentry for error reporting (#1737) | Harsh Shandilya | |
2022-02-09 | chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle ↵ | renovate[bot] | |
to v6.2.2 (#1718) Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-02-05 | Begin rework for configuration cache compatibility (#1709) | Harsh Shandilya | |
2022-02-04 | Port build to Gradle 7.4-rc-2 (#1707) | Harsh Shandilya | |
2022-02-01 | Refactor PasswordEntry TOTP calculation into a cold flow (#1702) | Harsh Shandilya | |
2022-01-27 | Unwind PasswordRepository's confusing control flow (#1686) | Harsh Shandilya | |
* Cleanup PasswordRepository * Tear out nonsensical logic for getRepository | |||
2022-01-26 | Move Compose code to ui-compose module (#1687) | Harsh Shandilya | |
2022-01-25 | Add the ability to run garbage collection on the internal Git repository (#1683) | Harsh Shandilya | |
2022-01-24 | app: make Autofill intents mutable (#1682) | Harsh Shandilya | |
Fixes: b8ce4f314538 ("app: add `PendingIntent.FLAG_IMMUTABLE` flag where required") | |||
2022-01-24 | all: upgrade to AGP 7.1.0-rc01 (#1678) | Harsh Shandilya | |
2022-01-23 | LaunchActivity: ensure V2 backend setting is respected (#1677) | Harsh Shandilya | |
2022-01-22 | strings: sync with crowdin (#1673) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-01-21 | Add support for properly dealing with incorrect passwords (#1672) | Harsh Shandilya | |
2022-01-18 | Parameterize key and key identifier types for KeyManager (#1669) | Harsh Shandilya | |
2022-01-13 | Refactor randomized password generator into a separate module (#1663) | Aditya Wasan | |
2022-01-12 | chore(deps): update dependency ↵ | renovate[bot] | |
com.github.android-password-store:sublime-fuzzy to v2 (#1658) * chore(deps): update dependency com.github.android-password-store:sublime-fuzzy to v2 * fix import Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-01-10 | Remove unused class (#1657) | Harsh Shandilya | |
2022-01-09 | Fix a bunch of Lint warnings and errors (#1655) | Harsh Shandilya | |
* autofill-parser: add missing `@RequiresApi` annotations * app: remove unused strings and sync with Crowdin * app: remove unused chip_text_color selector * app: remove unused capitalization_type_values array * app: add `PendingIntent.FLAG_IMMUTABLE` flag where required | |||
2022-01-09 | Make PGPainless backend feature flag runtime configurable (#1654) | Harsh Shandilya | |
* Make feature flags runtime configurable * Add a settings entry for PGPainless feature flag * Add changelog entry | |||
2022-01-09 | Integrate PGPainless backend into the UI properly (#1647) | Harsh Shandilya | |
2022-01-09 | Make CryptoHandler use Key as the abstraction layer (#1651) | Harsh Shandilya | |
2022-01-01 | strings: sync with crowdin (#1636) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2021-12-31 | Revert "autofill-parser: remove Bromite from supported browsers (#1423)" (#1632) | Harsh Shandilya | |
This reverts commit 3f20678d799e15e21d1b7f013bc3672270f0d20f. | |||
2021-12-29 | Refactor BiometricAuthenticator and add proper support for retries (#1627) | Harsh Shandilya | |
2021-12-21 | app: migrate XkPasswd users to Diceware | Harsh Shandilya | |