Commit graph

84 commits

Author SHA1 Message Date
Wavesonics
1253b74bf5 Bump Gradle JVM args for K/N build 2026-05-20 22:24:03 -07:00
Adam Brown
47e076ca28 android.defaults.buildfeatures.buildconfig is deprecated 2025-05-29 01:17:51 -07:00
Wavesonics
33831c750c More version catalogue cleanup 2023-08-07 11:48:50 -07:00
Wavesonics
b4209fecc5 Move more versions to cataloge 2023-07-27 22:50:46 -07:00
Wavesonics
f3e38a7c61 Move more versions to cataloge 2023-07-27 22:50:46 -07:00
Wavesonics
6bd949b96d Lots of progress on updating build files 2023-07-27 22:50:46 -07:00
Adam Brown
cac11b99aa Cleanup 2023-07-16 23:18:02 -07:00
Adam Brown
fbff69708e version catalogue
kotlinx
2023-07-16 23:15:49 -07:00
Adam Brown
3ff91b4d98 version catalogue
coroutines
2023-07-16 22:57:48 -07:00
Adam Brown
5ee38413e6 version catalogue
android versions
2023-07-16 22:45:03 -07:00
Adam Brown
b2dafb3f0b version catalogue
kotlin
2023-07-16 21:39:49 -07:00
Adam Brown
0e3c49fe90 version catalogue
okio
2023-07-16 21:01:59 -07:00
Adam Brown
08132b0062 version catalogue
decompose, koin
2023-07-16 20:46:58 -07:00
Wavesonics
8d5ac06b5a version bump 2023-07-09 23:41:45 -07:00
Wavesonics
55c72b7e79 sqldelight upgrade 2023-07-09 22:43:14 -07:00
Wavesonics
fa8a24ff3f Bump android SDK target 2023-07-05 22:02:48 -07:00
Wavesonics
35c5e6b0fd Decompose upgrade 2023-07-05 22:02:48 -07:00
Wavesonics
2b15314349 Bump versions for release 2023-07-01 01:09:27 -07:00
Wavesonics
315d35230e Began moving to version catalog 2023-06-23 00:03:42 -07:00
Wavesonics
c6f9b96e73 sqldelight upgrade 2023-06-22 23:11:17 -07:00
Wavesonics
f8f8a0b89c Version bump for next release 2023-06-22 22:59:18 -07:00
Wavesonics
903b43aee8 Version bump 2023-06-15 20:05:13 -07:00
Wavesonics
0c584c1351 Setting up real localization
- Upgraded Moko Resources
2023-06-07 19:52:46 -07:00
Adam Brown
f21c6830ae Fixed global settings
- Reverted ktoml for now
2023-05-29 20:15:05 -07:00
Adam Brown
fe68ce69f2 First whack at data version 2023-05-29 19:36:08 -07:00
Adam Brown
7423e18c65 App version code bump 2023-05-21 06:39:17 -04:00
Adam Brown
e344180e08 Update Ktoml 2023-05-13 11:12:59 -07:00
Wavesonics
c31e1059c1 Fix iOS build
mis-match lib versions
2023-05-06 23:03:28 -07:00
Adam Brown
c1893b3cf4 Sync protocol improvement
Clients now send up their local entity hashes, and the server uses that to filter out unchanged entities in the sync sequence
2023-05-04 20:36:14 -07:00
Adam Brown
2b20d48879 Removed printlns in server logging 2023-04-30 17:38:13 -07:00
Adam Brown
6fc49937fb Prep next release version 2023-04-30 16:59:49 -07:00
Wavesonics
4dd016ae8f Better version number handling 2023-04-28 18:00:40 -07:00
Adam Brown
d64cceafc6 Version bump 2023-04-28 17:47:37 -07:00
Adam Brown
118a51d83a Version bump 2023-04-28 17:45:53 -07:00
Wavesonics
57b2716a2a Version bump 2023-04-27 17:21:08 -07:00
Wavesonics
285af06c3c Upgrade ktor 2.3.0
Also force https with redirect
2023-04-26 17:46:44 -07:00
Adam Brown
dcc26adabe Work on Release action 2023-04-26 17:33:23 -07:00
Adam Brown
c2242e7776 Work on the server Home
Added server config file
2023-04-26 00:09:09 -07:00
Adam Brown
dc1c77a24c JVM 17 2023-04-22 20:08:36 -07:00
Adam Brown
400f072324 Update Essenty 2023-04-17 23:10:48 -07:00
Adam Brown
13271e0698 Added Android Add Note widget
Lots of work for setting up and tearing down Project Scope
2023-04-17 23:01:40 -07:00
Adam Brown
c927f85138 Upgraded decompose 2023-04-15 10:22:20 -07:00
Wavesonics
f544cea0ac Updated more libraries 2023-04-13 23:49:58 -07:00
Adam Brown
f1165d3bf4 Upgraded to Decompose 2.0.0 alpha
- Kotlin 1.8.20
- Fixed some light/dark theme issues on Android
2023-04-13 20:23:37 -07:00
Adam Brown
1c77c79b18 Upgrade Kotlin to 1.8.10 2023-04-04 17:51:31 -06:00
Wavesonics
f0b711378f Tool updates 2023-03-29 00:38:21 -07:00
Adam Brown
12ed60c52a Downloading now works 2023-03-28 20:11:27 -07:00
Wavesonics
b3836bfb87 Upgraded compose
- Renabled navigation animations!
2023-03-17 22:39:51 -07:00
Adam Brown
dee4906196
Began implementing the Server
* Added server module
* Token auth is working!
* Added new Base module which is shared by common and server
* Added AccountRepository
2023-03-11 13:00:49 -08:00
Adam Brown
fc3c7f0fc7
iOS working again (#4)
* Always run the build shell script within xcode

* Add overrides for ios functions

* comment-out failing preview code

I'm leaving it in here for now so I have the previous implementation to stare at for reference.

This doesn't completely fix the swift-related compile issues, just a bit of them.

* ios compiling checkpoint

* running but crashing on init

* Exclude arm64 arch to allow simulator builds on M1

This was preventing the simulator from launching a build due to some unresolved symbols. Explicitly ignoring arm64 for the simulator gets around this issue.

* broken I/O

hnnnggggg

* it runs!

* ios working a bit

some ios localization work

* Progress on RootUi

* Trying to get navigation working

Napier logging is now working on iOS

* logs

* Root navigation is working!

* A little project editor work

* SceneList now working

* Scene editor stub hooked back up

---------

Co-authored-by: Bill Booth <cwbooth5@gmail.com>
2023-03-10 21:47:25 -08:00