FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
refactor(core-modules): implement createNativeView and initNativeView for all components by farfromrefug · Pull Request #6102 · NativeScript/NativeScript · GitHub
NativeScript
/
NativeScript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
25.7k
Code
Issues
775
Pull requests
73
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
refactor(core-modules): implement createNativeView and initNativeView for all components
- #6102
#6102
Merged
MartoYankov
merged 42 commits into
NativeScript:master
NativeScript/NativeScript:master
from
Akylas:module_refactoring
Akylas/NativeScript:module_refactoring
Copy head branch name to clipboard
Sep 26, 2018
Conversation
Commits
42
(42)
Checks
Files changed
Merged
refactor(core-modules): implement createNativeView and initNativeView for all components
#6102
MartoYankov
merged 42 commits into
NativeScript:master
NativeScript/NativeScript:master
from
Akylas:module_refactoring
Akylas/NativeScript:module_refactoring
Copy head branch name to clipboard
Commits
Commits on Jul 20, 2018
define and use nativeTextViewProtected for all text configuration related operations. This is to separate layout operations from text operations
farfromrefug
committed
ac28aed
View commit details
Copy full SHA for ac28aed
Browse repository at this point
separate createNativeView from nativeview delegate creations
farfromrefug
committed
bb67da7
View commit details
Copy full SHA for bb67da7
Browse repository at this point
Commits on Jul 21, 2018
Merge branch 'master' of github.com:NativeScript/NativeScript into module_refactoring
farfromrefug
committed
194231e
View commit details
Copy full SHA for 194231e
Browse repository at this point
fixed lint error
farfromrefug
committed
5839cb5
View commit details
Copy full SHA for 5839cb5
Browse repository at this point
button refactoring
farfromrefug
committed
5bad5f6
View commit details
Copy full SHA for 5bad5f6
Browse repository at this point
better that way?
farfromrefug
committed
db752b1
View commit details
Copy full SHA for db752b1
Browse repository at this point
Commits on Jul 24, 2018
fixed ios view creation as createNativeView is not fully supported on IOS
farfromrefug
committed
24b8f38
View commit details
Copy full SHA for 24b8f38
Browse repository at this point
Merge branch 'master' of github.com:NativeScript/NativeScript into module_refactoring
farfromrefug
committed
0fb47fa
View commit details
Copy full SHA for 0fb47fa
Browse repository at this point
prevent undefined error
farfromrefug
committed
58fc92c
View commit details
Copy full SHA for 58fc92c
Browse repository at this point
Commits on Jul 30, 2018
update based on comments
farfromrefug
committed
a2f914a
View commit details
Copy full SHA for a2f914a
Browse repository at this point
Merge branch 'master' of github.com:NativeScript/NativeScript into module_refactoring
farfromrefug
committed
1dbc942
View commit details
Copy full SHA for 1dbc942
Browse repository at this point
Commits on Jul 31, 2018
fixed missing delegate call on ios
farfromrefug
committed
48f7b66
View commit details
Copy full SHA for 48f7b66
Browse repository at this point
Commits on Aug 11, 2018
refactored all UI widgets for better use of createNativeView/initNativeView
farfromrefug
committed
2ae1133
View commit details
Copy full SHA for 2ae1133
Browse repository at this point
Commits on Aug 16, 2018
Merge branch 'master' into module_refactoring
Martin Guillon
authored
e20a8c5
View commit details
Copy full SHA for e20a8c5
Browse repository at this point
Commits on Aug 21, 2018
cleanup after comments
farfromrefug
committed
5a5b1c6
View commit details
Copy full SHA for 5a5b1c6
Browse repository at this point
Merge branch 'module_refactoring' of github.com:Akylas/NativeScript into module_refactoring
farfromrefug
committed
a3d1411
View commit details
Copy full SHA for a3d1411
Browse repository at this point
fixed webview to use nativeviewprotected like other widgets
farfromrefug
committed
39a57c1
View commit details
Copy full SHA for 39a57c1
Browse repository at this point
cleanup after comment
farfromrefug
committed
29dc093
View commit details
Copy full SHA for 29dc093
Browse repository at this point
Merge branch 'master' into module_refactoring
MartoYankov
authored
d3b1f8d
View commit details
Copy full SHA for d3b1f8d
Browse repository at this point
fix tslint errors from merge conflict
MartoYankov
authored
1295fa3
View commit details
Copy full SHA for 1295fa3
Browse repository at this point
Commits on Aug 22, 2018
test fixes
farfromrefug
committed
7c17708
View commit details
Copy full SHA for 7c17708
Browse repository at this point
fix android slider native view owner assignment
MartoYankov
authored
5b08639
View commit details
Copy full SHA for 5b08639
Browse repository at this point
ensure nativeViewProtected is created
farfromrefug
committed
2038a10
View commit details
Copy full SHA for 2038a10
Browse repository at this point
Merge branch 'module_refactoring' of github.com:Akylas/NativeScript into module_refactoring
farfromrefug
committed
e68a22d
View commit details
Copy full SHA for e68a22d
Browse repository at this point
fixed _map being created too late
farfromrefug
committed
4fabdac
View commit details
Copy full SHA for 4fabdac
Browse repository at this point
Commits on Aug 23, 2018
call _addView first so that nativeViewProtected is created
farfromrefug
committed
9908b4b
View commit details
Copy full SHA for 9908b4b
Browse repository at this point
Commits on Sep 11, 2018
Merge branch 'master' into module_refactoring
Martin Guillon
authored
4baadce
View commit details
Copy full SHA for 4baadce
Browse repository at this point
Commits on Sep 12, 2018
make sure nativeViewProtected is never “cleared”. That way it is setup correctly when needed
farfromrefug
committed
e80f1cd
View commit details
Copy full SHA for e80f1cd
Browse repository at this point
fixed tests for iOS now that we use createNativeView
farfromrefug
committed
5165432
View commit details
Copy full SHA for 5165432
Browse repository at this point
now that we use createNativeView the order is important and setupUI must be called first
farfromrefug
committed
8f59cb8
View commit details
Copy full SHA for 8f59cb8
Browse repository at this point
refactoring. Better that way?
farfromrefug
committed
dfbc3d1
View commit details
Copy full SHA for dfbc3d1
Browse repository at this point
isLayoutValid for iOS now that we use createNativeView
farfromrefug
committed
aef4b30
View commit details
Copy full SHA for aef4b30
Browse repository at this point
better that way
farfromrefug
committed
439e825
View commit details
Copy full SHA for 439e825
Browse repository at this point
updateScrollBarVisibility fix
farfromrefug
committed
81dded9
View commit details
Copy full SHA for 81dded9
Browse repository at this point
Commits on Sep 20, 2018
Merge branch 'master' into module_refactoring
MartoYankov
authored
4ff80b9
View commit details
Copy full SHA for 4ff80b9
Browse repository at this point
better to call this in initNativeView
Martin Guillon
authored
9dfafff
View commit details
Copy full SHA for 9dfafff
Browse repository at this point
oops!
Martin Guillon
authored
9048879
View commit details
Copy full SHA for 9048879
Browse repository at this point
Commits on Sep 21, 2018
refactoring
Martin Guillon
authored
ce76f94
View commit details
Copy full SHA for ce76f94
Browse repository at this point
not needed as we have ```createNativeView```
Martin Guillon
authored
e549485
View commit details
Copy full SHA for e549485
Browse repository at this point
Commits on Sep 25, 2018
refactor: call setupUI on components created with constructor
MartoYankov
committed
b8113d8
View commit details
Copy full SHA for b8113d8
Browse repository at this point
call setupUI on dialog components for iOS only
MartoYankov
committed
af042ab
View commit details
Copy full SHA for af042ab
Browse repository at this point
Commits on Sep 26, 2018
move setupAsRootView before the modal is shown
MartoYankov
committed
8d39e65
View commit details
Copy full SHA for 8d39e65
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL