Commit graph

213 commits

Author SHA1 Message Date
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
aad690a580
Merge pull request #37 from hikari-dev/main
Loading images in ui thread would cause screen freezing.
2021-04-09 11:25:25 +01:00
hikari
198bf7dff5 Loading images in ui thread would cause screen freezing. 2021-04-09 16:51:36 +08:00
John O'Reilly
89b3e409cc nav compose alpha10 2021-04-07 19:53:59 +01:00
John O'Reilly
05d08fe7a9 coil 0.7.1 2021-04-07 18:33:12 +01:00
John O'Reilly
6f0c8dc437 update compose for desktop version 2021-04-07 18:23:14 +01:00
John O'Reilly
17c9789db6 jetpack compose beta4, coil 0.7.0 2021-04-07 18:08:34 +01:00
John O'Reilly
a50419b66e ktor 1.5.3, kotlinx serialization 1.1.0 2021-04-05 18:32:52 +01:00
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
ab658a7131 start using Flow.flowWithLifecycle 2021-03-24 19:52:16 +00:00
John O'Reilly
719f556cfe Jetpack Compose beta3 + gradle plugin 7.0.0-alpha11 2021-03-24 17:42:06 +00:00
John O'Reilly
2a7fd596e8
Update README.md 2021-03-13 09:05:55 +00:00
John O'Reilly
ab7e6caadc accompanist 0.6.2 2021-03-10 19:32:32 +00:00
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