comparison readme.txt @ 2563:56183bef6793

Android: Use ItemClick for the ITEM_SELECT event and the API 23 ContextClick for the ITEM_CONTEXT... bump required version to Android 6.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 19 May 2021 01:08:59 +0000
parents dbd15c13f5bb
children dbb189c5d398
comparison
equal deleted inserted replaced
2562:11411f103d27 2563:56183bef6793
67 I recommend sticking with X11 for now, but built with GTK3 or 67 I recommend sticking with X11 for now, but built with GTK3 or
68 GTK4 Dynamic Windows applications will run on Wayland now. 68 GTK4 Dynamic Windows applications will run on Wayland now.
69 Added initial iOS support, kicking off a push for mobile. 69 Added initial iOS support, kicking off a push for mobile.
70 iOS requires 13.0 or later due use of SF Symbols and features 70 iOS requires 13.0 or later due use of SF Symbols and features
71 introduced with iOS 13 and Mac Catalyst. Several widgets are 71 introduced with iOS 13 and Mac Catalyst. Several widgets are
72 currently unsupported: Tree, Scrollbars, MDI and Taskbar. 72 currently unsupported: Tree, MDI and Taskbar.
73 Command line builds not supported, create an Xcode project. 73 Command line builds not supported, create an Xcode project.
74 Added initial Android support, Android Studio with Kotlin required. 74 Added initial Android support, Android Studio with Kotlin required.
75 API 19 (KitKat) or later is required to run the produced apps. 75 API 23 (Android 6) or later is required to run the apps.
76 Like iOS several widgets are not supported: Tree, Taskbar, MDI. 76 Like iOS several widgets are not supported: Tree, Taskbar, MDI.
77 Command line builds not supported, create a JNI project. 77 Command line builds not supported, create a JNI project.
78 Added DW_FEATURE_WINDOW_PLACEMENT to test to see if we can get or 78 Added DW_FEATURE_WINDOW_PLACEMENT to test to see if we can get or
79 set the positions of the windows on the screen. Unavailable 79 set the positions of the windows on the screen. Unavailable
80 on the following: iOS, Android, GTK3 or GTK4 with Wayland. 80 on the following: iOS, Android, GTK3 or GTK4 with Wayland.