Commit Graph

5091 Commits

Author SHA1 Message Date
Vladimir Enchev
4b14fd1a19 location module naming changed to use "-" 2014-05-15 09:50:41 +03:00
Vladimir Enchev
a19fbf85a6 local-settings naming changed to use "-" 2014-05-15 09:44:28 +03:00
Vladimir Enchev
a1db810eec http and file-system naming changed to use "-" 2014-05-15 09:36:08 +03:00
Vladimir Enchev
056d43089f console module naming changed to "-" 2014-05-15 09:25:32 +03:00
Stanimir Karoserov
e8d3669d98 updated location and location tests 2014-05-14 19:30:10 +03:00
atanasovg
0242773cae Refactored the Image module. Added image.fromUrl method. Added image-tests. 2014-05-14 19:15:06 +03:00
PanayotCankov
4880d048c4 Fixed a bug in the snippets extractor regexes.
Updated the file system md.
2014-05-14 17:46:06 +03:00
PanayotCankov
60b80c5418 Added some tests for file system.
Improved the structure of the FileSystem help.
2014-05-14 17:26:21 +03:00
Vladimir Enchev
c2a18eb857 setTimeout and setInterval are now more TypeScript like 2014-05-14 16:01:03 +03:00
Vladimir Enchev
8c8bbd6bb0 setTimeout and setInternval second argument type no longer checked if it is number 2014-05-14 15:57:16 +03:00
Vladimir Enchev
8b2c56a346 default argument value added for setTimeout and setInterval 2014-05-14 15:48:05 +03:00
PanayotCankov
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
atanasovg
66da3cc988 Fixed app module initialization (renaming to small letters) 2014-05-14 14:50:44 +03:00
atanasovg
ed7ea974bf Added the waitUntilReady in TKUnit. Updated the location_tests to use the new functionality. 2014-05-14 14:20:16 +03:00
Vladimir Enchev
d57abd88c4 http require Utils fixed :( 2014-05-14 13:41:30 +03:00
Vladimir Enchev
9d379a8834 require fixes 2014-05-14 12:55:59 +03:00
Vladimir Enchev
8107211aee two require fixed 2014-05-14 11:39:53 +03:00
Vladimir Enchev
a45a55ae38 http module fixed 2014-05-14 10:56:57 +03:00
Stanimir Karoserov
bde27678b9 local settings update 2014-05-14 10:46:11 +03:00
Stanimir Karoserov
ceff7bb368 renamed folders with lower cases and renamed user preferences to local settings 2014-05-13 17:59:30 +03:00
Stanimir Karoserov
b6313517db updated readme 2014-05-13 16:46:29 +03:00
atanasovg
f43e5f56c1 Updated BCL Readme 2014-05-13 15:19:42 +03:00
atanasovg
088e645cdf Updated Readme files in the BCL project 2014-05-13 15:16:46 +03:00
Vladimir Enchev
3c8439654a readme updated again 2014-05-13 14:25:17 +03:00
Vladimir Enchev
46729c1c8b readme updated 2014-05-13 14:24:57 +03:00
Vladimir Enchev
d6a3f385bf Readme added for Tests 2014-05-13 10:03:42 +03:00
Vladimir Enchev
862282d746 readme added for deploy 2014-05-13 09:58:43 +03:00
Vladimir Enchev
7f1ec4a4d2 http client fixed to use new Image methods 2014-05-13 09:47:34 +03:00
atanasovg
60c7c5e232 Updated the TKUnit class. Added missing http tests. 2014-05-12 19:28:39 +03:00
Stanimir Karoserov
44ec6cace6 fixed some wrong import locations 2014-05-12 19:14:55 +03:00
Stanimir Karoserov
d7fda0b91c updated user preferences and tests 2014-05-12 19:00:45 +03:00
atanasovg
cf3b358947 Added Tests module to the BCL. Added two new build configurations - Android_Tests & iOS_Tests. 2014-05-12 18:20:28 +03:00
Stanimir Karoserov
da9966a9c9 updated user preferences and application 2014-05-12 16:52:08 +03:00
Vladimir Enchev
d1652ad831 readme updated 2014-05-12 14:25:03 +03:00
Vladimir Enchev
c9ca0d997b console moved from application to globals 2014-05-12 14:21:15 +03:00
Vladimir Enchev
76dd7014a1 readme updated 2014-05-12 13:38:17 +03:00
Vladimir Enchev
4cba61c40d Second parameter (milliseconds) is now optional for setTimeout and setInterval 2014-05-12 11:34:50 +03:00
Vladimir Enchev
4b9cc1a958 http getImage fail now with correct argument & tests updated 2014-05-12 10:07:43 +03:00
Vladimir Enchev
716e482e20 readme updated 2014-05-10 16:37:02 +03:00
Vladimir Enchev
db1681a88e timer moved in separate module 2014-05-10 16:34:23 +03:00
Vladimir Enchev
fbdb0e5523 clearTimeout, setInterval, clearInterval for iOS 2014-05-10 16:23:27 +03:00
Vladimir Enchev
c3abc01b65 readme updated 2014-05-10 15:51:32 +03:00
Vladimir Enchev
e493711328 setTimeout improved and clearTimeout, setInterval, clearInterval implemented for Android 2014-05-10 15:49:15 +03:00
Vladimir Enchev
d270ee82a0 readme updated 2014-05-10 13:19:04 +03:00
Vladimir Enchev
0e8d194d1c globals readme added to the project 2014-05-10 13:16:46 +03:00
Vladimir Enchev
2d701fb5a4 globals module added with setTimeout implementation for both iOS and Android 2014-05-10 13:15:50 +03:00
atanasovg
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
atanasovg
7aa70fb14c Polished the Image module. Added API reference. 2014-05-09 17:40:24 +03:00
Vladimir Enchev
a4ddb134fd setTimeout added in android utils 2014-05-09 16:46:46 +03:00
PanayotCankov
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