Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ android:
- tools
- build-tools-27.0.3
- build-tools-26.0.3
- build-tools-23.0.2
- android-27
- android-26
- android-23
- extra-android-m2repository
- extra-google-google_play_services
- extra-google-m2repository
Expand Down
10 changes: 7 additions & 3 deletions outloud/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,13 @@ android {
}

dependencies {
api project(':react-native-sentry')
api project(':react-native-vector-icons')
api project(':react-native-auth0')
implementation project(':react-native-material-snackbar')
implementation project(':react-native-audio')
implementation project(':react-native-voice')
implementation project(':react-native-sound')
implementation project(':react-native-sentry')
implementation project(':react-native-vector-icons')
implementation project(':react-native-auth0')
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
implementation "com.facebook.react:react-native:+" // From node_modules
Expand Down
1 change: 1 addition & 0 deletions outloud/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.RECORD_AUDIO" />

<application
android:name=".MainApplication"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
import android.app.Application;

import com.facebook.react.ReactApplication;
import com.azendoo.reactnativesnackbar.SnackbarPackage;
import com.rnim.rn.audio.ReactNativeAudioPackage;
import com.wenkesj.voice.VoicePackage;
import com.zmxv.RNSound.RNSoundPackage;
import io.sentry.RNSentryPackage;
import com.oblador.vectoricons.VectorIconsPackage;
import com.auth0.react.A0Auth0Package;
Expand All @@ -26,9 +30,13 @@ public boolean getUseDeveloperSupport() {
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new MainReactPackage(),
new ReactNativeAudioPackage(),
new VoicePackage(),
new RNSoundPackage(),
new RNSentryPackage(),
new VectorIconsPackage(),
new A0Auth0Package()
new A0Auth0Package(),
new SnackbarPackage()
);
}

Expand Down
12 changes: 11 additions & 1 deletion outloud/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
buildToolsVersion = "27.0.3"
minSdkVersion = 16
compileSdkVersion = 27
targetSdkVersion = 26
targetSdkVersion = 23
supportLibVersion = "27.1.1"
}
repositories {
Expand All @@ -32,6 +32,16 @@ allprojects {
}
}

subprojects {
afterEvaluate {project ->
if (project.hasProperty("android")) {
android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
}
}
}
}

task wrapper(type: Wrapper) {
gradleVersion = '4.4'
Expand Down
8 changes: 8 additions & 0 deletions outloud/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
rootProject.name = 'outloud'
include ':react-native-material-snackbar'
project(':react-native-material-snackbar').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-material-snackbar/android')
include ':react-native-audio'
project(':react-native-audio').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-audio/android')
include ':react-native-voice'
project(':react-native-voice').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-voice/android')
include ':react-native-sound'
project(':react-native-sound').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sound/android')
include ':react-native-sentry'
project(':react-native-sentry').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sentry/android')
include ':react-native-vector-icons'
Expand Down
Binary file added outloud/assets/fonts/Roboto-Black.ttf
Binary file not shown.
Binary file added outloud/assets/fonts/Roboto-BlackItalic.ttf
Binary file not shown.
Binary file added outloud/assets/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file added outloud/assets/fonts/Roboto-BoldItalic.ttf
Binary file not shown.
Binary file added outloud/assets/fonts/Roboto-Italic.ttf
Binary file not shown.
Binary file added outloud/assets/fonts/Roboto-Light.ttf
Binary file not shown.
Binary file added outloud/assets/fonts/Roboto-LightItalic.ttf
Binary file not shown.
Binary file added outloud/assets/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file added outloud/assets/fonts/Roboto-MediumItalic.ttf
Binary file not shown.
Binary file added outloud/assets/fonts/Roboto-Regular.ttf
Binary file not shown.
Binary file added outloud/assets/fonts/Roboto-Thin.ttf
Binary file not shown.
Binary file added outloud/assets/fonts/Roboto-ThinItalic.ttf
Binary file not shown.
100 changes: 100 additions & 0 deletions outloud/ios/outloud.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions outloud/ios/outloud/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@
<string>Octicons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Zocial.ttf</string>
<string>Roboto-Black.ttf</string>
<string>Roboto-BlackItalic.ttf</string>
<string>Roboto-Bold.ttf</string>
<string>Roboto-BoldItalic.ttf</string>
<string>Roboto-Italic.ttf</string>
<string>Roboto-Light.ttf</string>
<string>Roboto-LightItalic.ttf</string>
<string>Roboto-Medium.ttf</string>
<string>Roboto-MediumItalic.ttf</string>
<string>Roboto-Regular.ttf</string>
<string>Roboto-Thin.ttf</string>
<string>Roboto-ThinItalic.ttf</string>
</array>
</dict>
</plist>
158 changes: 152 additions & 6 deletions outloud/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions outloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,20 @@
"jwt-decode": "^2.2.0",
"react": "16.5.0",
"react-native": "0.57.1",
"react-native-action-button": "^2.8.5",
"react-native-audio": "^4.2.1",
"react-native-auth0": "^1.3.0",
"react-native-material-bottom-navigation": "^1.0.2",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-snackbar": "0.0.1",
"react-native-material-textfield": "^0.12.0",
"react-native-material-ui": "^1.30.1",
"react-native-md-textinput": "^2.0.4",
"react-native-progress": "^3.5.0",
"react-native-sentry": "^0.39.0",
"react-native-sound": "^0.10.9",
"react-native-vector-icons": "^5.0.0",
"react-native-voice": "^0.2.6",
"react-navigation": "^2.17.0"
},
"devDependencies": {
Expand All @@ -24,5 +35,10 @@
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
}
}
Binary file added outloud/resources/button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading