160 Commits

Author SHA1 Message Date
4708ff4e68 fix(android): line-height (#8751) 2020-08-07 08:46:42 -07:00
fc37b958fe feat(ios): dialog size can now use CSS or attribute like android (#8710)
closes https://github.com/NativeScript/NativeScript/issues/8698
2020-07-22 13:52:18 -07:00
08502527eb fix(android): 'isEnabled' now works properly for SegmentedBar (#8711) 2020-07-22 13:46:05 -07:00
979130de31 chore(release): 6.5.12 2020-07-21 14:06:21 -07:00
09d866cfcd fix(ios): actionbar show/hide should trigger page layout (#8726) 2020-07-21 13:59:03 -07:00
ff62eb8b73 chore(release): 6.5.11 2020-07-20 14:01:06 -07:00
4479096b56 fix(android): add check in ad.dismissSoftInput to make sure the dismissed nativeView has focus at that moment (#8720)
closes https://github.com/NativeScript/NativeScript/issues/8713
2020-07-20 09:01:57 -07:00
68c313d039 chore(release): 6.5.10 2020-07-11 08:27:44 -07:00
36aa181185 feat(tabs): add animationEnabled property (#8704) 2020-07-11 07:58:50 -07:00
9834c4f887 chore(release): 6.5.9 2020-07-07 16:38:09 -07:00
635f31f81f fix(connectivity): getActiveNetworkInfo and NetworkInfo modern compliance #8580 (#8652) 2020-07-06 18:29:26 -07:00
bb531ce710 feat(dialog): ios destructive style from options (#8676) 2020-07-06 14:47:08 -07:00
a8bbd7c1e5 fix(snapshots): android is not defined (#8691) 2020-07-06 09:53:25 -07:00
6b0028afd7 fix(bindable): parent referenced expression-values now load properly using an update call (#8670)
closes #8666 
closes #6981 
closes #5054
2020-06-29 22:28:04 -07:00
ec17727e91 fix(text-view): only reload text if hint is showing on ios (#8662) 2020-06-29 22:18:25 -07:00
bd12bafb4a feat(ImageSource): resize method (#8678) 2020-06-29 22:17:39 -07:00
b5b2db9093 chore: syntax error correction in comments for property of View, originX and originY. (#8669) 2020-06-24 16:46:32 -07:00
7d364474c2 feat(text-view): allow easy subclassing on ios (#8663) 2020-06-23 22:23:49 -07:00
4d57ced35f chore(release): 6.5.8 2020-06-20 08:49:11 -07:00
acddd1f34d chore: testing #8637 (#8658)
Co-authored-by: Dimitris - Rafail Katsampas <katsampasdr@gmail.com>
2020-06-19 15:36:13 -07:00
41a21ea916 fix(enums): add Visibility.hidden (#8655)
closes #8653
2020-06-18 08:45:04 -07:00
4f64bace62 fix(module-name-resolver): livesync page qualifier handling (#8637)
closes https://github.com/NativeScript/NativeScript/issues/8622

Co-authored-by: Dimitris - Rafail Katsampas <katsampasdr@gmail.com>
2020-06-17 20:12:11 -07:00
4f65beab33 chore(release): 6.5.7 2020-06-17 14:43:21 -07:00
0ca838ed0c fix(span): value handling for strings and numbers (#8651)
closes https://github.com/NativeScript/NativeScript/issues/8647
2020-06-17 11:07:38 -07:00
29541b89b1 chore(release): 6.5.6 2020-06-16 15:31:53 -07:00
9afa15fa71 fix(ios): gesture handling resilience when views are destroyed quickly (#8645)
closes https://github.com/NativeScript/NativeScript/issues/8641
2020-06-16 15:18:48 -07:00
5cacc25aa7 fix(text-base): apply dynamic text color change on button for ios (#8635) 2020-06-16 12:45:23 -07:00
c73952f364 feat(android): Implementing 'onBackPressed' for frame-root (#8634)
Useful for meddling with tab-navigated apps.

Co-authored-by: Dimitris - Rafail Katsampas <katsampasdr@gmail.com>
2020-06-13 13:46:57 -07:00
3198f92580 chore(release): cut 6.5.5 release 2020-06-09 22:56:54 -07:00
eb4c61fc41 fix(text-base): letter spacing for textfield (#8627)
closes https://github.com/NativeScript/NativeScript/pull/8626
closes https://github.com/NativeScript/NativeScript/issues/4892
2020-06-09 22:44:16 -07:00
ae06202af5 chore: cleanup 2020-06-07 19:37:17 -07:00
d3549ac115 fix(text-base): update text color for ios (#8617) 2020-06-06 14:08:36 -07:00
faa0181b9c feat(text-base): Add Span vertical-align support (#8257) 2020-06-06 14:03:05 -07:00
e2a9af2bc7 fix(text-base): apply letter spacing in ios text field (#8618) 2020-06-06 10:41:42 -07:00
484617cb2c chore: cut 6.5.4 release (#8613)
* chore: cut 6.5.4 release

* chore: changelog
2020-06-04 21:25:21 +02:00
7f8070e247 chore: cut 6.5.3 release (#8610) 2020-06-03 16:55:40 -07:00
b015eeed51 fix(ios): dialog handling with top view controller (#8609) 2020-06-03 12:42:10 -07:00
446163d3f8 fix: fix ios hmr (#8559) 2020-05-08 11:20:32 +03:00
50e58fa19f fix (android/TextField): set focusable, clickable to false when editable is false (#8525)
Do not clear key listener when editable is false This prevents the input type to be changed.
Instead, we can set focusable, clickable to false.
This allows to change input Type i.e (secure) at run time when editable is false.

Reference issue: https://github.com/NativeScript/NativeScript/issues/8523

Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com>
2020-04-14 12:36:54 +03:00
7cf3c978fd feat: setProperty on Observable (#8521)
* feat: setProperty on Observable

* refactor: add missing whitespace

Co-Authored-By: Vasil Trifonov <v.trifonov@gmail.com>

Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com>
2020-04-14 09:57:29 +03:00
f0149dae7d refactor for easy subclassing and new features (#8514) 2020-04-10 16:44:49 +03:00
f7ab4ba3c9 fix: the css parser should handle empty nodes (#8503) 2020-04-06 08:53:12 +03:00
bd9828a036 feat(utils): work openFile in simulator (#8495)
* feat: open file in iOS simulator

* feat: added isRealDevice util

* feat: have in mind isRealDevice in utils.openFile

refactor to avoid some circular dependencies

Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com>
2020-04-03 19:44:47 +03:00
50eb372929 fix(css): parse css selectors with escape sequences (for real) (#8496)
* fix(css): CSS escape sequences

* Missing semicolon

Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com>
2020-04-03 19:43:52 +03:00
ad9daa825f fix: dont default to Font.default (#8401)
* fix: dont default to Font.default

This would cause a font to be set for any label even when using default system font.
This will also cause a typeface which is pretty long

* lint: lint fixes

* fix: added null font guards

* fix: Used default bold for TabView

Co-authored-by: Vasko <v.trifonov@gmail.com>
2020-04-03 16:40:14 +03:00
c150b11bf1 Merge branch 'release' 2020-04-02 12:03:20 +03:00
fc8f7696e6 fix(tabs): dynamic styling fixes (#8479)
* fix(tabs): dynamic styling fixes - iconSource
selectedItemColor and unSelectedItemColor

* fix(tabs): bottom nav item color fix

* chore: remove unneeded method calls

* chore: remove unneeded console.log

* fix: fixing build

* fix(tabs): resources passing

* fix(tabs): setting item colors

* test: updated dynamic color tests

* chore: fix automationText
2020-04-02 11:59:19 +03:00
e421129458 fix: do not clear androidView._cachedDrawable (#8475) 2020-04-01 17:42:24 +03:00
2b06adca27 fix: call to nativeView (#8488) 2020-04-01 17:41:58 +03:00
511415fb1f release: cut the 6.5.1 release (#8470)
Release 6.5.1.
2020-03-29 14:57:06 +03:00