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 |
|
Vladimir Enchev
|
89c1b1448c
|
readme updated
|
2014-04-25 17:06:40 +03:00 |
|
Vladimir Enchev
|
c17394be72
|
readme and request updated
|
2014-04-25 16:57:41 +03:00 |
|
Stanimir Karoserov
|
40c1c50e00
|
BCL: some location updates
|
2014-04-25 16:34:17 +03:00 |
|
atanasovg
|
5e972ff57b
|
Fixed merge error
|
2014-04-25 16:07:44 +03:00 |
|
atanasovg
|
cfaff493a6
|
Modified some FileSystem APIs as per the review documents.
|
2014-04-25 12:09:06 +03:00 |
|
atanasovg
|
ce89af2643
|
Added the iOS implementation of the FileSystem API.
|
2014-04-25 12:09:05 +03:00 |
|
PanayotCankov
|
322591d3ca
|
Added iOS TypeScript definitions with some comments to the BCL.
|
2014-04-25 00:04:41 +03:00 |
|
Vladimir Enchev
|
8d5db81eec
|
readme fixed
|
2014-04-24 16:59:05 +03:00 |
|
Vladimir Enchev
|
ca354e0b40
|
readme updated
|
2014-04-24 16:56:28 +03:00 |
|
Vladimir Enchev
|
f884426627
|
readme fixed
|
2014-04-24 16:53:50 +03:00 |
|
Vladimir Enchev
|
3d8602c58c
|
headers are now similar to jquery + readme updated
|
2014-04-24 16:51:01 +03:00 |
|
Vladimir Enchev
|
62d67c0fac
|
readme updated
|
2014-04-24 15:43:00 +03:00 |
|
Vladimir Enchev
|
61e2a2d01f
|
Image module loading now is on demand
|
2014-04-24 15:39:35 +03:00 |
|
Vladimir Enchev
|
468b408229
|
readme updated
|
2014-04-24 13:33:11 +03:00 |
|
Vladimir Enchev
|
13508e84fa
|
readme update + fixes
|
2014-04-24 12:10:44 +03:00 |
|
Vladimir Enchev
|
e9c82ebedc
|
readme updated
|
2014-04-24 10:47:12 +03:00 |
|
Vladimir Enchev
|
57403f125a
|
net readme updated
|
2014-04-24 09:46:16 +03:00 |
|
Vladimir Enchev
|
4ee6ba8801
|
http refactored to fix circular references
|
2014-04-24 09:40:47 +03:00 |
|
Vladimir Enchev
|
9a2ad1d7ef
|
HttpContent for request also and body renamed to content
|
2014-04-24 09:14:37 +03:00 |
|
Vladimir Enchev
|
1bf9c1ecaa
|
http client reworked (temporary getString, getJSON and getImage in separate file)
|
2014-04-23 17:00:38 +03:00 |
|
Vladimir Enchev
|
24e817916e
|
universal request method for iOS
|
2014-04-17 16:45:40 +03:00 |
|
Stanimir Karoserov
|
95916c52f8
|
BCL: updated location to support distance measuring
|
2014-04-17 15:46:38 +03:00 |
|
atanasovg
|
b0b0c5f190
|
Refactored the Application module (removed namespaces). Updated the UnitTestApp project.
|
2014-04-17 14:02:04 +03:00 |
|
atanasovg
|
495beffdd1
|
FileSystem API - tests + polish
|
2014-04-16 19:23:00 +03:00 |
|
Stanimir Karoserov
|
42d90285c5
|
BCL: updated location and image APIs
|
2014-04-16 18:46:07 +03:00 |
|
Vladimir Enchev
|
7fd0d2e251
|
TODO added
|
2014-04-15 17:29:03 +03:00 |
|
Vladimir Enchev
|
6b08bc8740
|
image url in readme updated
|
2014-04-15 17:27:26 +03:00 |
|
Vladimir Enchev
|
a7a057854a
|
readme code fixed
|
2014-04-15 17:19:41 +03:00 |
|
Vladimir Enchev
|
575da954cd
|
readme updated
|
2014-04-15 17:17:28 +03:00 |
|
Vladimir Enchev
|
2f52c596b0
|
promises changed to different (generic) library
|
2014-04-15 17:15:04 +03:00 |
|
Vladimir Enchev
|
815d518c44
|
http for android refactored
|
2014-04-15 16:25:16 +03:00 |
|
Vladimir Enchev
|
75e4191ecb
|
_promises renamed to promises
|
2014-04-15 10:46:59 +03:00 |
|
Vladimir Enchev
|
93457c1327
|
Promises renamed to _promises
|
2014-04-15 10:46:11 +03:00 |
|