Commit Graph

5967 Commits

Author SHA1 Message Date
Alexander Vakrilov
6ba2a1e058 Merge pull request #4207 from NativeScript/profiling-2
Add resetProfiles method to profiling module
2017-05-19 11:27:21 +03:00
Panayot Cankov
f6993b706a Merge pull request #4167 from NativeScript/perf-flexbox-example
Improvements after profiling the android flexbox example
2017-05-19 08:57:58 +03:00
Panayot Cankov
694dd17c97 Merge pull request #4216 from NativeScript/fix-text-field-docs
Fix text-field typedoc
2017-05-18 18:31:48 +03:00
Panayot Cankov
7986e479cd Performance improvements after profiling the android flexbox example 2017-05-18 18:00:31 +03:00
SvetoslavTsenov
d6d016bc61 Include test page for issue 4143 2017-05-18 17:22:51 +03:00
Stanimira Vlaeva
90a0da2863 fix(livesync): attach __onLiveSyncCore to global object (#4215)
That method needs to be exposed because it's used in NativeScript Angular (https://github.com/NativeScript/nativescript-angular/blob/master/nativescript-angular/platform-common.ts#L91).
2017-05-18 17:13:24 +03:00
SvetoslavTsenov
a96a957374 Include test page for 4022 2017-05-17 15:51:49 +03:00
Hristo Hristov
0d21f52c99 Hhristov/ios background image crash fix (#4214)
* uiColorFromImage should return if there is no image.

* added unit-test
2017-05-17 15:40:14 +03:00
Panayot Cankov
09188a1a6c Fix text-field typedoc 2017-05-17 15:18:02 +03:00
Hristo Hristov
cbbee3bbe7 get method on Observable created with fromObject wan’t returning the value that was put from set if that property was not specified in the object passed to fromObject. (#4213)
get method on Observable created with fromObject wasn’t returning the …
2017-05-17 13:30:46 +03:00
Hristo Hristov
585e74e752 switch in iOS cannot have different size than 51/31. Setting it in onMeasure is late. (#4212) 2017-05-17 13:29:59 +03:00
Hristo Hristov
fcd626ddf7 Update Modules30Changes.md 2017-05-17 13:18:39 +03:00
Hristo Hristov
781c46374b Update Modules30Changes.md (#4211) 2017-05-17 13:09:38 +03:00
Hristo Hristov
731403de1f When don’t keep activities is on all images are unloaded then on app resume it is possible to request image from cache but that image is not shown anywhere so it is not in the memoryCacheUsage (#100) 2017-05-17 09:47:41 +03:00
Hristo Hristov
b67213120e Change onReturnPress from abstract to non abstract so that TextView doesn’t throw exception when Return is pressed (#4208)
Fix https://github.com/NativeScript/NativeScript/issues/4123
2017-05-17 09:47:05 +03:00
Panayot Cankov
d9d1f81144 Merge pull request #4202 from NativeScript/app-displayed-event
App "displayed" event
2017-05-17 09:31:08 +03:00
Hristo Hristov
e887716352 ImageCahe now have counter that keeps reference how many times a bitmap have been requested/shown. (#99)
Bitmap is put in reusable queue only if this bitmap reference counter is 0/null.
This prevents an issue where one big bitmap is added to cache but it exceeds cache limit so it is removed immediately from cache (LRU internals) and marked as reusable.
2017-05-16 17:51:31 +03:00
vakrilov
f23c6c6455 Add resetProfiles method 2017-05-16 17:49:27 +03:00
SvetoslavTsenov
2079201006 Include test case for item 4151 2017-05-16 17:45:15 +03:00
Nikolay Tsonev
d4e4841b59 Merge pull request #4205 from NativeScript/tsonevn_fix_snippet_tag
fix broken closing tag for the snippet
2017-05-16 16:38:59 +03:00
kssfilo
a61943fe88 fix ios modal layout issue #4151 2017-05-16 16:37:10 +03:00
Panayot Cankov
610794f709 Add 'displayed' event on application for iOS 2017-05-16 16:10:50 +03:00
Nikolay Tsonev
fa5873822b fix broken closing tag for the snippet 2017-05-16 14:08:53 +03:00
Hristo Hristov
188a1c2c34 Binding to ViewBase as source now works (#4195)
* Fix 4127

* Move back Binding class to bindable module
2017-05-16 13:33:02 +03:00
Panayot Cankov
cdf16ea47e Merge pull request #98 from NativeScript/ios-uptime
Add function to obtain the time since the process started
2017-05-16 13:22:47 +03:00
Hristo Hristov
34aec12c3b fix https://github.com/NativeScript/NativeScript/issues/4135 (#4192) 2017-05-16 11:02:24 +03:00
Alexander Vakrilov
7e3fcd1793 Merge pull request #4198 from NativeScript/profiling-tests
Fix: Slow profiling tests for android
2017-05-16 11:02:02 +03:00
Panayot Cankov
90d36b26d3 Add 'displayed' event for android, close to the Displayed point logged in the android monitor for activity startup 2017-05-16 10:55:10 +03:00
Panayot Cankov
c79492f39e Add org.nativescript.Process.getUpTime() for android 2017-05-16 09:06:45 +03:00
vakrilov
249fe9f3cc Fix: Slow profiling tests for android 2017-05-15 23:25:05 +03:00
SvetoslavTsenov
3dce766b87 Include new images 2017-05-15 18:23:18 +03:00
Panayot Cankov
f76982b942 Add C function to obtain the time since the process started. 2017-05-15 17:53:16 +03:00
Nikolay Tsonev
7cec0eb7fc Merge pull request #4062 from NativeScript/tsonevn_webview_gestures
add an example how to use webview with gestures for both iOS and Android
2017-05-15 17:23:27 +03:00
Alexander Vakrilov
66c381d195 Merge pull request #4176 from NativeScript/fix-action-bar-modal
Fix: ActionBar update in IOS with modal dialogs
2017-05-15 17:22:37 +03:00
Nikolay Tsonev
10bcf9f8e9 remove page import from the snippet 2017-05-15 16:41:14 +03:00
Henry Chavez
eb7094caaf Added updateItemIconPosition function to center the TabViewItem icon when the title is not present. 2017-05-15 16:01:36 +03:00
vakrilov
f954d64d79 Fix: ActionBar update in IOS with modal dialogs 2017-05-15 14:41:22 +03:00
Nikolay Tsonev
a44c9b7928 edit typescript errors 2017-05-15 11:44:21 +03:00
SvetoslavTsenov
1d6a47bee0 Merge pull request #4174 from NativeScript/dependecies
Update references in package.json to git reporsitories which are used…
2017-05-15 10:31:34 +03:00
SvetoslavTsenov
d6ff388100 Merge pull request #4177 from NativeScript/uitests
Include pages for formatted text with applied css in label, button, t…
2017-05-15 10:31:12 +03:00
Panayot Cankov
f398398a8b Merge pull request #4048 from PeterStaev/objc-decorators
Add objc decorator definitions
2017-05-15 10:28:12 +03:00
Alexander Vakrilov
05f5efe56a Merge pull request #4180 from NativeScript/profiling-try-catch
Profiling - handle exceptions inside deocrator
2017-05-15 10:24:42 +03:00
Svetoslav Tsenov
8882732b37 Fix tslint error 2017-05-15 00:19:17 +03:00
SvetoslavTsenov
3102385f54 Include pages for formatted text with applied css in label, button, text field, text view
Update main-view-model
2017-05-15 00:19:13 +03:00
vakrilov
9df6003482 Add class name in timer name 2017-05-14 11:03:57 +03:00
Alexander Vakrilov
a640b969f3 Merge pull request #4173 from NativeScript/perf-app
Move icons folder form uitests/flexbox in perfapp because of CI
2017-05-13 14:09:07 +03:00
vakrilov
e266269793 Tslint fixes 2017-05-13 14:04:39 +03:00
vakrilov
75ce15bffc Use object instad of map for performance 2017-05-13 14:01:48 +03:00
vakrilov
b47dafc01a Add try catch for profiler decorator 2017-05-13 13:27:13 +03:00
Alexander Vakrilov
5441e7d1fc Merge pull request #4172 from NativeScript/profiling
Profiling module
2017-05-12 18:04:46 +03:00