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 |
|
atanasovg
|
d896a5e85f
|
Added some more API reference comments. Renamed some parameters in Console module.
|
2014-05-08 16:32:55 +03:00 |
|
atanasovg
|
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 |
|
Vladimir Enchev
|
1531c206e6
|
http tests added
|
2014-05-08 13:55:36 +03:00 |
|
Vladimir Enchev
|
61de2831e2
|
initial http tests & setup added
|
2014-05-08 13:46:59 +03:00 |
|
Stanimir Karoserov
|
0f564a5126
|
location and unit tests updates
|
2014-05-08 11:56:25 +03:00 |
|
atanasovg
|
cfca745a6f
|
Updated the Android UnitTestApp to the latest Bridges. Added Application comments.
|
2014-05-07 19:25:08 +03:00 |
|
atanasovg
|
6e2eae411f
|
Added current variable in the Application module (to provide a shortcut to the Application singleton).
|
2014-05-07 15:50:06 +03:00 |
|
atanasovg
|
beba0ae4f4
|
Added path methods to the FileSystem methods. Added unit tests.
|
2014-05-07 14:55:58 +03:00 |
|
atanasovg
|
e84f305b6d
|
FileSystem API promisified.
|
2014-04-30 16:32:35 +03:00 |
|
Vladimir Enchev
|
b604ef8b82
|
http client image get temporary made with ION
|
2014-04-29 18:04:29 +03:00 |
|
Vladimir Enchev
|
f346a27a0e
|
http client improved
|
2014-04-29 16:59:42 +03:00 |
|
atanasovg
|
162dbe56c9
|
Added merge_module function. Added text module (currently having encoding only). Updated the FileSystem File object with readText, writeText methods (removed the FileReader, FileWriter classes).
|
2014-04-29 11:53:01 +03:00 |
|
Stanimir Karoserov
|
bf9b564bf5
|
BCL: location updates according to API feedback
|
2014-04-28 18:59:50 +03:00 |
|
atanasovg
|
aa77546c80
|
Updated the FileSystem APIs as per review comments.
|
2014-04-28 15:56:42 +03:00 |
|
Vladimir Enchev
|
ca4c04badc
|
net folder renamed to http
|
2014-04-28 15:40:00 +03:00 |
|