Skip to content

Releases: HazemKhaled/TiWindowStack

Back compatibility

16 Sep 06:37
Compare
Choose a tag to compare

Fix and Enhancement

15 Sep 06:08
Compare
Choose a tag to compare
  • Now home method go home without that noisy animations
  • Fix issue on iOS with Titanium 5.5.0.GA

Fix destroy on Android

01 May 20:30
Compare
Choose a tag to compare

1.1.0

25 Apr 11:00
Compare
Choose a tag to compare

Allow to manage right or left side menus window stack

related issue

windowStack.setTargetInDrawer(windowStack.LEFT_WINDOW);

Small fixes

04 Apr 13:43
Compare
Choose a tag to compare
1.0.4

Implement restart

24 Mar 13:36
Compare
Choose a tag to compare

Now we can use destroy to restart the app

var restart = function() {

    // Close current stack
    Alloy.Globals.windowStack.destroy(Alloy.Globals.drawer, function() {

        // open drawer window from window stack
        Alloy.createController('index').getView();
    });
};

Clear menu if no menu items in center view

27 Dec 19:15
Compare
Choose a tag to compare
1.0.2

bump another version for last minor fix

Update Android Menu directly from center view

27 Dec 17:34
Compare
Choose a tag to compare

Initial

24 Dec 11:46
Compare
Choose a tag to compare
1.0

Rename to small letters