Daniel Zlotin
1d9a852533
moving stuff around to work on everything locally without hacks
7 years ago
Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
7 years ago
Guy Carmeli
f3d0ea4072
Remove Fab when when calling setButtons (#599 )
call setButtons with empty fab object to remove it
8 years ago
b_d
a71acf5fb1
Added subtitle option to screenParams (#567 )
8 years ago
Guy Carmeli
4a993de4cc
Screen background color android (#465 )
* Implement screenBackgroundColor
* Collapse ViewPagerScreen on TopTab select
8 years ago
Guy Carmeli
37b96449ec
Implement CollapsingTopBar
8 years ago
Guy Carmeli
5899330858
Implement navigator.dismissContextualMenu
8 years ago
Guy Carmeli
c9a71d8d0e
Fix back button color not getting set in ContextualMenu
8 years ago
Guy Carmeli
3c31e158da
Add support for ContextualMenu in TopBar
8 years ago
Guy Carmeli
12684b5418
Change topTabParams to PageParams
TopTabParams are a subset of ScreenParams, moved the properties that
are shared by both classes to BaseScreenParams.
This change was needed to report screen changes properly in ViewPagerScreen
8 years ago
Daniel Zlotin
d431dc24db
renamed to clear intentions
8 years ago
Guy Carmeli
8324657f77
Remove react hacks
This commit removes necessary hacks which were introduced due to
limitations of previous React Native apis.
Mount/unmount logic isn't coupled to view attached/detached
to window callbacks. Instead, `unmountReactApplication` was added.
We can safely call it when a screen is popped and when application is
reloaded in debug.
8 years ago
Guy Carmeli
1142b437d8
Animate fab in and out when screen changes
8 years ago
Guy Carmeli
91d1bac43c
Initial commit
8 years ago
Guy Carmeli
7e0b9ed132
Add TitleBar subtitle support on Android
8 years ago
Guy Carmeli
a76e7b25d8
Getting there
* Created Snakbar class to encapsulate Snackbar logic.
* Clicking the action now emits event to current screen
* Action color works
8 years ago
Guy Carmeli
8b580ca2a9
Fix selectedTab event
8 years ago
Guy Carmeli
d1598962ec
Show screen after RN view has rendered
8 years ago
Guy Carmeli
b58d9c4f67
Implement overrideBackPress
8 years ago
Guy Carmeli
90dae5ec63
Set correct screen style after pop and when screen is first displayed
8 years ago
Guy Carmeli
72dd351d1f
Open SideMenu on burger button click
8 years ago
Daniel Zlotin
c90d416f98
removed redundant class
8 years ago
Guy Carmeli
36bcfd03de
Get screen LayoutParams from parent
8 years ago
Guy Carmeli
1996de6d1b
Add ability to push pop screens without animation
8 years ago
Guy Carmeli
76560beb48
Add TopTabs style
8 years ago
Guy Carmeli
b42ab00207
Remove finger tracking scroll logic
8 years ago
Guy Carmeli
241c22a27a
NPE check
8 years ago
Guy Carmeli
84bce86fb2
Get color from screen when adding TitleBar buttons
8 years ago
Guy Carmeli
04302d349b
Create AppStyle and set button color from screen
8 years ago
Guy Carmeli
d7c2ca8c7d
Rebase fix
8 years ago
Daniel Zlotin
0f2bf32a66
merged
8 years ago
Daniel Zlotin
ec994d6885
smooth scroll works!
8 years ago
Guy Carmeli
7abc5f8736
AppStyle
8 years ago
Guy Carmeli
be537459b3
Some work towards proper bottom tabs styling
8 years ago
Guy Carmeli
80b11fb522
Additional work on BottomTabs
8 years ago
Daniel Zlotin
0d1c709203
fixed FragmentScreen
8 years ago
Daniel Zlotin
5016c3cc44
FragmentScreen
8 years ago
Guy Carmeli
f17b1f024c
Set left button dynamically
8 years ago
Daniel Zlotin
70ecfeffd1
fixed
8 years ago
Guy Carmeli
5dabdc225b
left button
8 years ago
Daniel Zlotin
41c17ec8e0
moved screens to screens
8 years ago
Guy Carmeli
3ea4cfa850
Initial setButtons implementation
8 years ago
Guy Carmeli
f6a768afd0
set TitleBar title
8 years ago
Guy Carmeli
72c9faa0f3
SetTopBarVisibility
8 years ago
Daniel Zlotin
378854bc57
refactoed
8 years ago
Daniel Zlotin
212c496385
fixed push pop mechanism
8 years ago
Daniel Zlotin
a109e51b45
newStack
8 years ago
Daniel Zlotin
65fe5346ce
unmount fix
8 years ago
Daniel Zlotin
92a53593ef
work on screenLayout
8 years ago