Commit graph

88 commits

Author SHA1 Message Date
John O'Reilly
17044ac431 switch to using ktor cur library for macos client to address issue using https 2021-07-28 22:21:28 +01:00
John O'Reilly
de5b1893ad fix regression in web clients 2021-07-19 21:34:51 +01:00
John O'Reilly
60d455b3f9 compose test updates 2021-07-10 12:59:27 +01:00
John O'Reilly
744fd02dbd get image url + bio from backend 2021-07-03 14:43:16 +01:00
sonique6784
328bf185ba
Use "transaction" to speed up group of queries
as this project is a template, this will help people understand how to run batch of queries.
2021-06-29 23:11:09 +10:00
Ali Khaleqi Yekta
c10f0a6b16 Better organize build dependencies 2021-06-20 15:27:53 +01:00
Ali Khaleqi Yekta
3dc68bb218 Better organize build dependencies 2021-06-20 15:27:53 +01:00
Ali Khaleqi Yekta
ed5f574c71 Merge Deps.kt & Versions.kt 2021-06-20 15:27:53 +01:00
Ali Khaleqi Yekta
1a339ae623 Reformat & rearrange the project 2021-06-20 15:27:53 +01:00
Ali Khaleqi Yekta
7bc2918873 Turn more dependencies to const vals 2021-06-20 15:27:53 +01:00
Ali Khaleqi Yekta
0f9ad1eb95 Fix typo: sqllite -> sqlite 2021-06-20 15:27:53 +01:00
Ali Khaleqi Yekta
52b4fd6f0e Rename Dependencies to Deps 2021-06-20 15:27:53 +01:00
Ali Khaleqi Yekta
cb40758115 Separate buildSrc configs 2021-06-20 15:27:53 +01:00
Ali Khaleqi Yekta
502827cf9a Reformat code 2021-06-20 15:27:53 +01:00
John O'Reilly
4cdc1c431b try different images urls 2021-06-17 19:59:47 +01:00
John O'Reilly
5ed45e46d5 try different images urls 2021-06-17 19:39:40 +01:00
John O'Reilly
f00544b853 update astronaut image/bio info 2021-06-17 18:49:25 +01:00
John O'Reilly
6e3f8def0d CORS updates 2021-06-17 08:40:03 +01:00
John O'Reilly
a8cc942733 allow deploying backend module to google app engine 2021-06-16 22:46:54 +01:00
John O'Reilly
fab6aa3201 compose updates 2021-06-11 11:31:51 +01:00
John O'Reilly
1efda2f63b use 7.0.0-beta02 gradle plugin 2021-05-29 14:23:54 +01:00
John O'Reilly
486c1d6309 build cleanup 2021-05-26 19:46:30 +01:00
John O'Reilly
87887afc13 further compose for web changes 2021-05-20 18:24:18 +01:00
John O'Reilly
c412fe2ef9 Compose for Web wip 2021-05-10 16:24:01 +01:00
John O'Reilly
ebc83fc535 use Koin for logger 2021-04-30 18:44:14 +01:00
John O'Reilly
200d86976a update astronaut image/bio info 2021-04-23 17:01:11 +01:00
thelumiereguy
d2db7275d5 added a databasewrapper to inject a nullable value
FIX for Web - done
2021-04-12 01:23:34 +05:30
thelumiereguy
9917d2beb9 added platform-specific koin providers
TODO(fix nullable inject for web)
2021-04-12 00:59:36 +05:30
thelumiereguy
a7e8482c1b reverted changes 2021-04-12 00:21:49 +05:30
thelumiereguy
e32c47176d Merge branch 'main' of https://github.com/joreilly/PeopleInSpace 2021-04-11 12:16:59 +05:30
John O'Reilly
23ce3ada93 update astronaut image/bio info 2021-04-10 22:46:54 +01:00
thelumiereguy
efb6982038 fixed module for desktop and web 2021-04-11 00:20:38 +05:30
thelumiereguy
3222efc433 removed static context and created platform-specific implementations for database-related dependencies 2021-04-10 22:02:53 +05:30
John O'Reilly
0b4b61f060 update build to allow using compose in AS 4.1 stable version 2021-04-01 17:21:27 +01:00
John O'Reilly
793f122833 3.0.1-beta-1 2021-03-05 15:24:32 +00:00
John O'Reilly
1576a5fb36 Kotlin 1.4.31, Compose beta, koin 3.0.1-alpha 2021-03-02 21:39:06 +00:00
John O'Reilly
ab52bcb515 trying out spm 2021-01-21 18:32:00 +00:00
John O'Reilly
6701e51b45 Combine publisher to flow mapping 2021-01-03 17:32:32 +00:00
John O'Reilly
bb4d877999 update to 7.0.0-alpha03 plugin + workaround for issue it causes: fixes #23 2020-12-23 12:19:05 +00:00
John O'Reilly
3a401816a7 fix iOS unit test 2020-12-17 11:28:21 +00:00
John O'Reilly
eb97754ff9 further koin related updates including running unit test to check modules 2020-12-14 20:54:52 +00:00
Marc Reichelt
0ad6e15544 Add option to enable / disable network logs
- fix #18
- also make HttpClient and Json injectable
2020-12-14 19:30:32 +01:00
John O'Reilly
630b16b8c3 iss position poll updates 2020-11-20 19:13:48 +00:00
John O'Reilly
35fd555036 updated to 1.4.1-native-mt version of kotlinx coroutines + use stateIn 2020-11-19 16:17:40 +00:00
John O'Reilly
b1512a5006 update images/bios for new astronauts 2020-11-16 08:34:46 +00:00
John O'Reilly
77b05a07ff scope updates 2020-11-01 17:31:51 +00:00
John O'Reilly
1ce49b81f4 initial kermit logging library integraton 2020-10-29 21:55:40 +00:00
John O'Reilly
ed1c86388f misc build updates 2020-10-28 21:22:44 +00:00
John O'Reilly
5c99c56296 clean up dependencies 2020-10-18 16:49:26 +01:00
John O'Reilly
64a8217fa3 update image urls/bios 2020-10-14 14:46:53 +01:00