File tree Expand file tree Collapse file tree 4 files changed +21
-9
lines changed
src/main/java/com/microej/demo/widget/common Expand file tree Collapse file tree 4 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
77The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_,
88and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
99
10+ --------------------
11+ 7.1.2 - 2020-12-10
12+ --------------------
13+
14+ Changed
15+ =======
16+
17+ - Update demo widget.
18+
1019--------------------
1120 7.1.1 - 2020-12-04
1221--------------------
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 7.0.5 - 2020-12-10
9+
10+ ### Fixed
11+
12+ - Cleaned up dependencies.
13+
814## 7.0.4 - 2020-12-04
915
1016### Fixed
Original file line number Diff line number Diff line change 33 Use of this source code is governed by a BSD-style license that can be found with this software.
44-->
55<ivy-module version =" 2.0" xmlns : ea =" http://www.easyant.org" xmlns : ej =" https://developer.microej.com" ej : version =" 2.0.0" >
6- <info organisation =" com.microej.demo" module =" widget" status =" integration" revision =" 7.0.4" >
7- <ea : build organisation =" com.is2t.easyant.buildtypes" module =" build-firmware-singleapp" revision =" 1.+" >
8- <ea : property name =" application.main.class" value =" com.microej.demo.widget.common.Navigation" />
9- <ea : property name =" virtual.device.sim.only" value =" set" />
10- </ea : build >
6+ <info organisation =" com.microej.demo" module =" widget" status =" integration" revision =" 7.0.5" >
7+ <ea : build organisation =" com.is2t.easyant.buildtypes" module =" build-firmware-singleapp" revision =" 1.+" />
8+ <ea : property name =" application.main.class" value =" com.microej.demo.widget.common.Navigation" />
9+ <ea : property name =" virtual.device.sim.only" value =" set" />
1110 </info >
1211
1312 <configurations defaultconfmapping =" default->default;provided->provided;vdruntime->default" >
2726 <dependencies >
2827 <dependency org =" ej.api" name =" edc" rev =" 1.3.3" />
2928 <dependency org =" ej.api" name =" bon" rev =" 1.4.0" />
30- <dependency org =" ej.api" name =" microui" rev =" 3.0.1" >
31- <exclude org =" ej.api" module =" edc" />
32- </dependency >
29+ <dependency org =" ej.api" name =" microui" rev =" 3.0.3" />
30+ <dependency org =" ej.api" name =" drawing" rev =" 1.0.2" />
3331
3432 <dependency org =" ej.library.ui" name =" mwt" rev =" 3.1.1" />
3533 <dependency org =" ej.library.ui" name =" widget" rev =" 3.1.0" />
Original file line number Diff line number Diff line change 55package com .microej .demo .widget .common ;
66
77import ej .microui .display .Colors ;
8- import ej .microui .display .GraphicsContext ;
98import ej .mwt .Desktop ;
109import ej .mwt .Widget ;
1110import ej .mwt .animation .Animator ;
You can’t perform that action at this time.
0 commit comments