Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-23 | LaunchActivity: ensure V2 backend setting is respected (#1677) | Harsh Shandilya | |
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 | |
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 | |
2021-12-21 | app: integrate diceware UI | Harsh Shandilya | |
2021-12-21 | app: add diceware generator dialog | Harsh Shandilya | |
2021-12-21 | app: add diceware injection module | Harsh Shandilya | |
2021-12-21 | app: remove XkPasswd generator | Harsh Shandilya | |
2021-12-10 | build(deps): bump kotlinx-coroutines-test from 1.6.0-RC to 1.6.0-RC2 (#1586) | dependabot[bot] | |
2021-12-09 | Refactor coroutine testing setup (#1583) | Harsh Shandilya | |
* coroutine-utils: init * coroutine-utils-testing: init * format-common: switch over to using DispatcherProvider * Convert Binds method to an extension function * Add Dispatcher module | |||
2021-12-09 | Prevent Git files from turning up in search and listing (#1582) | Harsh Shandilya | |
* Prevent Git files from turning up in search and listing * Update changelog | |||
2021-12-07 | Allow importing TOTP from images (#1580) | Aditya Wasan | |
* feat(aps): allow importing TOTP code from an image containing a QR code Signed-off-by: Aditya <adityawasan55@gmail.com> * Reorder OTP import options and implement it for V2 * Replace try-catch with runCatching * Use the correct TextWatcher extension at the right place Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-11-23 | Ensure logger is installed when requested (#1549) | Harsh Shandilya | |
2021-11-13 | Update dependencies (#1540) | Harsh Shandilya | |
2021-11-08 | Upgrade dependencies (#1537) | Harsh Shandilya | |
* app: use MaterialAlertDialogBuilder for preference dialogs * build: upgrade all dependencies | |||
2021-11-07 | Cleanup extra content handling (#1536) | Harsh Shandilya | |
* BasicBottomSheet: remove unnecessary custom background Fixes: 88c9a0d487ca ("app: refactor M3 themes and styles") * FieldItemAdapter: fix typo ClipBoard -> Clipboard * FieldItemAdapter: fix RV binding idempotency * app: refactor FieldItemAdapter population logic * DecryptActivityV2: wire in missing 'show password' toggle | |||
2021-11-04 | Fix password saving for V2 backend (#1534) | Harsh Shandilya | |
2021-11-03 | Allow unauthenticated HTTPS Git access (#1533) | Harsh Shandilya | |
2021-11-03 | Revert "app: add dynamic colors support to Compose" | Aditya Wasan | |
This reverts commit 2a9d2177a5985a76020a5dc6b9248343d18e26bc. | |||
2021-11-03 | app: add dynamic colors support to Compose | Harsh Shandilya | |
2021-11-03 | app: fix filename for AutofillFilterView | Harsh Shandilya | |
2021-11-03 | app: refactor M3 themes and styles | Harsh Shandilya | |
2021-11-03 | app: remove unnecessary suppression | Harsh Shandilya | |
2021-11-03 | app: switch back to buttons for SSH config screen | Harsh Shandilya | |
2021-11-03 | app: don't use non-null assertion for supportActionBar | Harsh Shandilya | |
2021-11-03 | app: enable dynamic colors | Harsh Shandilya | |
2021-11-03 | app: switch M3 to Manrope typeface | Harsh Shandilya | |
2021-11-03 | app: add Material3 themes | Harsh Shandilya | |
2021-10-28 | Upgrade dependencies (#1526) | Harsh Shandilya | |
* gradle: upgrade all dependencies * github: replace gradle-cache-action with official gradle-build-action * github: update wrapper-validation-action | |||
2021-10-23 | Switch new PGP backend to use PGPainless (#1522) | Harsh Shandilya | |
* crypto-pgpainless: init * crypto-pgpainless: add an opinionated CryptoHandler impl * app: migrate to crypto-pgpainless * crypto-pgp: remove * github: remove now unused instrumentation tests job * crypto-common: fixup package names * wip(crypto-pgpainless): add `PGPKeyPair` and `PGPKeyManager` Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> (cherry picked from commit 02d07e9e797a8600cc8c534a731dfffcc44cfdde) * crypto-pgpainless: use hex-encoded key IDs * crypto-pgpainless: replace legacy Gopenpgp-generated key file * crypto-pgpainless: fix CryptoConstants source set * crypto-pgpainless: fix tests * crypto-pgpainless: reinstate PGPKeyManager tests Co-authored-by: Aditya Wasan <adityawasan55@gmail.com> | |||
2021-10-03 | Replace Timber with logcat (#1509) | (´⌣`ʃƪ) | |
* Replace Timber with logcat (#1505) * Add extension for asLog which takes a message param Co-authored-by: Aditya Wasan <adityawasan55@gmail.com> | |||
2021-09-14 | Gopenpgp related fixes (#1503) | Harsh Shandilya | |
* app: rename new crypto activities (cherry picked from commit 89be012f995b878affb7e7a592750e130c7f0f2c) * app: allow alt backends to work without OpenKeychain (cherry picked from commit 7bf9f01e5ef7bb24700ce3f242e5aabbabbff09e) * app: rename ENABLE_GOPENPGP to ENABLE_PGP_V2_BACKEND | |||
2021-09-03 | Bump dependencies for Kotlin 1.5.30 (#1497) | Harsh Shandilya | |
2021-08-27 | Fix auto-focus issue on Dialogs with TextInputFields (#1492) | Yash Garg | |
2021-08-24 | Update AndroidX deps (#1491) | Harsh Shandilya | |
2021-08-08 | Make password generator parameter changes reactive (#1480) | Harsh Shandilya | |
* Make XkPassword generator reactive * Handle empty strings * Make password generator reactive * Sync changelog for 1.13.5 release * Add to changelog |