Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-31 | fix(deps): update bouncycastle to v1.76 (#2632) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-07-05 | feat(ui): add a dedicated Compose screen for editing passwords | Harsh Shandilya | |
2023-06-27 | chore: cleanup IDE warnings | Harsh Shandilya | |
2023-06-15 | fix: address `ComposeUnstableCollections` lint | Harsh Shandilya | |
2023-06-04 | chore: refresh lint baseline | Harsh Shandilya | |
2023-05-20 | refactor(build): sync Gradle properties set with current AGP | Harsh Shandilya | |
2023-05-10 | fix(deps): update androidx (#2512) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-04-27 | feat(lint): update baselines | Harsh Shandilya | |
2023-04-27 | refactor(build): remove `kotlin-library` plugin from Android modules | Harsh Shandilya | |
2023-03-21 | fix(build): remove `DSL_SCOPE_VIOLATION` suppression | Harsh Shandilya | |
This was a Gradle bug that is now fixed https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Access%20to%20version%20catalog%20for%20plugins%20in%20the%20plugins%20%7B%7D%20block | |||
2023-03-01 | chore: refresh Lint baselines | Harsh Shandilya | |
2022-10-25 | refactor(deps): switch to Compose BOM | Harsh Shandilya | |
2022-10-24 | chore(gradle): add missing suppressions and license headers | Harsh Shandilya | |
2022-10-09 | feat(app): support toggling read-only status in DecryptScreen | Harsh Shandilya | |
2022-10-08 | feat(ui-compose): add a `PasswordField` composable and switch decrypt screen ↵ | Harsh Shandilya | |
to it | |||
2022-10-07 | fix: add shadow to `APSAppBar` | Harsh Shandilya | |
2022-10-07 | feat(app): make `DecryptScreen` properly standalone | Harsh Shandilya | |
2022-09-08 | fix(deps): update dependency androidx.compose.material3:material3 to ↵ | renovate[bot] | |
v1.0.0-beta02 (#2115) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-08-11 | Upgrade all dependencies (#2057) | Harsh Shandilya | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-07-23 | Improvements to key list activity (#2030) | Harsh Shandilya | |
2022-07-18 | Add KeyList composable | Harsh Shandilya | |
2022-07-15 | all: re-do package structure yet again | Harsh Shandilya | |
2022-07-07 | ui-compose: import Manrope font | Harsh Shandilya | |
2022-07-07 | gradle: bump all versions | Harsh Shandilya | |
2022-03-27 | Migrate namespaces to Gradle (#1805) | Harsh Shandilya | |
* ui-compose: update Gradle configuration * gradle: fix namespace for a couple astray Compose dependencies * all: switch to Gradle namespace property Mirrors a similar change from AndroidX https://github.com/androidx/androidx/commit/dcfa035a961fd1daabb7dcccf97d77fa2a006abf | |||
2022-01-26 | Move Compose code to ui-compose module (#1687) | Harsh Shandilya | |