Commit Graph

65 Commits

Author SHA1 Message Date
Vladimir Enchev
24af339d5f first UI related files/folders structure 2014-06-02 11:58:23 +03:00
atanasovg
d9c540e2fb Updated the Cuteness app to the latest Kimera. Removed the camera module from the BCL project. 2014-05-29 18:51:52 +03:00
PanayotCankov
0b056dd3db Updated the API reference. 2014-05-27 12:54:11 +03:00
PanayotCankov
5f96cc8569 Added step in the Documentation build that generates xml for the API reference. 2014-05-26 17:04:34 +03:00
atanasovg
db987a361d Modified the http module to remove the cyclic references. Added promises.d.ts. 2014-05-21 16:27:13 +03:00
atanasovg
a6edd119d0 Updated some APIs with @param defintions. Added .impl suffix to the ImageSource module. 2014-05-21 15:15:48 +03:00
Stanimir Karoserov
58dd62753b initial camera for iOS code, spike quality 2014-05-20 17:44:47 +03:00
atanasovg
1054566b4c Updated the Documentation configuration to copy all files to the output directory. 2014-05-20 16:55:34 +03:00
Stanimir Karoserov
990552654f updated image source tests, unit test projects and snippets 2014-05-19 15:16:41 +03:00
atanasovg
d9a7a98358 Added application module tests. 2014-05-16 18:54:18 +03:00
hshristov
c81860aaf8 Added Full Build configuration to BCL project & updated build task 2014-05-16 18:25:11 +03:00
Stanimir Karoserov
000530e4e8 updated location 2014-05-16 16:46:21 +03:00
Vladimir Enchev
599bc7c10e timer tests and snippets added 2014-05-16 16:16:29 +03:00
atanasovg
bf84c7a976 Added support for .impl suffix for files where we have same d.ts and ts names - e.g. file-system.d.ts & file-system.ts. Updated the BuildTasks.dll with the new logic. 2014-05-16 15:42:08 +03:00
atanasovg
8777ad7c5f Fixed an issue in FileSystem module. 2014-05-16 15:42:08 +03:00
Vladimir Enchev
2b47aebbe8 http module refactored 2014-05-16 10:18:25 +03:00
Vladimir Enchev
4faced08aa http internal references refactored 2014-05-16 09:53:34 +03:00
hshristov
df7d3c86e9 Removed image\readme.md from project file 2014-05-15 17:48:24 +03:00
Vladimir Enchev
c6483cd32a http module improved with more methods 2014-05-15 17:14:04 +03:00
atanasovg
c946c24ae2 Renamed image module to image-source. Extended the testRunner to accept module name to run. 2014-05-15 16:13:43 +03:00
atanasovg
4f791e5c31 Renamed image-impl to image-native. Renamed console-helper to console-native. 2014-05-15 11:34:03 +03:00
Vladimir Enchev
5d6cf14bea application common naming changed to use "-" 2014-05-15 10:31:52 +03:00
Vladimir Enchev
012a4c40be module merge util module naming changed to use "-" 2014-05-15 10:00:17 +03:00
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
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
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
Vladimir Enchev
d6a3f385bf Readme added for Tests 2014-05-13 10:03:42 +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
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
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
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
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
Vladimir Enchev
ca4c04badc net folder renamed to http 2014-04-28 15:40:00 +03:00
PanayotCankov
322591d3ca Added iOS TypeScript definitions with some comments to the BCL. 2014-04-25 00:04:41 +03:00
Vladimir Enchev
4ee6ba8801 http refactored to fix circular references 2014-04-24 09:40:47 +03:00
Vladimir Enchev
1bf9c1ecaa http client reworked (temporary getString, getJSON and getImage in separate file) 2014-04-23 17:00:38 +03:00
atanasovg
b0b0c5f190 Refactored the Application module (removed namespaces). Updated the UnitTestApp project. 2014-04-17 14:02:04 +03:00
Stanimir Karoserov
42d90285c5 BCL: updated location and image APIs 2014-04-16 18:46:07 +03:00
Vladimir Enchev
2cdad80094 WebClient folder renamed to net and WebClient renamed to HttpClient 2014-04-14 15:02:34 +03:00
Vladimir Enchev
f7b5c9af3e Promises added and implemented experimentally in WebClient 2014-04-14 14:44:30 +03:00