Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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: add diceware dependency | 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-12-07 | Fix missing final item in extra content pairs (#1578) | Aditya Wasan | |
2021-12-03 | all: switch to new convention plugins | Harsh Shandilya | |
2021-12-02 | Cleanup dependency declarations and upgrade to Kotlin 1.6.0 (#1565) | Harsh Shandilya | |
2021-11-30 | Implement workarounds for Dependabot to update dependencies (#1552) | Harsh Shandilya | |
2021-11-23 | Ensure logger is installed when requested (#1549) | Harsh Shandilya | |
2021-11-16 | build: apply `kotlin-common` convention plugin where applicable | 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: remove unused M2 resources | Harsh Shandilya | |
2021-11-03 | app: move autofill dataset to M3 color tokens | Harsh Shandilya | |
2021-11-03 | app: remove explicit style from FolderCreationDialogFragment | Harsh Shandilya | |
2021-11-03 | app: fix hard-coded themes and colors in WelcomeFragment | Harsh Shandilya | |
2021-11-03 | app: fix hard-coded themes and colors in RepoLocationFragment | Harsh Shandilya | |
2021-11-03 | app: fix hard-coded themes and colors in KeySelectionFragment | Harsh Shandilya | |
2021-11-03 | app: fix hard-coded themes and colors in CloneFragment | Harsh Shandilya | |
2021-11-03 | app: fix hard-coded themes in BasicBottomSheet | Harsh Shandilya | |
2021-11-03 | app: fix hard-coded themes in ProxySelectorActivity | Harsh Shandilya | |
2021-11-03 | app: fix hard-coded colors in AutofillPublisherChangedActivity | Harsh Shandilya | |
2021-11-03 | app: fix hard-coded colors in AutofillFilterView | 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: make toolbars match system bars | Harsh Shandilya | |
2021-11-03 | app: fix system bars theming | Harsh Shandilya | |
2021-11-03 | app: remove unnecessary layout nesting | Harsh Shandilya | |
2021-11-03 | app: fix background colors for onboarding flow | 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: switch to M3 APS theme | Harsh Shandilya | |
2021-11-03 | app: remove invalid color references | Harsh Shandilya | |
2021-11-03 | app: fix tints for all drawables | 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 | |