Skip to content

Releases: Osiris-Team/Desku

0.9.18

02 Jun 14:55
Compare
Choose a tag to compare
  • added page layout
    image
  • added scroll event
  • also fixed setAttribute javascript

0.9.17

02 Jun 00:42
Compare
Choose a tag to compare

Added SmartLayout class, which is a mobile and desktop compatible layout:

image

Added Bootstrap CSS and enhanced Buttons class and added checkbox, colorpicker, passwordfield, slider components:

image

  • also enhanced HTML loading speed
  • renamed App.appendToGlobalStyles to appendToGlobalCSS
  • removed Layout class and replaced with Horizontal and Vertical classes
  • added a few utility methods

0.9.16

30 May 15:25
Compare
Choose a tag to compare

TextField

0.9.15

29 May 18:52
Compare
Choose a tag to compare
  • added simple router. See ui.navigate method to force the user to another page, or use the new Router component to let the user click on a link.
  • fix: DOMContentLoaded not triggered when window launches without focus, aka in the background
  • also fixed _add, _remove which now make more sense, since before that code was run as event action
  • added _styleChange and _attributeChange
  • added Router component

0.9.14

29 May 18:49
Compare
Choose a tag to compare
  • added simple router. See ui.navigate method to force the user to another page, or use the new Router component to let the user click on a link.
  • fix: DOMContentLoaded not triggered when window launches without focus, aka in the background
  • also fixed _add, _remove which now make more sense, since before that code was run as event action
  • added _styleChange and _attributeChange
  • added Router component

0.9.13

27 May 16:07
Compare
Choose a tag to compare
  • fix global-javascript directly executing and not after dom finished loading
  • replaced JCEF / Java Chromium Embedded Framework with cross-platform WebView
  • upgraded to Java 11
  • made library, fixed closing when other windows are still open

0.9.12

25 May 17:26
Compare
Choose a tag to compare

0.9.11

22 May 23:55
Compare
Choose a tag to compare
  • Developing the UI in Java is now even easier and faster through the new Statics class!
  • Added auto-generated Statics class that provides all components constructors as static methods, thus avoiding the need of using the new keyword all the time.
  • Added method-chaining for RTable.

0.9.10

21 May 09:57
Compare
Choose a tag to compare
Fix icon and sources jar issues

0.9.9

21 May 01:01
Compare
Choose a tag to compare
include resources