Skip to content

Commit

Permalink
Merge beta into master (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolmello committed Dec 11, 2019
1 parent 0f3cdda commit 13da75e
Show file tree
Hide file tree
Showing 478 changed files with 29,204 additions and 21,987 deletions.
12 changes: 7 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

e2e-test:
macos:
xcode: "10.2.1"
xcode: "11.2.1"

environment:
BASH_ENV: "~/.nvm/nvm.sh"
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:

ios-build:
macos:
xcode: "10.2.1"
xcode: "11.2.1"

environment:
BASH_ENV: "~/.nvm/nvm.sh"
Expand Down Expand Up @@ -257,7 +257,8 @@ jobs:
- run:
name: Update Fastlane
command: |
sudo bundle install
echo "ruby-2.6.4" > ~/.ruby-version
bundle install
working_directory: ios

- run:
Expand Down Expand Up @@ -319,7 +320,7 @@ jobs:

ios-testflight:
macos:
xcode: "10.2.1"
xcode: "11.2.1"

steps:
- checkout
Expand All @@ -334,7 +335,8 @@ jobs:
- run:
name: Update Fastlane
command: |
sudo bundle install
echo "ruby-2.4" > ~/.ruby-version
bundle install
working_directory: ios

- run:
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
"settings": {
"import/resolver": {
"node": {
"extensions": [".js", ".ios.js", ".android.js"]
"extensions": [".js", ".ios.js", ".android.js", ".native.js", ".tsx"]
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Readme will guide you on how to config.
## Features
| Feature | Status |
|--------------------------------------------------------------- |-------- |
| Jitsi Integration | |
| Jitsi Integration | |
| Federation (Directory) ||
| Discussions ||
| Threads ||
Expand Down Expand Up @@ -98,11 +98,11 @@ Readme will guide you on how to config.
| Unread counter banner on message list ||
| E2E Encryption ||
| Join a Protected Room ||
| Optional Analytics | |
| Optional Analytics | |
| Settings -> About us ||
| Settings -> Contact us ||
| Settings -> Update App Icon ||
| Settings -> Share | |
| Settings -> Share | |
| Accessibility (Medium) ||
| Accessibility (Advanced) ||
| Authentication via Meteor ||
Expand Down
3 changes: 2 additions & 1 deletion __mocks__/react-native-device-info.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default {
getModel: () => '',
getReadableVersion: () => '',
getBundleId: () => ''
getBundleId: () => '',
isTablet: () => false
};
Loading

0 comments on commit 13da75e

Please sign in to comment.