Page 1 of 2

Android wish list

Posted: Mon Mar 19, 2018 5:53 pm
by xabierpayet
have you planned to add for android the gyroscope, accelerometer or any other sensors?
is bluetooth support planned?
must be very hard to add it to hollywood?

Re: Android wish list

Posted: Tue Mar 20, 2018 7:47 pm
by airsoftsoftwair
The top priority for Android is a major rewrite of the display handler in order to be compatible with the "new" action bar concept. After that, we'll see :) Feel free to bump this thread from time to time...

Re: Android wish list

Posted: Tue Mar 20, 2018 10:14 pm
by xabierpayet
and another little request for the list.. if is possible, vibration, must be interesting add it too, on wear apps for smartwatches is very interesting

Re: Android wish list

Posted: Fri Mar 23, 2018 9:14 pm
by PEB
Support for some action bar elements would be really cool!

Re: Android wish list

Posted: Mon Apr 02, 2018 1:27 am
by zylesea
PEB wrote:Support for some action bar elements would be really cool!
And wouldn't support for action bar elements open the door for a kind of multi window support - i.e. forcing a "window" to a tab?

Re: Android wish list

Posted: Mon Apr 02, 2018 9:52 pm
by airsoftsoftwair
No idea, it all depends on how complicated this is to do on the Java side. Keep in mind that Hollywood's Android backend is really quirky because it has to jump back and forth between Java and C code all the time. But Hollywood 7.2 will definitely bring on some improvements for Android. I'll also try to add some functionality that allows to call from Hollywood code into Java code for all Hollywood APK Compiler users. This should open up quite some nice new possibilities.

Re: Android wish list

Posted: Sat Oct 13, 2018 3:16 pm
by airsoftsoftwair
- New [Android]: Added support for multiple displays; as soon as more than one display is open, Hollywood will put an item into the menu bar for every display that is open so that you can conveniently switch to this display; if you don't want to have a list of all open displays in the menu bar, set the new "NoCyclerMenu" tag to TRUE (either in CreateDisplay() or in @DISPLAY); you can programmatically bring a hidden display to the front by calling either ShowWindow() or ActivateWindow()

Re: Android wish list

Posted: Sat Oct 13, 2018 7:49 pm
by sashapont
Do you have new release?

Re: Android wish list

Posted: Mon Oct 15, 2018 12:27 pm
by Allanon
airsoftsoftwair wrote: Sat Oct 13, 2018 3:16 pm
- New [Android]: Added support for multiple displays; as soon as more than one display is open, Hollywood will put an item into the menu bar for every display that is open so that you can conveniently switch to this display; if you don't want to have a list of all open displays in the menu bar, set the new "NoCyclerMenu" tag to TRUE (either in CreateDisplay() or in @DISPLAY); you can programmatically bring a hidden display to the front by calling either ShowWindow() or ActivateWindow()
GREAT NEWS!
Thank you!

Re: Android wish list

Posted: Wed Oct 17, 2018 9:51 pm
by airsoftsoftwair
sashapont wrote: Sat Oct 13, 2018 7:49 pm Do you have new release?
Not yet.