52a84b211f
Fixed: Setting setTypeface()
to null object
...
Resolves #3147
2017-01-03 12:33:36 +02:00
417064fd38
Fix Android lifecycle
2016-12-20 16:12:52 +02:00
6c3d71cadf
fix modules build errors
2016-12-13 16:07:42 +02:00
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
645f428f59
alpha1
2016-12-13 15:51:18 +02:00
bb08cc1b49
Merge pull request #3011 from NativeScript/issue-3007
...
Fix: java.lang.NumberFormatException when applying clip-path with per…
2016-11-03 09:45:31 +02:00
28f084e7d2
Fix: java.lang.NumberFormatException when applying clip-path with percentage values
...
Resolves #3007
2016-11-02 16:59:06 +02:00
c5d34c3dd4
Image loading is done through native imageView so that once it is removed from window the bitmap is cleared.
2016-11-02 16:57:42 +02:00
9fc143ee03
Add support for TabView CSS
...
TabView {
tab-text-color: green;
tab-background-color: yellow;
selected-tab-text-color: red;
android-selected-tab-highlight-color: orange;
text-transform: uppercase;
}
2016-10-24 15:07:22 +03:00
791aab04e5
Flexbox ios initial commit
...
Items now appear, but they should initially shrink and they don't
Add 15-ish tests for flexbox layout
Port reasonable flexbox test set
Fixing issues, adding unit tests
Moved from .tsx to .ts and used our ui/builder.parse
2016-10-19 17:02:26 +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
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
943e67a4c8
Add flexbox, we have to figure out layout params
2016-09-30 12:20:07 +03:00
299203901e
Move platform .d.ts-es to separate plugin folder
...
Add dev-setup to figure out links
Update development workflow
Update package.json and dts-ios
Update the iOS declarations
grunt is now fine
2016-09-26 11:53:39 +03:00