John O'Reilly
|
b0693cf381
|
remove xml-apis dependency that's no longer needed
|
2020-12-25 12:21:01 +00:00 |
|
John O'Reilly
|
efe6542f74
|
fix automatic update to kotlin plugin version that was made
|
2020-12-23 12:20:27 +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
|
85101d7c67
|
update to ktor 1.5.0
|
2020-12-22 09:22:36 +00:00 |
|
John O'Reilly
|
d73a7ccd95
|
swiftui: use StateObject instead of EnvironmentObject
|
2020-12-20 10:23:00 +00:00 |
|
John O'Reilly
|
c67fde32e7
|
compose alpha09
|
2020-12-19 18:04:42 +00:00 |
|
John O'Reilly
|
7c5978e571
|
add shared code folder to xcode project
|
2020-12-17 19:46:31 +00:00 |
|
John O'Reilly
|
940747b6d8
|
Merge pull request #26 from Solidogen/koin_in_web_module
Koin injection in web app
|
2020-12-17 19:43:26 +00:00 |
|
John O'Reilly
|
3a401816a7
|
fix iOS unit test
|
2020-12-17 11:28:21 +00:00 |
|
solidogen
|
15bbcf77fc
|
Koin injection in web app
|
2020-12-16 21:55:41 +01:00 |
|
John O'Reilly
|
7440a7a4d7
|
Merge pull request #25 from mreichelt/24-fix-compose-desktop-error
Fix #24 init koin only once
|
2020-12-15 14:47:09 +00:00 |
|
Marc Reichelt
|
1c85a08a5d
|
Fix #24 init koin only once
|
2020-12-15 15:42:01 +01:00 |
|
John O'Reilly
|
eb97754ff9
|
further koin related updates including running unit test to check modules
|
2020-12-14 20:54:52 +00:00 |
|
John O'Reilly
|
c64f432eb3
|
fix issue in koin initialization in android app
|
2020-12-14 19:15:45 +00:00 |
|
John O'Reilly
|
183d520f93
|
Merge pull request #19 from mreichelt/18-add-option-for-ktor-logs
Add option to enable / disable network logs
|
2020-12-14 18:57:51 +00:00 |
|
John O'Reilly
|
c959be4b77
|
Merge pull request #21 from mreichelt/20-set-macos-target-to-10.15
Fix #20 set macOS deployment target to 10.15
|
2020-12-14 18:57:36 +00:00 |
|
Marc Reichelt
|
ebb34b990d
|
Fix #20 set macOS deployment target to 10.15
|
2020-12-14 19:42:13 +01: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
|
718ad8dcc5
|
kotlin 1.4.21
|
2020-12-08 20:04:35 +00:00 |
|
John O'Reilly
|
b77a0746cf
|
remove android.extensions plugin
|
2020-12-04 14:20:52 +00:00 |
|
John O'Reilly
|
5f7a38b92e
|
compose for desktop 0.2.0-build132
|
2020-12-03 18:10:40 +00:00 |
|
John O'Reilly
|
267742bb15
|
update to arctic fox canaary alpha02
|
2020-12-03 17:51:58 +00:00 |
|
John O'Reilly
|
70725a2ced
|
update Compose for Desktop version/code in line with update to Kotlin 1.4.20
|
2020-12-02 21:02:55 +00:00 |
|
John O'Reilly
|
d8fa9b0874
|
update README
|
2020-12-02 20:36:46 +00:00 |
|
John O'Reilly
|
e5a6de1e67
|
Compose alpha08 + Kotlin 1.4.20
|
2020-12-02 19:40:58 +00:00 |
|
John O'Reilly
|
4395ed1ade
|
update README
|
2020-12-02 15:14:15 +00:00 |
|
John O'Reilly
|
9c1d0c922a
|
new AS Canary version....gradle plugin 7 alpha
|
2020-12-01 20:49:28 +00:00 |
|
John O'Reilly
|
8e34fe83bf
|
update README
|
2020-11-30 14:48:41 +00:00 |
|
John O'Reilly
|
43dc0ac552
|
use asLiveData for iss position in view model
|
2020-11-28 15:57:43 +00:00 |
|
John O'Reilly
|
5cc1f1e577
|
kotlinx coroutines 1.4.2-native-mt version
|
2020-11-27 18:10:12 +00:00 |
|
John O'Reilly
|
caed95b0b7
|
compose desktop udpates
|
2020-11-22 17:16:46 +00:00 |
|
John O'Reilly
|
fd5b4f1478
|
use SharingStarted.WhileSubscribed() for stateIn()
|
2020-11-21 07:38:56 +00:00 |
|
John O'Reilly
|
630b16b8c3
|
iss position poll updates
|
2020-11-20 19:13:48 +00:00 |
|
John O'Reilly
|
33402cd586
|
Merge pull request #14 from dazza5000/master
Update gradle plugin - Fixes issue #8 for me
|
2020-11-20 14:23:31 +00:00 |
|
Darran Kelinske
|
c3a94ce107
|
Fix typo
|
2020-11-20 07:22:00 -06:00 |
|
Darran Kelinske
|
c62d67c972
|
Update gradle plugin
|
2020-11-20 07:21:05 -06:00 |
|
John O'Reilly
|
180f29de42
|
Compose: refactor to plass down lambada for popBack
|
2020-11-19 18:56:53 +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
|
fc3a1136bd
|
Jetpack Compose for desktop client
|
2020-11-17 17:00:35 +00:00 |
|
John O'Reilly
|
b1512a5006
|
update images/bios for new astronauts
|
2020-11-16 08:34:46 +00:00 |
|
John O'Reilly
|
a5df5de874
|
Jetpack compose alpha07, navigation alpha02 and accompanist 0.3.3.1
|
2020-11-11 20:30: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
|
552763d9ac
|
accompanist 0.3.2
|
2020-10-28 20:05:38 +00:00 |
|
John O'Reilly
|
a53f81d939
|
jetpack compose v1.0.0-alpha06 + official nav component
|
2020-10-28 18:07:09 +00:00 |
|
John O'Reilly
|
96b0fc7bda
|
Revert "jetpack compose v1.0.0-alpha06 + official nav component"
This reverts commit cba9dea5c3 .
|
2020-10-28 17:59:16 +00:00 |
|
John O'Reilly
|
cba9dea5c3
|
jetpack compose v1.0.0-alpha06 + official nav component
|
2020-10-28 17:46:50 +00:00 |
|
John O'Reilly
|
1c580455e5
|
4.2.0-alpha15
|
2020-10-28 17:43:30 +00:00 |
|
John O'Reilly
|
6888c40356
|
Compose: make person details context scrollable
|
2020-10-18 17:26:19 +01:00 |
|