Daniel Zlotin
5efb5fc1fb
update libs
il y a 7 ans
Daniel Zlotin
30c2211cff
android onAppear
il y a 7 ans
Daniel Zlotin
dea6d13629
update scripts
il y a 7 ans
Daniel Zlotin
5c960ffa4a
revert remove robolectric - prepare for android navigation stack
il y a 7 ans
Daniel Zlotin
2462c5e7c6
removed dependency on third parties
il y a 7 ans
Daniel Zlotin
00d30a511f
trying to pop
il y a 7 ans
Daniel Zlotin
964b73b433
removed dependency on robolectric
il y a 7 ans
Daniel Zlotin
a4bdd669b6
fix gradle
il y a 7 ans
Daniel Zlotin
0d2a3cc08a
removed jacoco
il y a 7 ans
Daniel Zlotin
262f7f92ba
app lifecycle
il y a 7 ans
Daniel Zlotin
1d9a852533
moving stuff around to work on everything locally without hacks
il y a 7 ans
Daniel Zlotin
8f7a7cd1c5
android: fixed robolectric manifest troubles
il y a 7 ans
Amit Davidi
55d23979bc
Android: Add bottom-tabs support (WIP)
il y a 7 ans
Daniel Zlotin
fd50579715
trying to run espresso tests but needs overlay permissions
il y a 7 ans
Daniel Zlotin
44fc48cdaa
fixing mockito version and start of espresso native e2e
il y a 7 ans
Amit Davidi
1774dfeb82
Android: ContainerStack support in Layout-Factory
il y a 7 ans
Guy Carmeli
143474c741
layoutFactory
il y a 7 ans
Daniel Zlotin
780944acc3
android compiles
il y a 7 ans
Daniel Zlotin
8cebd2238a
fixing android
il y a 7 ans
Daniel Zlotin
c5cfe5c047
fix incorrect dependency
il y a 8 ans
Daniel Zlotin
6cccbd59c4
update packages
il y a 8 ans
Daniel Zlotin
6e54803b64
bringing the entire support library, just in case
il y a 8 ans
Guy Carmeli
4b9440b552
Update support lib dependencies to v25.0.1
il y a 8 ans
Daniel Zlotin
7af4cc3971
update build gradle
il y a 8 ans
Daniel Zlotin
4663a64409
Revert "downgrade build tools version"
This reverts commit 82492de4ee .
il y a 8 ans
Daniel Zlotin
82492de4ee
downgrade build tools version
il y a 8 ans
Daniel Zlotin
5cae039ba0
linted
il y a 8 ans
Daniel Zlotin
a6681f4f60
assertj for java 7
il y a 8 ans
Daniel Zlotin
c3827f08f0
fixed robolectric
il y a 8 ans
Daniel Zlotin
6e55b16981
fix robolectric
il y a 8 ans
Daniel Zlotin
29f7ea5631
android tests
il y a 8 ans
Daniel Zlotin
a4c91c1eed
gradle fixes
il y a 8 ans
InitialT
7e2d7cb9e9
Added missing $
My ignorance
il y a 8 ans
InitialT
b21fa10d44
Fixed path of RN local Maven repo
Summary:
The old path only work for 'example-redux'
il y a 8 ans
Guy Carmeli
e997f22c66
Remove fab actions shadow on pre lollipop devices
This is a temporary solution to #292
il y a 8 ans
Daniel Zlotin
51624f7998
test env and eventbus fixes
il y a 8 ans
Guy Carmeli
7abc5f8736
AppStyle
il y a 8 ans
Guy Carmeli
be537459b3
Some work towards proper bottom tabs styling
il y a 8 ans
Guy Carmeli
5dabdc225b
left button
il y a 8 ans
Daniel Zlotin
37f59a9d03
try to make scroll anim work
il y a 8 ans
Daniel Zlotin
787f3b94ee
commented all old code to make the example run
il y a 8 ans
Daniel Zlotin
aa64e3973f
added test framework - robolectric
il y a 8 ans
Yedidya Kennard
279a9b4a57
Add support for bottom tabs in Android
Adds BottomTabActivity which replaces TabActivity
Adds a dependency on `com.aurelhubert:ahbottomnavigation:1.2.3`
Uses iOS tabsStyle, with additional parameter that allows toggling of whether to show the titles of inactive tabs
il y a 8 ans
Guy Carmeli
f8f91da53d
Add support for react-native v0.25.1
il y a 8 ans
Guy Carmeli
ae2430a052
fixed broken command react-native run-android
il y a 8 ans
Guy Carmeli
af2ea9207e
Initial commit for Android implementation
The approach we took is fairly simple. Navigation is created natively in corresponding activity,
currently only TabActivity is supported, and we pass the styling parameters and screenId to it.
Each screen is rendered in its own ReactRootView and is wired to the same ReactInstanceManager,
so all screens share the same java script context.
il y a 8 ans