Commit graph

77 commits

Author SHA1 Message Date
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
John O'Reilly
0dc7fcfe5a revert changes to use hard coded versions 2020-06-20 21:26:23 +01:00
John O'Reilly
9dbb29c421 compose updates + initial basic navigation 2020-06-20 09:42:29 +01:00
John O'Reilly
5dceea9797 start using coil image library + some compose updates 2020-06-14 21:27:03 +01:00
John O'Reilly
58c9f16fa5 updated README 2020-06-13 14:02:56 +01:00
John O'Reilly
ff70f170b9 updated README 2020-06-13 14:02:02 +01:00
John O'Reilly
f592d62293 use new CollectionPreviewParameterProvider to provide sample data for preview 2020-06-11 22:05:16 +01:00
John O'Reilly
7003e14183 update README 2020-06-10 21:29:04 +01:00
John O'Reilly
aaa439a0f2 update to compose dev13 + gradle plugin 4.2.0-alph01 2020-06-10 19:57:44 +01:00
John O'Reilly
5e5a776f65 revert udpate of kotlinx coroutines version 2020-05-31 12:53:12 +01:00
John O'Reilly
34088240e8 kotlin/js updates including use of koin 2020-05-28 21:14:56 +01:00
John O'Reilly
e23bb65d04 update to v1.3.7-mpp-dev-11 of kotlinx coroutines 2020-05-28 20:15:21 +01:00
John O'Reilly
af7f5eceb7 update AS gradle plugin 2020-05-27 21:34:55 +01:00
John O'Reilly
14d117b810 Compose UI updates 2020-05-23 09:42:26 +01:00
John O'Reilly
7893e1cfba update README 2020-05-16 23:19:52 +01:00
John O'Reilly
c473561dfb backend module update 2020-05-16 22:21:45 +01:00
John O'Reilly
070f438e19 update to compose dev11 2020-05-16 22:21:20 +01:00
John O'Reilly
e317d84dd0 add koin to multiplatform shared code 2020-05-15 17:57:24 +01:00
John O'Reilly
1e2c2ea65b backend module updates 2020-05-14 18:44:55 +01:00
John O'Reilly
6b416b9345 update README 2020-05-12 20:13:31 +01:00
John O'Reilly
2142eddf22 README + dependency updates 2020-05-12 18:54:08 +01:00
John O'Reilly
2c7c5418ee build updates 2020-05-10 19:49:34 +01:00
John O'Reilly
7f7a1e39d9 kotlinjs: declare the scope in the body of the effect 2020-05-03 19:18:52 +01:00
John O'Reilly
c967c046e7
Merge pull request #2 from joreilly/use_context
use createContext/useContext for scope/api instances
2020-05-03 19:06:41 +01:00
John O'Reilly
d0a9afa212 use createContext/useContext for scope/api instances 2020-05-03 19:05:26 +01:00
John O'Reilly
baf57c2e98 update README 2020-05-02 15:33:18 +01:00
John O'Reilly
bf09f094ee update README 2020-05-02 14:40:33 +01:00
John O'Reilly
6d58a302db kotlin/js updates 2020-05-02 11:16:04 +01:00
John O'Reilly
d286876627 update README 2020-04-30 20:53:51 +01:00
John O'Reilly
e9fe457a68 update to compose 0.1.0-dev10 + move ViewModel back in to app module 2020-04-30 20:48:51 +01:00
John O'Reilly
a52162d2bd fix build issue 2020-04-26 20:43:33 +01:00
John O'Reilly
d94534a2b8 initial cut of backend/web modules 2020-04-26 19:29:28 +01:00
John O'Reilly
072d39d101 update ktorScope workaround to address issue on iOS 2020-04-26 09:12:41 +01:00
John O'Reilly
b925a48ede migrated to build.gradle.kts for shared module 2020-04-26 09:11:37 +01:00
John O'Reilly
e6e4144177 fix jdbc sqldelight driver setup 2020-04-25 14:37:00 +01:00
John O'Reilly
81917c4740 add jvm target 2020-04-25 14:06:15 +01:00
John O'Reilly
65bc95b9ef Compose updates 2020-04-24 20:39:22 +01:00
John O'Reilly
0eea70ee86 update README 2020-04-17 20:05:50 +01:00