aboutsummaryrefslogtreecommitdiff
path: root/ui-compose
AgeCommit message (Collapse)Author
2022-10-09feat(app): support toggling read-only status in DecryptScreenHarsh Shandilya
2022-10-08feat(ui-compose): add a `PasswordField` composable and switch decrypt screen ↵Harsh Shandilya
to it
2022-10-07fix: add shadow to `APSAppBar`Harsh Shandilya
2022-10-07feat(app): make `DecryptScreen` properly standaloneHarsh Shandilya
2022-09-08fix(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-11Upgrade all dependencies (#2057)Harsh Shandilya
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-23Improvements to key list activity (#2030)Harsh Shandilya
2022-07-18Add KeyList composableHarsh Shandilya
2022-07-15all: re-do package structure yet againHarsh Shandilya
2022-07-07ui-compose: import Manrope fontHarsh Shandilya
2022-07-07gradle: bump all versionsHarsh Shandilya
2022-03-27Migrate 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-26Move Compose code to ui-compose module (#1687)Harsh Shandilya