This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree 10 files changed +29
-6
lines changed
example/demo_launcher/apk 10 files changed +29
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.17
2
+
3
+ - 2398 changes: https://github.com/domokit/mojo/compare/ad9b135...1b8968c
4
+
1
5
## 0.0.16
2
6
3
7
- 89 changes: https://github.com/domokit/mojo/compare/0fd4d06...c3119f6
Original file line number Diff line number Diff line change 2
2
description : Generated bindings for mojo services
3
3
homepage : https://github.com/domokit/mojo
4
4
name : mojo_services
5
- version : 0.0.16
5
+ version : 0.0.17
Original file line number Diff line number Diff line change
1
+ ## 0.0.19
2
+
3
+ - 2398 changes: https://github.com/domokit/mojo/compare/ad9b135...1b8968c
4
+
1
5
## 0.0.18
2
6
3
7
- 89 changes: https://github.com/domokit/mojo/compare/0fd4d06...c3119f6
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ environment:
9
9
sdk : ' >=1.9.0 <2.0.0'
10
10
homepage : https://github.com/domokit/mojo
11
11
name : mojom
12
- version : 0.0.18
12
+ version : 0.0.19
Original file line number Diff line number Diff line change
1
+ ## 0.0.19
2
+
3
+ - 2398 changes: https://github.com/domokit/mojo/compare/ad9b135...1b8968c
4
+
1
5
## 0.0.18
2
6
3
7
- 89 changes: https://github.com/domokit/mojo/compare/0fd4d06...c3119f6
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ dependencies:
4
4
description : Dart files to support executing inside Mojo.
5
5
homepage : https://github.com/domokit/mojo
6
6
name : mojo
7
- version : 0.0.18
7
+ version : 0.0.19
Original file line number Diff line number Diff line change
1
+ ## 0.0.19
2
+
3
+ - 49 changes: https://github.com/domokit/mojo/compare/a64559a...1b8968c
4
+
1
5
## 0.0.18
2
6
3
7
- 41 changes: https://github.com/domokit/mojo/compare/246e279...c3119f6
Original file line number Diff line number Diff line change 3
3
Use of this source code is governed by a BSD-style license that can be
4
4
found in the LICENSE file.
5
5
-->
6
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" org.domokit.sky.demo" android : versionCode =" 18 " android : versionName =" 0.0.18 " >
6
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" org.domokit.sky.demo" android : versionCode =" 19 " android : versionName =" 0.0.19 " >
7
7
8
8
<uses-sdk android : minSdkVersion =" 14" android : targetSdkVersion =" 21" />
9
9
<uses-permission android : name =" android.permission.INTERNET" />
17
17
</intent-filter >
18
18
</activity >
19
19
</application >
20
- </manifest >
20
+ </manifest >
Original file line number Diff line number Diff line change
1
+ Fixed a common startup crasher on Android systems before 5.0
2
+ Fixed to not draw behind the status bar on before Android 5.0
3
+ First release from new http://github.com/domokit/sky_engine repository.
4
+
5
+ I suspect there may still be some crashes we will be fixing
6
+ in the coming days as we set up systems to catch these crashes
7
+ before they are shipped to users.
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ environment:
11
11
sdk : ' >=1.8.0 <2.0.0'
12
12
homepage : https://github.com/domokit/mojo/tree/master/sky
13
13
name : sky
14
- version : 0.0.18
14
+ version : 0.0.19
You can’t perform that action at this time.
0 commit comments