Kuba Szczodrzyński
|
7c925cb88a
|
[UI] Add Notes feature. (#99)
* [DB] Add Room schema export location.
* [DB] Add Note entity and migration 96.
* Add correct database schema
* [Notes] Implement basic note list UI.
* [DB] Implement Noteable in Full entities. Add note relation and filtering.
* [Notes] Make Note searchable.
* [UI] Disable onClick listeners in adapters when null.
* [UI] Implement showing note list in dialog.
* [UI] Update note dialogs UI.
* [Notes] Add note details dialog.
* [Notes] Extract note dialogs header into a separate layout.
* [Notes] Add note editor dialog.
* [Notes] Show note icons in dialogs and lists.
* [Notes] Add showing substitute text.
* [Notes] Add replacing notes icon.
* [Notes] Add sharing and receiving notes.
* [Notes] Add notes list UI fragment.
* [Notes] Implement adding notes without owner.
* [Notes] Add color names.
* [Notes] Add notes card on home screen.
* [Notes] Add notes card migration.
|
2021-10-28 22:35:30 +02:00 |
|
Kuba Szczodrzyński
|
8745d7d526
|
[API/Szkolny] Fix user/device registration after API errors. (#111)
|
2021-10-28 12:11:00 +02:00 |
|
Kuba Szczodrzyński
|
d8abac1917
|
Merge branch 'develop' into feature/structure-refactor
# Conflicts:
# app/src/main/java/pl/szczodrzynski/edziennik/Extensions.kt
# app/src/main/java/pl/szczodrzynski/edziennik/MainActivity.kt
# app/src/main/java/pl/szczodrzynski/edziennik/data/db/entity/Teacher.kt
# app/src/main/java/pl/szczodrzynski/edziennik/ui/teachers/TeachersAdapter.kt
# app/src/main/java/pl/szczodrzynski/edziennik/ui/teachers/TeachersListFragment.kt
|
2021-10-19 13:45:29 +02:00 |
|
Kuba Szczodrzyński
|
7884bf4077
|
[Refactor] Cleanup most compilation warnings.
|
2021-10-17 23:02:27 +02:00 |
|
Kuba Szczodrzyński
|
59f80c049c
|
[Refactor] Split Extensions into separate files.
|
2021-10-17 22:18:00 +02:00 |
|