32 Commits

Author SHA1 Message Date
dec5d971f3 Patch for IQKeyboardManager issue. 2015-11-05 15:29:35 +02:00
e7c4209112 Resolved issues #789, #1021, #1031. 2015-11-03 16:20:36 +02:00
4692515481 Fixed fast navigation issues in iOS. 2015-10-29 10:57:08 +02:00
037690064e Fixed issue 926. 2015-10-23 09:15:39 +03:00
f72d79e65a iOS owner pattern changed to use WeakRef in order to prevent memory leaks.
Optimized list-view-tests.
Added time per test.
2015-10-22 10:26:59 +03:00
2545f2f19a Fixed #779: frame.topmost().currentPage is not the same instance as the page being loaded in page.loaded event handler. 2015-10-20 14:28:28 +03:00
0ecb5d4dcd Implement Page background option to span under status bar (iOS only for the moment) 2015-10-06 14:35:59 +03:00
08ac9ea3ed Fix action-bar desired size 2015-09-30 10:02:02 +03:00
77838ae9c6 Change from "classic" TS 1.6 imports to the default resolution scheme.
- Use relative imports in place of most of our absolute ones.
- Add "private" ambient modules for modules that we need to import using
an absolute path (e.g. when app/.../test-something.ts needs to import
ui/styling/style-scope)
2015-09-29 16:25:49 +03:00
03090b7842 Page background now spans on the whole height but content is still under NavBar 2015-09-29 09:48:15 +03:00
f75922102a Resolved: Cross platform way to clear history #283 2015-09-25 11:34:51 +03:00
f17910fd98 Fix for cancel backswipe gesture. It was broken with the implementation of navigation to a page without adding it to backstack. 2015-09-04 16:12:02 +03:00
f032389fcd Clear erroneous comment. Improve inline comments. 2015-09-02 16:26:24 +03:00
1fd27182a6 Polish the Android implementation. Rework the iOS approach to use another mechanism. 2015-09-02 16:14:24 +03:00
45d12ce565 Intermediate commit, using the NavBar items push/pop/set. 2015-09-02 16:14:23 +03:00
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
a458993d63 Property renamed and bug fixes 2015-07-16 13:54:19 +03:00
e128f82d4f Comments for documentation 2015-07-16 10:33:32 +03:00
dde5fd6d5a Renames 2015-07-15 09:35:54 +03:00
e52b0c4556 Action bar progress 2015-07-15 09:35:53 +03:00
bc2a34d4f6 Better public type fix by not exposing the private types.
Change the property types to the base public types.
2015-06-11 17:10:53 +03:00
b34a281d32 Fix compile errors for methods returning private types. 2015-06-11 15:35:14 +03:00
8fcd8a7406 Request layout when showing/hiding the nabar 2015-05-20 14:01:23 +03:00
fe66104595 Page events 2015-05-19 13:37:38 +03:00
90722cfc67 Resolved #142: Modal views. 2015-05-18 14:13:46 +03:00
03ddb15d14 Fixed issue with remaining options menu item (iOS). 2015-05-13 11:27:56 +03:00
de5419d86f Frame current entry on first navigation 2015-04-09 18:09:23 +03:00
44e22495da fix android onSelectedItem handler.
fix ios transition (previous fix was not enough)
2015-04-08 10:55:06 +03:00
710c423609 Fix ios transition issue
Revert imageSource property metadata to None
Improve ListView preparecell check
2015-04-08 10:55:02 +03:00
23b1825fc7 implement menuOptions 2015-03-26 17:32:27 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
2c4781db01 Initial prototype of Frame + Page + Navigation. 2014-06-12 17:44:23 +03:00