Hristo Hristov
|
bc1224e351
|
android LayoutParams are not overridden (#2383)
* LayoutParams are no longer overriden with CommonLayoutParams
* Small code refactoring to get intellisense
|
2016-06-29 17:13:37 +03:00 |
|
Jason Zhekov
|
ffb82e250a
|
Use global require to avoid custom webpack resolve
|
2016-06-28 11:43:42 +03:00 |
|
Rossen Hristov
|
72714d738c
|
Fix tslint errors and add a couple of traces
|
2016-06-28 10:47:42 +03:00 |
|
Rossen Hristov
|
b0aee9d7a9
|
Fix: The navigation bar duplicates when going to TabView's "More" tab
Resolves #2121
|
2016-06-27 16:23:54 +03:00 |
|
Rossen Hristov
|
cfe1cb5b15
|
Merge pull request #2363 from NativeScript/take-2
Background performance optimizations
|
2016-06-27 09:52:29 +03:00 |
|
Rossen Hristov
|
7d3fb56def
|
Move border properties to Background to avoid unnecessary refreshes.
|
2016-06-27 09:41:53 +03:00 |
|
Hristo Hristov
|
ce6bf2dc58
|
Activity intent extras are set on application run which breaks Frame class logic. They were never set on lower API levels (#2367)
|
2016-06-24 17:56:29 +03:00 |
|
Hristo Deshev
|
550c16ee66
|
Fix component-builder tslint error
|
2016-06-24 17:41:19 +03:00 |
|
Hristo Deshev
|
21fa1f6b41
|
Prefer registered modules in builder and component-builder.
Avoid breakage in bundled scenarios.
|
2016-06-24 16:33:09 +03:00 |
|
Rossen Hristov
|
05a3f3c846
|
Remove optimisation
|
2016-06-24 16:23:01 +03:00 |
|
Rossen Hristov
|
53a699b50b
|
Background performance optimizations
|
2016-06-24 14:49:11 +03:00 |
|
Tsvetan Raikov
|
b018ac20f0
|
Fixed: Animations look wrong when applying 0 scale
|
2016-06-22 13:07:15 +03:00 |
|
Panayot Cankov
|
165a948150
|
Image won't require in onMeasure; global loadModule cache
|
2016-06-21 15:02:15 +03:00 |
|
Georgi Atanasov
|
fe450f0280
|
Merge pull request #2304 from NativeScript/atanasovg/update-http
Rename com.tns.Async.xxx to org.nativescript.widgets.Async.xxx
|
2016-06-21 11:37:32 +03:00 |
|
Rossen Hristov
|
c94693da44
|
Merge pull request #2339 from NativeScript/border-drawable
Implement the BorderDrawable class used in background.android.ts in Java
|
2016-06-21 09:21:42 +03:00 |
|
Tsvetan Raikov
|
8554bb199e
|
Fixed: Action bar doesn't handle events properly when a custom button is added in Angular
|
2016-06-20 15:53:04 +03:00 |
|
Rossen Hristov
|
345b2a8163
|
Fix tslint errors
|
2016-06-20 12:18:36 +03:00 |
|
Rossen Hristov
|
36fd83365c
|
Fix tslint errors
|
2016-06-20 12:13:39 +03:00 |
|
Rossen Hristov
|
559a7c816e
|
Implement the BorderDrawable class used in background.android.ts in Java
Resolves #2318
|
2016-06-20 11:30:52 +03:00 |
|
tzraikov
|
81288df17f
|
Merge pull request #2312 from NativeScript/raikov/fix-2161b
Fixed: TranslateX and Animate in iOS strange behaviour on 2.0
|
2016-06-20 09:58:17 +03:00 |
|
Tsvetan Raikov
|
f3c7aa5a76
|
Fixed action bar tests
|
2016-06-17 18:50:18 +03:00 |
|
Tsvetan Raikov
|
1742e9ab53
|
Fixed: TranslateX and Animate in iOS strange behaviour on 2.0
|
2016-06-17 18:23:28 +03:00 |
|
tzraikov
|
d0ca57c099
|
Merge pull request #2315 from NativeScript/raikov/fix-2209
Fixed: CSS-Animation w/ iteration-count:infinite is never reset causing out of memory
|
2016-06-17 18:07:24 +03:00 |
|
tzraikov
|
d4a66c384d
|
Merge pull request #2308 from NativeScript/raikov/fix-2177
Fixed: iOS CSS Animation rotate() do not reset the value after 360 degrees rotation
|
2016-06-17 17:54:45 +03:00 |
|
tzraikov
|
6275c71c85
|
Merge pull request #2266 from NativeScript/raikov/fix-animationsync
Fixed animation value sync issues
|
2016-06-17 17:53:51 +03:00 |
|
tzraikov
|
e2999ee934
|
Merge pull request #2323 from NativeScript/raikov/fix-2256
Fixed: Custom ActionItem gets displaced in IOS
|
2016-06-17 17:51:54 +03:00 |
|
Nedyalko Nikolov
|
9ac40a5acb
|
Fixed sorting issue with Css Selectors with same specificity.
|
2016-06-17 13:34:15 +03:00 |
|
Nedyalko Nikolov
|
58be9796b6
|
Merge pull request #2324 from NativeScript/nnikolov/CssCascadeSelectorsIssue
Fixed issue #1655 cascading css selectors.
|
2016-06-17 13:27:32 +03:00 |
|
Hristo Deshev
|
1a88cf0e8c
|
Fix frame.d.ts to not expose public android types.
|
2016-06-16 13:08:32 +03:00 |
|
Nedyalko Nikolov
|
7fbfc92155
|
Fixed issue #1655 cascading css selectors.
|
2016-06-16 09:43:19 +03:00 |
|
Hristo Hristov
|
a95d8c5c32
|
Fix android activity being destroyed then recreated. (#2321)
|
2016-06-16 09:30:35 +03:00 |
|
Tsvetan Raikov
|
6f241ff473
|
Fixed: Custom ActionItem gets displaced in IOS
|
2016-06-15 18:25:32 +03:00 |
|
atanasovg
|
dedce943f2
|
Fix the startActivity method.
|
2016-06-15 14:43:38 +03:00 |
|
Rossen Hristov
|
921d7180ca
|
Merge pull request #2313 from NativeScript/text-field-hint-color
Fixed: SearchBar.textFieldHintColor not respected on iOS
|
2016-06-15 11:08:59 +03:00 |
|
Tsvetan Raikov
|
a53523cbc3
|
Fixed: CSS-Animation w/ iteration-count:infinite is never reset causing OutOfMemory error
|
2016-06-15 10:32:37 +03:00 |
|
Hristo Hristov
|
1a2e5a9870
|
Fix ts-lint error (#2314)
Fix grunt error
|
2016-06-14 18:04:44 +03:00 |
|
Rossen Hristov
|
173620be79
|
Fixed: SearchBar.textFieldHintColor not respected on iOS
Resolves #1807
|
2016-06-14 17:20:42 +03:00 |
|
Hristo Hristov
|
3962ac11a2
|
AffectsLayout done only for iOS. Android will invalidate itself when needed. (#2307)
|
2016-06-14 16:44:09 +03:00 |
|
Tsvetan Raikov
|
0b0aa11500
|
Fixed: Animation rotates in a wrong way after 360 degrees rotation
|
2016-06-14 14:28:40 +03:00 |
|
Tsvetan Raikov
|
d810a779fe
|
Fixed animation value sync issues
|
2016-06-14 11:31:04 +03:00 |
|
Rossen Hristov
|
4e678a06ff
|
Fix: Images have margin when added to Layout
Resolves #1425
|
2016-06-14 10:53:07 +03:00 |
|
Nedyalko Nikolov
|
423066ac78
|
Merge pull request #2299 from NativeScript/nnikolov/BindingConverterFix
Fixed binding converter calls.
|
2016-06-14 10:46:27 +03:00 |
|
atanasovg
|
c12e12dcdc
|
Rename com.tns.Async.xxx to org.nativescript.widgets.Async.xxx
|
2016-06-14 10:29:46 +03:00 |
|
Hristo Hristov
|
44be75a624
|
Move UILableImpl as TNSLabel in widgets. (#2298)
Refactor Label class to the new use TNSLabel class.
Added definitions.
|
2016-06-13 16:24:39 +03:00 |
|
Nedyalko Nikolov
|
adc8f01cfe
|
Fixed binding converter calls.
|
2016-06-13 15:20:09 +03:00 |
|
Georgi Atanasov
|
4c54bc841e
|
Merge pull request #2288 from NativeScript/atanasovg/decouple-fragment-class
Decouple Fragment implementation logic from the Extend call.
|
2016-06-13 11:51:02 +03:00 |
|
atanasovg
|
2740be2b05
|
Add API ref comments.
|
2016-06-13 11:10:15 +03:00 |
|
atanasovg
|
ef0577ed56
|
Decouple Fragment implementation logic from the Extend call.
|
2016-06-10 18:01:47 +03:00 |
|
Rossen Hristov
|
1818e087e1
|
Fixed a visual glitch with manual iOS transitions
|
2016-06-10 16:58:12 +03:00 |
|
Rossen Hristov
|
b514906144
|
The variable navDepth is now correctly reset to -1 when clearing history
|
2016-06-10 16:58:11 +03:00 |
|