aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2022-01-24app: make Autofill intents mutable (#1682)Harsh Shandilya
Fixes: b8ce4f314538 ("app: add `PendingIntent.FLAG_IMMUTABLE` flag where required")
2022-01-24all: upgrade to AGP 7.1.0-rc01 (#1678)Harsh Shandilya
2022-01-23LaunchActivity: ensure V2 backend setting is respected (#1677)Harsh Shandilya
2022-01-22strings: 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-21Add support for properly dealing with incorrect passwords (#1672)Harsh Shandilya
2022-01-18Parameterize key and key identifier types for KeyManager (#1669)Harsh Shandilya
2022-01-13Refactor randomized password generator into a separate module (#1663)Aditya Wasan
2022-01-12chore(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-10Remove unused class (#1657)Harsh Shandilya
2022-01-09Fix 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-09Make 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-09Integrate PGPainless backend into the UI properly (#1647)Harsh Shandilya
2022-01-09Make CryptoHandler use Key as the abstraction layer (#1651)Harsh Shandilya
2022-01-01strings: sync with crowdin (#1636)github-actions[bot]
Co-authored-by: GitHub Actions <noreply@github.com>
2021-12-31Revert "autofill-parser: remove Bromite from supported browsers (#1423)" (#1632)Harsh Shandilya
This reverts commit 3f20678d799e15e21d1b7f013bc3672270f0d20f.
2021-12-29Refactor BiometricAuthenticator and add proper support for retries (#1627)Harsh Shandilya
2021-12-21app: migrate XkPasswd users to DicewareHarsh Shandilya
2021-12-21app: integrate diceware UIHarsh Shandilya
2021-12-21app: add diceware generator dialogHarsh Shandilya
2021-12-21app: add diceware injection moduleHarsh Shandilya
2021-12-21app: add diceware dependencyHarsh Shandilya
2021-12-21app: remove XkPasswd generatorHarsh Shandilya
2021-12-10build(deps): bump kotlinx-coroutines-test from 1.6.0-RC to 1.6.0-RC2 (#1586)dependabot[bot]
2021-12-09Refactor 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-09Prevent 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-07Allow 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-07Fix missing final item in extra content pairs (#1578)Aditya Wasan
2021-12-03all: switch to new convention pluginsHarsh Shandilya
2021-12-02Cleanup dependency declarations and upgrade to Kotlin 1.6.0 (#1565)Harsh Shandilya
2021-11-30Implement workarounds for Dependabot to update dependencies (#1552)Harsh Shandilya
2021-11-23Ensure logger is installed when requested (#1549)Harsh Shandilya
2021-11-16build: apply `kotlin-common` convention plugin where applicableHarsh Shandilya
2021-11-13Update dependencies (#1540)Harsh Shandilya
2021-11-08Upgrade dependencies (#1537)Harsh Shandilya
* app: use MaterialAlertDialogBuilder for preference dialogs * build: upgrade all dependencies
2021-11-07Cleanup 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-04Fix password saving for V2 backend (#1534)Harsh Shandilya
2021-11-03Allow unauthenticated HTTPS Git access (#1533)Harsh Shandilya
2021-11-03Revert "app: add dynamic colors support to Compose"Aditya Wasan
This reverts commit 2a9d2177a5985a76020a5dc6b9248343d18e26bc.
2021-11-03app: add dynamic colors support to ComposeHarsh Shandilya
2021-11-03app: remove unused M2 resourcesHarsh Shandilya
2021-11-03app: move autofill dataset to M3 color tokensHarsh Shandilya
2021-11-03app: remove explicit style from FolderCreationDialogFragmentHarsh Shandilya
2021-11-03app: fix hard-coded themes and colors in WelcomeFragmentHarsh Shandilya
2021-11-03app: fix hard-coded themes and colors in RepoLocationFragmentHarsh Shandilya
2021-11-03app: fix hard-coded themes and colors in KeySelectionFragmentHarsh Shandilya
2021-11-03app: fix hard-coded themes and colors in CloneFragmentHarsh Shandilya
2021-11-03app: fix hard-coded themes in BasicBottomSheetHarsh Shandilya
2021-11-03app: fix hard-coded themes in ProxySelectorActivityHarsh Shandilya
2021-11-03app: fix hard-coded colors in AutofillPublisherChangedActivityHarsh Shandilya
2021-11-03app: fix hard-coded colors in AutofillFilterViewHarsh Shandilya