Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-20 | Fix proguard rules which prevent whole program minification (#1521) | Harsh Shandilya | |
2021-10-09 | Upgrade plugin dependencies and fix Javadoc generation (#1517) | Harsh Shandilya | |
* build: upgrade all plugins * autofill-parser/openpgp-ktx: apply Dokka plugin * Move repository configuration to settings.gradle.kts * Replace deprecated lintOptions * Reorder repositories | |||
2021-10-03 | Cleanup and improve CI checks (#1511) | Harsh Shandilya | |
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-04 | strings: sync with crowdin (#1498) | github-actions[bot] | |
Co-authored-by: GitHub Actions <noreply@github.com> | |||
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 |