Commit Graph

59 Commits

Author SHA1 Message Date
hshristov
e127c7ef27 Fix GridLayout desiredSize when not stretched.
Fix showModal Page size method for Android
Fix showModal Page actionBar is now hidden
2015-10-09 16:54:08 +03:00
Rossen Hristov
02748f4fc0 Added check for backStackEntryCount before trying to read the first entry. 2015-10-08 11:14:08 +03:00
hshristov
0ecb5d4dcd Implement Page background option to span under status bar (iOS only for the moment) 2015-10-06 14:35:59 +03:00
Rossen Hristov
240a378609 Added check for this._currentEntry. 2015-10-02 13:37:46 +03:00
Rossen Hristov
5e654ce96b Fixed the navigation tests. 2015-10-01 09:37:42 +03:00
hshristov
08ac9ea3ed Fix action-bar desired size 2015-09-30 10:02:02 +03:00
Hristo Deshev
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
hshristov
03090b7842 Page background now spans on the whole height but content is still under NavBar 2015-09-29 09:48:15 +03:00
Rossen Hristov
f75922102a Resolved: Cross platform way to clear history #283 2015-09-25 11:34:51 +03:00
Vladimir Enchev
2d155f941d CSS and XML code files now can be specified in XML 2015-09-10 13:02:33 +03:00
hshristov
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
vakrilov
254e4a55a1 AppCompat toolbar 2015-09-04 13:48:43 +03:00
atanasovg
f032389fcd Clear erroneous comment. Improve inline comments. 2015-09-02 16:26:24 +03:00
atanasovg
1fd27182a6 Polish the Android implementation. Rework the iOS approach to use another mechanism. 2015-09-02 16:14:24 +03:00
atanasovg
45d12ce565 Intermediate commit, using the NavBar items push/pop/set. 2015-09-02 16:14:23 +03:00
Nathanael Anderson
a95dafd72e Changed the patch to eliminate duplicate code now it only has the css loaded in one spot. 2015-08-24 12:41:01 -05:00
Nathanael Anderson
43a954f4a0 Added a safe guard in case somehow the createPage does not return a valid page component. 2015-08-24 02:08:09 -05:00
Nathanael Anderson
a81ee1b143 frame-common.ts is missing the code to automagically load the page.css file if it exists on a page that is created via JavaScript createPage function. The expected behavior should be that the page.css file is always loaded if it exists. 2015-08-24 02:04:31 -05:00
hshristov
4c03cddbd6 Fix tslint error
Change module-merge to use the global merge function
2015-08-03 13:49:22 +03:00
hshristov
0da2f297fd Fix tslint errors 2015-08-03 13:48:44 +03:00
hshristov
0ad198165c Layouts are now implemented natively for Android. 2015-08-03 13:48:41 +03:00
vakrilov
6ebd488735 Application orientation changed event 2015-07-31 11:51:01 +03:00
atanasovg
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
vakrilov
a458993d63 Property renamed and bug fixes 2015-07-16 13:54:19 +03:00
vakrilov
e128f82d4f Comments for documentation 2015-07-16 10:33:32 +03:00
vakrilov
dde5fd6d5a Renames 2015-07-15 09:35:54 +03:00
vakrilov
e52b0c4556 Action bar progress 2015-07-15 09:35:53 +03:00
Rossen Hristov
849d6bee26 Moved Activity related Android-specific events to application.android instance. Renamed cross-platform events by deleting their "event" suffix. 2015-07-06 16:29:28 +03:00
Rossen Hristov
7a197a6711 Resolved Issue #391: Added cancellable Android activityBackPressed event + fixed the names of the other activity events because they were wrong. 2015-07-06 11:57:47 +03:00
Vladimir Enchev
143c32f6be android activity events added 2015-07-01 11:02:43 +03:00
Hristo Deshev
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
Hristo Deshev
b34a281d32 Fix compile errors for methods returning private types. 2015-06-11 15:35:14 +03:00
Vladimir Enchev
5c130e45ce more event fixes 2015-06-01 17:23:46 +03:00
Vladimir Enchev
a3070bef83 events naming updated 2015-06-01 17:04:06 +03:00
Vladimir Enchev
a8be503417 various application event implementation fixes 2015-06-01 15:51:37 +03:00
Vladimir Enchev
c6549343bc application module events added 2015-06-01 15:10:47 +03:00
hshristov
a8a8c77e5a Change Application and NativeActivity classes to accommodate android runtime changes. 2015-05-29 11:53:54 +03:00
vakrilov
8fcd8a7406 Request layout when showing/hiding the nabar 2015-05-20 14:01:23 +03:00
vakrilov
fe66104595 Page events 2015-05-19 13:37:38 +03:00
Rossen Hristov
90722cfc67 Resolved #142: Modal views. 2015-05-18 14:13:46 +03:00
Nedyalko Nikolov
03ddb15d14 Fixed issue with remaining options menu item (iOS). 2015-05-13 11:27:56 +03:00
Nedyalko Nikolov
bbe3a8f5f9 Some changes to Api reference due to breaking change. 2015-04-27 09:45:15 +03:00
Nedyalko Nikolov
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
vakrilov
3c1f3cd738 Fix: Device-specific code behinf JS files are not loaded 2015-04-17 10:26:05 +03:00
vakrilov
de5419d86f Frame current entry on first navigation 2015-04-09 18:09:23 +03:00
hshristov
f0f6992cf0 Remove Action property from Intent class.
Location tests are not executed on emulator.
Label test made for iOS only.
Change frame.android.action property to method.
Image measured widht/height are now floor (like in android runtime).
2015-04-09 17:54:22 +03:00
hshristov
44e22495da fix android onSelectedItem handler.
fix ios transition (previous fix was not enough)
2015-04-08 10:55:06 +03:00
hshristov
710c423609 Fix ios transition issue
Revert imageSource property metadata to None
Improve ListView preparecell check
2015-04-08 10:55:02 +03:00
vakrilov
7204fd9c89 OptionsMenu image form resource id 2015-03-31 13:34:32 +03:00
hshristov
23b1825fc7 implement menuOptions 2015-03-26 17:32:27 +02:00