Commit graph

114 commits

Author SHA1 Message Date
John O'Reilly
2ae60e1d44 SwiftUI: use ScrollView for person details 2020-10-17 15:37:43 +01:00
John O'Reilly
43d3a3bc0a start using compose navigation depdendency 2020-10-16 17:46:51 +01:00
John O'Reilly
1023a9a0be Jetpack compose alpha05 + coil 0.3.1 2020-10-14 19:04:23 +01:00
John O'Reilly
64a8217fa3 update image urls/bios 2020-10-14 14:46:53 +01:00
John O'Reilly
8f92aeb9e4 add Apache-2 license 2020-10-12 20:22:08 +01:00
John O'Reilly
b1fe7128e1 Jet compose alpha04 2020-10-02 20:20:08 +01:00
John O'Reilly
68b2b95a44 AS 4.2 alpha13 2020-10-02 20:19:49 +01:00
John O'Reilly
186dcfafec update image url 2020-10-02 20:18:09 +01:00
John O'Reilly
b2c5a36225 revert to ktor 1.4.0 due to kotlin/native crash 2020-09-28 08:34:22 +01:00
John O'Reilly
ae966b1efd update to ktor 1.4.1 2020-09-25 20:25:22 +01:00
John O'Reilly
e3b984f3ea update README 2020-09-18 15:23:03 +01:00
John O'Reilly
bf4aac13a9 4.2alpha11 plugin 2020-09-18 14:01:42 +01:00
John O'Reilly
5a7a8fb58c
Merge pull request #10 from trandroid/trandroid-master
fix typo in android manifest
2020-09-18 08:19:03 +01:00
Peter Tran
8444738c49 fix typo in android manifest 2020-09-17 23:53:22 -07:00
John O'Reilly
1c54f49c10 jetpack compose alpha03 2020-09-17 18:29:50 +01:00
John O'Reilly
1604200073 web gradle cleanup 2020-09-17 18:29:43 +01:00
John O'Reilly
0c44914d56 start of shared code unit tests 2020-09-12 17:51:28 +01:00
John O'Reilly
e09721e207 build updates 2020-09-12 16:41:51 +01:00
John O'Reilly
d3473bbe5d update to kotlin 1.4.10 + other dependency updates 2020-09-10 17:30:00 +01:00
John O'Reilly
0732f591e6 change from MutableLiveData to MutableStateFlow 2020-09-10 17:28:09 +01:00
John O'Reilly
368274c1c7 koin 3.0.0-alpha-4 + update to 4.2alpha10 plugin 2020-09-09 11:00:38 +01:00
John O'Reilly
1c2b9f713c add building of web app 2020-09-08 21:21:47 +01:00
John O'Reilly
1bd87170bb add building of web app 2020-09-07 20:07:23 +01:00
John O'Reilly
468ed56648 dereference people in repository class to be consistent 2020-09-06 21:10:22 +01:00
John O'Reilly
ba1730464e
Merge pull request #9 from giljulio/fix-web-build
Fix web client
2020-09-06 21:08:44 +01:00
Gil Sinclair-Julio
7fdb50c043 Fix web client 2020-09-06 20:33:38 +01:00
John O'Reilly
4f3448b867 SwiftUI updates + move image url retrieval to shared code 2020-09-06 16:20:49 +01:00
John O'Reilly
78179b36ef Removed file that shouldn't be tracked 2020-09-06 16:19:54 +01:00
John O'Reilly
83a84e6305 update to compose alpha02 + related library updates 2020-09-04 08:50:20 +01:00
John O'Reilly
ee8f8b42f2 build out navigation in iOS app + move retrieval of bio to shared code 2020-09-02 21:30:30 +01:00
John O'Reilly
3576297612 update to gradle plugin 4.2.0-alpha09 2020-09-02 20:13:16 +01:00
John O'Reilly
3bb4eb7bad theme/style updates 2020-09-02 18:15:43 +01:00
John O'Reilly
36b73754c1 Jetpack Compose: use compose-router library for navigation 2020-09-02 09:43:08 +01:00
John O'Reilly
a9012d3384 cleanup 2020-09-02 07:24:17 +01:00
John O'Reilly
e0ea583aa6 revert to previous invocation from KN clients to pick up changes fron db 2020-08-31 21:42:51 +01:00
John O'Reilly
98c9c3e0ff update ktor dependencies + logging level change 2020-08-30 20:44:53 +01:00
John O'Reilly
206a876be9 build cleanup 2020-08-30 16:44:18 +01:00
John O'Reilly
76fa371e6b kotlin 1.4 2020-08-30 09:37:51 +01:00
John O'Reilly
c9d62ed0af update to AS 4.2 alpha05 2020-07-24 19:14:14 +01:00
John O'Reilly
cdd44b33f4
Merge pull request #6 from julioz/bump-gradle
Update gradle to 6.5.1
2020-07-21 13:50:45 +01:00
Julio Zynger
8828cf2dac Update gradle to 6.5.1 2020-07-21 12:11:41 +02:00
John O'Reilly
c60bd14156 comment out floor plan changes until build issue is resolved 2020-07-05 13:17:47 +01:00
John O'Reilly
daf7f99377 trigger github actions build for PRs as well 2020-07-05 13:16:35 +01:00
John O'Reilly
ed9fbf3066
Merge pull request #5 from julioz/er-diagrams-with-floorplan
Render database ER diagrams with FloorPlan
2020-07-05 12:49:24 +01:00
Julio Zynger
30f12ff442 Add FloorPlan plugin for ER diagram generation
FloorPlan will identify SQLDelight's exposed schema and render the ER diagram for the respective databases.
Run it with `./gradlew generateFloorPlan`.
2020-07-05 13:38:42 +02:00
Julio Zynger
ffa9a9e98f Add SQLDelight DB schema version 1 2020-07-05 13:32:50 +02:00
Julio Zynger
9f5c5a681d Specify SQLDelight schema output directory
Enables the configuration of the schema-outputting tasks.
Run it, for example, with:
./gradlew generateAndroidDebugPeopleInSpaceDatabaseSchema
2020-07-05 13:31:51 +02:00
John O'Reilly
7667203250
Merge pull request #4 from ercan/patch-1
Fix typo on the title of Kotlin Coroutines
2020-06-29 09:04:33 +01:00
Ercan Akkök
8448c15ce3
Fix typo on the title of Kotlin Coroutines 2020-06-29 05:58:17 +03:00
John O'Reilly
b729430941 update to Compose dev14 and Coil 0.1.6 2020-06-25 22:21:28 +01:00