Commit Graph

43 Commits

Author SHA1 Message Date
Hristo Hristov
b2c182fd7a Improve Binding class (#2038)
Remove options parameter
2016-04-27 16:43:45 +03:00
Hristo Hristov
f768fda881 Fixed some slow tests. (#1968)
Fixed modal page on iOS7.
2016-04-14 15:01:32 +03:00
Rossen Hristov
6b7d05420e Resolved Issue #1021: The navigatedTo event is called twice for the first application page. 2016-02-04 16:12:45 +02:00
Rossen Hristov
b0976bf986 Resolved #811: Page Navigation Transitions 2016-02-03 13:24:12 +02:00
Vladimir Enchev
d05426c22d changed mainModule to start(entry) 2016-01-19 17:02:06 +02:00
Vladimir Enchev
d50e2fdb37 stylers removed 2015-12-22 16:12:18 +02:00
Vladimir Enchev
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
Hristo Deshev
070b01c544 Remove UTF-8 BOM's from package.json files 2015-12-01 15:37:14 +02:00
Erjan Gavalji
e5741b0eb1 Update the xmlns of the target apps 2015-11-09 14:20:01 +02:00
Erjan Gavalji
d4a702409d Fix the compilation 2015-10-14 15:35:39 +03:00
Erjan Gavalji
5aa502a947 Fix the run in android 2015-10-12 16:58:59 +03:00
Erjan Gavalji
77da614b3d Attempt fixing the slow run by changing the main page and removing the noskin in the emulator. Time the expect run 2015-10-09 10:48:08 +03:00
Erjan Gavalji
ac78de2128 Output to a log file. Simulate adjusting the androidmanifest 2015-10-08 15:42:59 +03:00
Vladimir Enchev
d5d25513d9 tests execution now will start immediately 2015-10-05 11:21:55 +03:00
Rossen Hristov
881c378a4e Made TabViewItem bindable. 2015-08-28 12:55:28 +03:00
Vladimir Enchev
60de8c1285 code commented 2015-08-04 11:56:40 +03:00
Vladimir Enchev
40f39e61da missing ObjCProtocols added 2015-08-04 11:48:12 +03:00
Vladimir Enchev
c57b47aa3d Default UIApplicationDelegate removed 2015-08-03 14:49:04 +03:00
Rossen Hristov
abc561762c Fixed wrong event names in application.d.ts + added constants for the Android Activity Events + reordering of members + a small tslint fix. 2015-07-07 12:18:36 +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
6f0c0fd917 test app fixed for iOS 2015-07-03 17:02:21 +03:00
Vladimir Enchev
8565700c8c lint errors fixed 2015-07-01 11:28:48 +03:00
Vladimir Enchev
9829bb72e3 comments added 2015-07-01 11:04:32 +03:00
Vladimir Enchev
143c32f6be android activity events added 2015-07-01 11:02:43 +03:00
Vladimir Enchev
77e509f01c write in textfiled only if failed something 2015-06-18 09:53:04 +03:00
Vladimir Enchev
137688dba1 test app updated with app events 2015-06-02 10:01:57 +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
Nedyalko Nikolov
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
hshristov
20b65a6d0c Add base ui-test class
Update label-test to use the new ui-test class
2015-04-22 16:08:54 +03:00
Nedyalko Nikolov
cd6e723c30 Changed gestures enums like other enums. 2015-04-20 16:32:06 +03:00
Nedyalko Nikolov
f33bfe3a98 Reverted test app to run mainPage instead of testRunnerPage. 2015-04-06 11:03:27 +03:00
Nedyalko Nikolov
61f5022a69 Binding to object via keyword. 2015-04-03 16:08:28 +03:00
Nedyalko Nikolov
5630fbcd01 Removed unnecessary slashes. 2015-04-03 12:18:23 +03:00
Erjan Gavalji
d5af4c4723 Fix tests app paths 2015-03-24 16:05:54 +02:00
Nedyalko Nikolov
85ce179103 Some improvements to location module API. 2015-03-25 14:45:20 +02:00
Nedyalko Nikolov
d56d036e6a More friendly Css parser error messages 2015-03-16 17:19:44 +02:00
Nedyalko Nikolov
1b99b6f5d2 Binding converter run-time errors logging on console. 2015-03-12 15:44:35 +02:00
Nedyalko Nikolov
4152e66195 Observable array now fires property change for length property. 2015-03-05 14:55:16 +02:00
Nedyalko Nikolov
8bc83ced24 Added binding convert option. 2015-03-04 10:51:59 +02:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00