Commit graph

200 commits

Author SHA1 Message Date
John O'Reilly
b1d5525579 compose beta2 2021-03-10 19:00:31 +00:00
John O'Reilly
1813c91fd9 gradle plugin 7.0.0-alpha09 2021-03-09 18:34:45 +00:00
John O'Reilly
2bdaf513ae
Update README.md 2021-03-07 17:06:45 +00:00
John O'Reilly
1363a58475 compose: use remember for MapView 2021-03-07 16:21:07 +00:00
John O'Reilly
8ded2542ac use osmandroid to show iss position on map 2021-03-07 14:40:34 +00:00
John O'Reilly
fceea7828d use Koin's Compose support 2021-03-05 15:38:19 +00: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
9d0235a94d
Update README.md 2021-02-27 12:09:56 +00:00
John O'Reilly
61bbfb7774
Update README.md 2021-02-27 12:06:30 +00:00
John O'Reilly
132969d847 SwiftUI: show iss position on map 2021-02-27 10:11:41 +00:00
John O'Reilly
9b9137dfc5 gradle plugin 7.0.0-alpha08 2021-02-26 08:35:06 +00:00
John O'Reilly
d6114102a3
Merge pull request #36 from cicerohellmann/hotfix/xcode-requires-java11-finds-1-8
Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. while running Pods script (or your project script if you are not using pods)
2021-02-25 17:45:00 +00:00
Cicero Hellmann
771a34e7d7 It looks like this happens because xcode can't find the setup java version and gets some sort of default value.
If you would try to run your xcode project right now (I only reproduced this on BigSur) it will not work because the java version will show as outdated.

If you inspect with jenv or java you will find that your innner project folders and general version of java are setup correctly.

To fix this I just force an export JAVA_HOME=$(/usr/libexec/java_home -v)
source ~/.zshrc or source ~/.bash_profile

Of course the global version or your java_home must be in the correct java version you want to use
2021-02-25 18:26:42 +01:00
John O'Reilly
31bc1ff27b update stateIn config 2021-02-18 21:40:59 +00:00
John O'Reilly
4a126fc8f0 gradle plugin 7.0.0-alpha07 2021-02-18 20:28:56 +00:00
John O'Reilly
a9dbfecd16
Merge pull request #34 from cicerohellmann/hotfix/add-variable-gradle-app-solve-cannot-be-loaded
MainActivity all red because of unstable version of kotlin compiler
2021-02-18 09:22:07 +00:00
Cicero Hellmann
e0161db99a Adding "userIr = true" solves: "Class '*' is compiled by an unstable version of the Kotlin compiler and cannot be loaded by this compiler" issue 2021-02-18 09:27:52 +01:00
John O'Reilly
6adb303ccd update compose desktop version 2021-02-13 19:16:56 +00:00
John O'Reilly
a9dc5c76ed update README 2021-02-13 15:03:17 +00:00
John O'Reilly
a08ca3e7f6 AS Canary 6 2021-02-13 10:37:25 +00:00
John O'Reilly
f41de5487d show iss position in kotlin/js client 2021-02-05 18:03:17 +00:00
John O'Reilly
ccf54e9c11 kotlin/js gh-pages deploy updates 2021-02-05 14:19:48 +00:00
John O'Reilly
fd1670f0c2 contentDescription updates 2021-01-29 19:28:16 +00:00
John O'Reilly
04882aca94 Compose alpha11 2021-01-28 19:58:36 +00:00
John O'Reilly
a7fe43f8be AS Canary 5 2021-01-28 17:09:49 +00:00
John O'Reilly
54262972df update README 2021-01-22 15:07:13 +00:00
John O'Reilly
ab52bcb515 trying out spm 2021-01-21 18:32:00 +00:00
John O'Reilly
6c1dcc01a7 compose alpha10 2021-01-13 20:25:45 +00:00
John O'Reilly
7f62a622ac macOS map fix 2021-01-10 20:16:38 +00:00
John O'Reilly
466a3303fb 7.0.0-alpha04 plugin 2021-01-07 21:17:57 +00:00
John O'Reilly
1ab8148496 combine publisher: oncomplete callback 2021-01-05 19:39:18 +00:00
John O'Reilly
fdf64e58c3 update REAMDE 2021-01-03 19:30:45 +00:00
John O'Reilly
789db4e4c6 expose iss position string from swift view model 2021-01-03 18:30:16 +00:00
John O'Reilly
6701e51b45 Combine publisher to flow mapping 2021-01-03 17:32:32 +00:00
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