133 Commits

Author SHA1 Message Date
c2a18eb857 setTimeout and setInterval are now more TypeScript like 2014-05-14 16:01:03 +03:00
8c8bbd6bb0 setTimeout and setInternval second argument type no longer checked if it is number 2014-05-14 15:57:16 +03:00
8b2c56a346 default argument value added for setTimeout and setInterval 2014-05-14 15:48:05 +03:00
34ebbca3ef Added Documentation configuration in the BCL solution.
Added VS build step in the snippets build script.
2014-05-14 15:07:53 +03:00
66da3cc988 Fixed app module initialization (renaming to small letters) 2014-05-14 14:50:44 +03:00
ed7ea974bf Added the waitUntilReady in TKUnit. Updated the location_tests to use the new functionality. 2014-05-14 14:20:16 +03:00
d57abd88c4 http require Utils fixed :( 2014-05-14 13:41:30 +03:00
9d379a8834 require fixes 2014-05-14 12:55:59 +03:00
8107211aee two require fixed 2014-05-14 11:39:53 +03:00
a45a55ae38 http module fixed 2014-05-14 10:56:57 +03:00
bde27678b9 local settings update 2014-05-14 10:46:11 +03:00
ceff7bb368 renamed folders with lower cases and renamed user preferences to local settings 2014-05-13 17:59:30 +03:00
b6313517db updated readme 2014-05-13 16:46:29 +03:00
f43e5f56c1 Updated BCL Readme 2014-05-13 15:19:42 +03:00
088e645cdf Updated Readme files in the BCL project 2014-05-13 15:16:46 +03:00
3c8439654a readme updated again 2014-05-13 14:25:17 +03:00
46729c1c8b readme updated 2014-05-13 14:24:57 +03:00
d6a3f385bf Readme added for Tests 2014-05-13 10:03:42 +03:00
862282d746 readme added for deploy 2014-05-13 09:58:43 +03:00
7f1ec4a4d2 http client fixed to use new Image methods 2014-05-13 09:47:34 +03:00
60c7c5e232 Updated the TKUnit class. Added missing http tests. 2014-05-12 19:28:39 +03:00
44ec6cace6 fixed some wrong import locations 2014-05-12 19:14:55 +03:00
d7fda0b91c updated user preferences and tests 2014-05-12 19:00:45 +03:00
cf3b358947 Added Tests module to the BCL. Added two new build configurations - Android_Tests & iOS_Tests. 2014-05-12 18:20:28 +03:00
da9966a9c9 updated user preferences and application 2014-05-12 16:52:08 +03:00
d1652ad831 readme updated 2014-05-12 14:25:03 +03:00
c9ca0d997b console moved from application to globals 2014-05-12 14:21:15 +03:00
76dd7014a1 readme updated 2014-05-12 13:38:17 +03:00
4cba61c40d Second parameter (milliseconds) is now optional for setTimeout and setInterval 2014-05-12 11:34:50 +03:00
4b9cc1a958 http getImage fail now with correct argument & tests updated 2014-05-12 10:07:43 +03:00
716e482e20 readme updated 2014-05-10 16:37:02 +03:00
db1681a88e timer moved in separate module 2014-05-10 16:34:23 +03:00
fbdb0e5523 clearTimeout, setInterval, clearInterval for iOS 2014-05-10 16:23:27 +03:00
c3abc01b65 readme updated 2014-05-10 15:51:32 +03:00
e493711328 setTimeout improved and clearTimeout, setInterval, clearInterval implemented for Android 2014-05-10 15:49:15 +03:00
d270ee82a0 readme updated 2014-05-10 13:19:04 +03:00
0e8d194d1c globals readme added to the project 2014-05-10 13:16:46 +03:00
2d701fb5a4 globals module added with setTimeout implementation for both iOS and Android 2014-05-10 13:15:50 +03:00
44c51a0e48 Modified the Application module. Removed the Application class and added its methods to the exports directly. 2014-05-09 19:25:11 +03:00
7aa70fb14c Polished the Image module. Added API reference. 2014-05-09 17:40:24 +03:00
a4ddb134fd setTimeout added in android utils 2014-05-09 16:46:46 +03:00
e8e28408b9 NSString methods that used to return (instancetype) now return NSString instead of string.
iOS constant exported as var in the xmls by the clang tool now export vars in the typescript definitions.
2014-05-08 17:16:10 +03:00
d896a5e85f Added some more API reference comments. Renamed some parameters in Console module. 2014-05-08 16:32:55 +03:00
298bf0977a Added Application module comments. Modified Console module + comments. Changed the package name of the UnitTestApp for Android. 2014-05-08 14:47:28 +03:00
1531c206e6 http tests added 2014-05-08 13:55:36 +03:00
61de2831e2 initial http tests & setup added 2014-05-08 13:46:59 +03:00
0f564a5126 location and unit tests updates 2014-05-08 11:56:25 +03:00
cfca745a6f Updated the Android UnitTestApp to the latest Bridges. Added Application comments. 2014-05-07 19:25:08 +03:00
6e2eae411f Added current variable in the Application module (to provide a shortcut to the Application singleton). 2014-05-07 15:50:06 +03:00
beba0ae4f4 Added path methods to the FileSystem methods. Added unit tests. 2014-05-07 14:55:58 +03:00