Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-16 | build: switch root project to convention plugins | Harsh Shandilya | |
2021-11-16 | build-logic: add automation convention plugins | Harsh Shandilya | |
2021-11-16 | build-logic: add Kotlin convention plugins | Harsh Shandilya | |
2021-11-16 | build: upgrade Spotless and enable configuration caching | Harsh Shandilya | |
2021-11-16 | Convert build-logic to a proper included build | Harsh Shandilya | |
2021-11-15 | gradle: add all deps | Harsh Shandilya | |
2021-11-15 | build-logic: migrate Spotless to a convention plugin | Harsh Shandilya | |
2021-11-15 | all: spotless | Harsh Shandilya | |
2021-11-15 | gradle: bump to 7.3 | Harsh Shandilya | |
2021-11-15 | gradle: add opens for Java 16 compat | Harsh Shandilya | |
2021-11-13 | Update dependencies (#1540) | Harsh Shandilya | |
2021-11-13 | autofill-parser: update publicsuffixes file (#1539) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
2021-11-12 | Try fixing PSL update workflow (#1538) | Harsh Shandilya | |
* Revert "Directly push PSL updates to develop (#1494)" This reverts commit a6b8e79d36d8900597aec8dfc2eb57838bb14188. * github: enable auto merge of PSL pull requests | |||
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 | CHANGELOG: update | Harsh Shandilya | |
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 | |
2021-11-03 | app: switch M3 to Manrope typeface | Harsh Shandilya | |
2021-11-03 | app: add Material3 themes | Harsh Shandilya | |
2021-11-03 | scripts/pre-push-hook: skip checks when deleting a branch | Harsh Shandilya | |
2021-11-03 | Upgrade dependencies (#1531) | Harsh Shandilya | |
2021-10-28 | Add encrypt/decrypt tests for PGPainless (#1527) | Harsh Shandilya | |
* Remove redundant visibility modifiers * Move key getter to TestUtils * Add encrypt/decrypt tests to PGPainlessCryptoHandler | |||
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 |