3498 Commits

Author SHA1 Message Date
eaafb93c8f Update all text field of zIndex page with autocorrect=false 2016-10-17 15:27:49 +03:00
644f4c2845 ImageSource was reset in CreateUI wrongly. (#2910)
TabView doesn't save/restore its visual hierarchy.
Cuteness.io source changed to use https.
2016-10-17 13:40:03 +03:00
8ce37215f7 Merge pull request #2898 from NativeScript/snapshot-activity-fix
Snapshot fix
2016-10-14 12:30:12 +03:00
20dc0b1ef5 Snapshot fix 2016-10-14 11:33:58 +03:00
e7568ff3ac Merge pull request #2896 from NativeScript/viewDidLoad-fix
code fixed to work in viewDidLoad
2016-10-14 11:06:30 +03:00
b398f27586 code fixed to work in viewDidLoad 2016-10-14 10:02:35 +03:00
c521f2db33 Merge pull request #2877 from NativeScript/existing-app
Existing iOS integration app support added
2016-10-14 09:38:11 +03:00
eab903e9e0 Existing iOS integration app support added 2016-10-13 18:15:24 +03:00
e2b9f521f9 Merge pull request #2891 from NativeScript/dev-work-update
Update the DevelopmentWorkflow.md
2016-10-13 16:52:21 +03:00
74d65d232c Update the DevelopmentWorkflow.md 2016-10-13 16:50:09 +03:00
d012f9ac8c Merge pull request #2885 from NativeScript/android-current-context
Application and ActivityEvents improvements
2016-10-13 11:47:25 +03:00
e8fdc677d5 Merge pull request #2887 from bradmartin/patch-1
Small typo
2016-10-12 09:50:36 +03:00
c84dc3e57b Small typo
-typo
-add android api number
2016-10-11 17:38:22 -05:00
8cbbea235b Merge pull request #2886 from NativeScript/tsenov/ui-tests
moe tabmore page from css to tab-view folder
2016-10-11 20:51:00 +03:00
21800b64e1 moe tabmore page from css to tab-view folder 2016-10-11 20:42:20 +03:00
1c4f40333e Application and ActivityEvents improvements 2016-10-11 18:40:03 +03:00
a5273b74ed Fix for Dialogs crashing on iOS (#2866) 2016-10-11 14:58:30 +03:00
b42cff63a2 Merge pull request #2880 from NativeScript/hhristov/gestures-ios10-fix
Fix gestures support for iOS 10
2016-10-11 14:11:58 +03:00
b5ec25f423 Fix gestures support for iOS 10 2016-10-11 13:28:02 +03:00
4cf8a1574c Merge pull request #2876 from NativeScript/tsenov/ui-tests
Remove automationText from listview items
2016-10-11 09:44:43 +03:00
333d1897a3 Remove automationText from listview items 2016-10-11 09:42:14 +03:00
3e3fc248c2 Move imageCache initialization in the createUI method so that it is sure that we have valid context. application.android.nativeView could be null if image module is requested before application.start (#2862) 2016-10-10 09:23:17 +03:00
93f20e6505 Merge pull request #2851 from NativeScript/zoned-fps-meter
Make fps-meter callback execute in the same zone as they are created
2016-10-07 16:28:13 +03:00
109ac26c5b Fix memory leak in action-bar for android. (#2854) 2016-10-07 13:02:58 +03:00
edc9e483a9 Merge pull request #2855 from NativeScript/npm-script-typedoc
Added npm run typedoc and npm run dev-typedoc scripts, read the Devel…
2016-10-07 09:57:16 +03:00
d061bd8031 Make the Grunt work 2016-10-07 09:11:33 +03:00
43ceefdc03 Added npm run typedoc and npm run dev-typedoc scripts, read the DevelopmentWorkflow.mk 2016-10-06 17:52:14 +03:00
03fdc94d2c Make fps-meter callback execute in the same zone as they are created 2016-10-06 10:49:47 +03:00
ed36106e9e remove gc call (#2848) 2016-10-05 17:42:07 +03:00
ed2ef0eeb4 Merge pull request #2847 from NativeScript/fix-launchscreen-android
Fix LaunchTheme not cleared in some cases
2016-10-05 17:10:54 +03:00
c4be6ce1de Fix LaunchTheme not cleared in some cases 2016-10-05 16:33:18 +03:00
37d927b077 fix: #2796 - ActionItems lacks proper support for VoiceOver on iOS (#2799)
UIBarButtonItem weren't created with a title/text so VoiceOver couldn't
know what to reads. This marks the element as an AccessibilityElement
and sets an accessibilityLabel.
2016-10-05 16:32:04 +03:00
0d2d343c9c Merge pull request #2843 from NativeScript/nnikolov/ImageAssetChangesForIos
Fixed issue when asset is created with native UIImage.
2016-10-05 16:23:08 +03:00
98deeccb21 Change image.android to use the new image.Cache class from widgets. (#2832)
* Change image.android to use the new image.Cahce class from widgets.

* fix npm scripts

* npm tsc will compile all so no need for npm run dev-tsc-tests

* fix tslint error

* image-tests use memory only cache.

* fix exception in image.android

* Change image-tests so that Image won't be GC immediately.

* Change cacheMode to enum
2016-10-05 13:09:08 +03:00
3b99ed3974 Merge pull request #2837 from NativeScript/ios-swipe-back
Added iosSwipeBackNavigationEnabled
2016-10-05 08:48:24 +01:00
d79edd1696 Fixed issue when asset is created with native UIImage. 2016-10-04 18:06:32 +03:00
8c8ad99459 property renamed to enableSwipeBackNavigation 2016-10-04 18:02:06 +03:00
53a60e2553 Added iosSwipeBackNavigationEnabled 2016-10-04 17:42:36 +03:00
702b7eadd3 Merge pull request #2822 from NativeScript/nnikolov/CameraRefactoring
Refactored image loading from camera.
2016-10-03 17:54:07 +03:00
1f84274182 Refactored image loading from camera. 2016-10-03 17:23:18 +03:00
968e493b6f Merge pull request #2749 from NativeScript/flexbox
Flexbox
2016-10-03 10:16:10 +03:00
b5ab387ebd Fix the LayoutParams 2016-09-30 17:36:17 +03:00
943e67a4c8 Add flexbox, we have to figure out layout params 2016-09-30 12:20:07 +03:00
0f2c898cb3 Merge pull request #2824 from NativeScript/avoid-nested-symlink
Fix symlinking tns-platform-declarations inside tns-core-modules problems
2016-09-30 11:33:40 +03:00
a528ae7f85 symlinking tns-platform-declarations inside tns-core-modules causes the apps and tests to fail on some dev machines 2016-09-29 17:55:59 +03:00
83536573d8 Fix some broken code snippets 2016-09-29 15:55:55 +03:00
eb8d2f1542 Merge pull request #2819 from NativeScript/ui-tests-app
Update border test pages
2016-09-29 14:59:56 +03:00
30dac9c440 Update border test pages 2016-09-29 14:14:37 +03:00
2d8f436396 Merge pull request #2778 from NativeScript/PetyaSotirova-get-help
Added information on where to get help
2016-09-29 12:00:09 +03:00
8424e6df98 Merge pull request #2812 from NativeScript/vchimev-patch
Update label tests
2016-09-28 18:25:03 +03:00