changeset 2512:e57765c7a437

Update the readme with info on Android and DW_FEATURE_WINDOW_PLACEMENT.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 07 May 2021 10:49:50 +0000
parents 0945d0428dfe
children 0fa54c340902
files readme.txt
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/readme.txt	Fri May 07 10:29:47 2021 +0000
+++ b/readme.txt	Fri May 07 10:49:50 2021 +0000
@@ -2,6 +2,7 @@
 
 The current Dynamic Windows source base is considered stable on:
 OS/2, Mac, Windows, Linux, FreeBSD and OpenSolaris.
+The source base is considered beta on: iOS and Android.
 
 Build Recommendations:
 MacOS:
@@ -70,6 +71,13 @@
     introduced with iOS 13 and Mac Catalyst. Several widgets are
     currently unsupported: Tree, Scrollbars, MDI and Taskbar.
     Command line builds not supported, create an Xcode project.
+Added initial Android support, Android Studio with Kotlin required.
+    API 19 (KitKat) or later is required to run the produced apps.
+    Like iOS several widgets are not supported: Tree, Taskbar, MDI.
+    Command line builds not supported, create a JNI project.
+Added DW_FEATURE_WINDOW_PLACEMENT to test to see if we can get or
+    set the positions of the windows on the screen.  Unavailable 
+    on the following: iOS, Android, GTK3 or GTK4 with Wayland.
 Added dw_render_redraw() function to trigger a DW_SIGNAL_EXPOSE 
     event on render widgets allowing drawing to happen in the
     callback. GTK4 and GTK3 with Wayland require drawing to be