Lyubomir Marinov
94f3d4b279
[RN] Expand domains supported by Universal Links
2017-01-31 22:47:47 -06:00
Lyubomir Marinov
fdc96044ad
[RN] App-specific URL scheme
2017-01-31 22:47:47 -06:00
Lyubomir Marinov
18bc99d6b5
Split long methods into multiple shorter ones
2017-01-26 23:35:56 -06:00
Lyubomir Marinov
bab94a207d
Remove unnecessary source code
2017-01-26 21:08:50 -06:00
Lyubomir Marinov
ef39baab47
Comply w/ coding style
...
- Maximum of 80 characters per line.
- Group first and then sort in alphabetical order.
- Fields should begin with a lowercase letter.
2017-01-26 21:07:35 -06:00
Saúl Ibarra Corretgé
2edaaac7bf
[RN] Implement AudioMode module on Android
...
This module chooses the most appropriate audio default based on the specified
mode.
2017-01-26 19:18:10 -06:00
Saúl Ibarra Corretgé
113e50c074
[RN] Bump Andoroid minimum and target SDK versions
...
Use a minimum SDK version of 19, that is Anroid 4.4 (KitKat) and a target SDK of
23, that is, Android 6.0 (Marshmallow).
2017-01-26 19:18:10 -06:00
Lyubomir Marinov
ae726cfdc0
react-native 0.40.0
2017-01-22 12:32:08 -06:00
Saúl Ibarra Corretgé
1a04e5a9af
[RN] Use a translucent status bar on Android
2017-01-21 15:42:13 -06:00
Lyubomir Marinov
d1f6679f2d
[RN] Remove Crashlytics
2017-01-17 21:54:17 -06:00
Saúl Ibarra Corretgé
acbfe5cb09
[RN] Keep device screen on while in a conference
2017-01-16 19:12:43 -06:00
Lyubomir Marinov
4fef8a3b79
[RN] Prevent unhandled JS errors from killing the process in Release
2017-01-05 15:06:41 -06:00
yanas
5fce7f6ba2
Updates the react native font.
2016-12-21 15:00:24 -06:00
Lyubomir Marinov
d939ae5fb2
Rename the package of the Android app
2016-12-06 17:23:39 -06:00
Yana Stamcheva
fc3e0147e0
[Android] Launcher icons
2016-11-08 10:38:13 -06:00
Lyubomir Marinov
d875b35b32
[Android] Crashlytics
2016-10-30 18:12:33 -05:00
Matt Laux
c18caf52d0
Fix Android launcher intent so that app appears in drawer.
2016-10-19 10:59:09 -05:00
Lyubomir Marinov
1ff0bdbcfd
Fix the in-app icons on Android
...
Bundle our custom icon font jitsi.ttf in the Android app (which we
already do for the iOS app).
Additionally, remove icon font files which are not in use.
2016-10-19 09:10:11 -05:00
Lyubomir Marinov
7f3ff13c18
Merge jitsi-meet-react's mobile support
...
As a step toward merging jitsi-meet-react with jitsi-meet to share as
much source code as possible between mobile and Web, merge the part of
jitsi-meet-react's source tree which supports mobile inside the
jitsi-meet source tree and leave jitsi-meet-react's Web support in the
source code revision history but don't have it in master anymore because
it's different from jitsi-meet's Web support. In other words, the two
projects are mechanically merged at the file level and don't really
share source code between mobile and Web.
2016-10-12 10:31:52 -05:00