Commit graph

2960 commits

Author SHA1 Message Date
Adam Brown
7661557b88
Update config.yml 2023-02-03 19:07:46 -08:00
Adam Brown
0674b3c1af
Update config.yml 2023-02-03 19:03:58 -08:00
Adam Brown
6cd52c1d20
Update README.md 2023-02-03 18:40:36 -08:00
Adam Brown
6a2eeb0afc Add .circleci/config.yml 2023-02-03 18:36:47 -08:00
Wavesonics
3878037f26 ProjectCard now actually loads metadata 2023-02-03 01:36:35 -08:00
Wavesonics
e515ba464c ViewEntryUi image tweak 2023-02-02 22:18:38 -08:00
Wavesonics
06dec5ef73 Tons of lib upgrades 2023-02-02 21:58:05 -08:00
Wavesonics
ad7d786c54 ViewEntryUi menu now uses the menu system 2023-02-02 21:21:31 -08:00
Wavesonics
b25e171d55 Draft Compare now read only 2023-02-02 20:45:13 -08:00
Wavesonics
b9651461ef Android status bar color
- Also Activities now resize for virtual keyboard
2023-02-02 20:42:40 -08:00
Wavesonics
6cec6ebc27 Minor shape theming 2023-02-01 23:47:25 -08:00
Wavesonics
c6f9979ca0 SceneEditorUi constrain text editor width 2023-02-01 23:06:42 -08:00
Wavesonics
b1818c8cba ViewEntryUi tweak 2023-02-01 22:06:59 -08:00
Wavesonics
524b2b03f3 Fixed editor style buttons on desktop 2023-02-01 22:06:46 -08:00
Wavesonics
a4fdc68785 Windows release specs 2023-02-01 22:06:04 -08:00
Wavesonics
02628fe374 Bump editor text size 2023-01-30 21:15:17 -08:00
Wavesonics
bf94bc8ef8 Children animation is causing issues
The UI isn't updating correctly after these animations play
2023-01-30 21:13:11 -08:00
Wavesonics
08d69e17fb Update libraries 2023-01-30 21:01:40 -08:00
Wavesonics
f22f8d123c Some LoremIpsum might be useful 2023-01-30 21:01:27 -08:00
Wavesonics
6dcbe167e8 Fixed desktop scroll issue
If the Children composable has animation here, then scrolling with middle mouse button fails.

This is a decompose bug I think
2023-01-30 21:01:17 -08:00
Wavesonics
09f0ca8f34 Only update buffer if content changed 2023-01-30 20:59:18 -08:00
Wavesonics
9447650ad8 EncyclopediaEntryUi portrait mode
Looks a bit better on phones now
2023-01-30 18:10:17 -08:00
Wavesonics
2a5f9545d6 Updated example project 2023-01-29 23:46:01 -08:00
Wavesonics
9ee00e08f5 Fix encyclopedia entry updates not propagating
invalidate the cache
2023-01-29 23:45:21 -08:00
Wavesonics
b1fb9dc21d Updated empty UI text 2023-01-29 22:20:47 -08:00
Wavesonics
05d9587598 Reinstall example project 2023-01-29 22:20:33 -08:00
Wavesonics
6d6cde1799 Desktop example project install is working 2023-01-29 21:55:10 -08:00
Wavesonics
19efe68a5d DraftCompareUi now using movableContentOf 2023-01-29 20:28:03 -08:00
Wavesonics
ca9ef8805a Draft compare merge now working 2023-01-28 22:47:32 -08:00
Wavesonics
0418dbebad SaveDraftDialog tweaks 2023-01-28 21:06:32 -08:00
Wavesonics
33164fd04b SceneListUi now remembers collapsed nodes 2023-01-28 18:55:07 -08:00
Wavesonics
b5aa04bdc0 SceneListUi now remembers its scroll pos! 2023-01-28 18:47:42 -08:00
Wavesonics
db6601aeac No longer show explicit close buttons on Android 2023-01-28 12:37:48 -08:00
Wavesonics
5100af95cc Fixed back button in drafts 2023-01-28 11:49:50 -08:00
Wavesonics
416d60cbd1 Fixed draft compare on Android 2023-01-28 11:04:00 -08:00
Wavesonics
60cf27d48c Added DraftCompare
This is very new, it works, but it's rough.

Got DraftsListUi spiffed up
2023-01-27 23:37:25 -08:00
Wavesonics
07eb83329c EncyclopediaUi is good to go now I think 2023-01-27 22:25:19 -08:00
Wavesonics
b88befc87f Working on EncyclopediaUi 2023-01-27 00:25:52 -08:00
Wavesonics
7e1fcd9bc7 Added global setting for UI Theme
- Split up composables into separate files
2023-01-26 20:52:10 -08:00
Wavesonics
27d87eec01 Respect "show project dir select" 2023-01-25 23:49:33 -08:00
Wavesonics
cde08c8094 First pass on NotesUi
- Added MP date/time formatter
2023-01-25 23:30:50 -08:00
Wavesonics
3b44adf2b0 SceneList create nested group 2023-01-25 21:02:19 -08:00
Wavesonics
91ebf2e754 Set Android App name 2023-01-25 20:50:07 -08:00
Wavesonics
b58b527c44 Fixed click and drag in SceneListUi
I thought this dragId was required, but it seems to work without it

- Split Dialogs into their own files
2023-01-25 20:44:22 -08:00
Wavesonics
a5e8c4bfd8 SceneEditorUi once over 2023-01-25 01:31:05 -08:00
Wavesonics
27fcc311f0 Create Project Dialog tweaks
Added vibrate to swipe gestures
2023-01-25 00:22:40 -08:00
Wavesonics
838eb9fb24 Implemented creat child in group
Scene Groups now have action menu
2023-01-24 23:57:43 -08:00
Wavesonics
0aa623b5ed minor refactor
Trying to get scroll state of SceneListUi to be preserved, thought this might help.
2023-01-24 23:23:30 -08:00
Wavesonics
aa587834c1 SceneListUi starting to look good 2023-01-24 23:07:11 -08:00
Wavesonics
924ece3fd4 Added right click to scene list 2023-01-24 00:04:22 -08:00