0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added Doxy Gen support for the MoGraphLibrary. More... almost 12 years ago
MOSYNCLIB-21: Fixed JNI bug introduced when moving from C to C++ More... almost 12 years ago
Added the ads library More... almost 12 years ago
fixed the media helpers to work with WP8 More... almost 12 years ago
Merge remote-tracking branch 'emma/customPicker' into customPicker More... almost 12 years ago
Modifications after code review for: MOSYNC-3054 Create CustomPicker test app MOSYNC-3049 Create CustomPicker widget idl and wrapper MOSYNC-3089 Create idl constants and wrapper methods for CustomPicker properties More... almost 12 years ago
Fixed the string address space translation bug More... almost 12 years ago
Minor change in ios nbuild for future self sanity More... almost 12 years ago
Added armv7s support for ios, code documentation for ios nbuild More... almost 12 years ago
Added building for iphone simulator More... almost 12 years ago
Merge pull request #421 from robertg71/master More... almost 12 years ago
Fixed all MoGraph Examples, to conform with Mosync code standards after code review More... almost 12 years ago
Merge pull request #420 from mvasiliniuc/master_CameraTask More... almost 12 years ago
Native iOS build chain works for simple examples. Suspected problem with MAUtil::String to c string conversion in the library. More... almost 12 years ago
Merge remote-tracking branch 'origin/master' into master_CameraTask More... almost 12 years ago
MOSYNC-2946. Small changes in header documentation. More... almost 12 years ago
Merge remote-tracking branch 'origin/master' into MoSyncLibWP8 More... almost 12 years ago
Merge remote-tracking branch 'origin/ThreeTwoOne' into MoSyncLibWP8 More... almost 12 years ago
Added the WP8 runtime projects unde windowsphone folder, in order to build using the sdk approach use mosync.sln otherwise use mosync_WP8.sln More... almost 12 years ago
forgot to add the resources for the example More... almost 12 years ago
Merge remote-tracking branch 'github_origin/master' into mosync_3068_story More... almost 12 years ago
MOSYNC-3097: refactorization + added a system that waits for the widget creation if add child gets called from the operation queue and the child hasn't been created (blocks the UI by joining with the creation thread); a dictionary contained by the native ui module keeps track of the mapping between the widget handle and the thread that handles its creation; MOSYNC-3102: implemented 'maWidgetInsertChild' asynchronously - the same way as 'maWidgetAddChild'; Added a implementation of a simple benchmarking system (two counters are kept: one that keeps the number of created widgets and one that keeps the number of views ready for manipulation - both are contained by the native ui module; when the values are equal, the UI is ready and we ca do proper traking of the time between the application launching and the moment when the UI has been drawn) More... almost 12 years ago
Remove the WP8 folder , starting from this commit the WP8 runtime will share the same folder with the WP7 one a.k.a. runtimes/csharp/windowsphone More... almost 12 years ago
MOSYNC-2980. Fixes related to camera capabilities on Android. More... almost 12 years ago
fixed a library precompiler define "WINDOWS_PHONE_8_LIB" in order to avoid some conflics regarding file includes More... almost 12 years ago
fixed a generation issue for maapi.cs More... almost 12 years ago
MOSYNC-2963 Added a third example for MoGraph for retrieving the Share prices for 10 stocks useing J:Son More... almost 12 years ago
Merge remote-tracking branch 'bogdan/customPicker' into customPicker More... almost 12 years ago
MOSYNC-3093 addition: removed unused class member More... almost 12 years ago
MOSYNC-3054 Create CustomPicker test app More... almost 12 years ago