Giter Site home page Giter Site logo

cern-phone-apps / mobile-phone-app Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 16.0 4.13 MB

CERN Phone Mobile client. Multiplatform phone application compatible with Android and iOS.

JavaScript 90.72% Java 2.54% Objective-C 2.58% Ruby 1.85% Starlark 2.30%
android ios phone react react-native telephony

mobile-phone-app's People

Contributors

dependabot[bot] avatar fiser12 avatar lorys avatar pferreir avatar proncerof avatar renefs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mobile-phone-app's Issues

Implement the emergency contact

An item on the contact list that, when is tapped, will go to a details view with links to the emergency services info (phone numbers and a text explaining it)

Clean cookies after sign out

If cookies are not cleaned, every time the user logs in again, he will be logged in with the first account, not allowing the use of other accounts.

Fix app to work on iOS

  • Update the libraries (pods mainly) and their conf to work on iOS.
  • Use a provisioning profile to run the app in a device

Check call forwarding status every minute

If a user has multiple clients open and change the call forwarding on one of the other clients, changes should appear on the current client after 1 minute so they are all in sync.

Integrate with Callkit

When the application is not open, it will need to be able to listen to remote notifications (push) to be able to handle calls.

To do this, we need to integrate it with the native CallKit/ConnectionService library. We will need to find a way to integrate this library with the current implementation and push notifications.

Fix bugs when calling

  • Calling from the application
  • Calling from the application
  • Answer a call using the native button
  • Reject a call using the native button

Implement call from contact/search details

This is the action that will happen when the user will tap on the search result phone number. It will trigger a call to the selected number and will display the "calling" screen.

Fix title ellipsis

Now, some titles are being displayed as "..." even if the text is not too long.

Integrate with ConnectionService

When the application is not open, it will need to be able to listen to remote notifications (push) to be able to handle calls.

To do this, we need to integrate it with the native CallKit/ConnectionService library. We will need to find a way to integrate this library with the current implementation and push notifications.

Call Forwarding Banner

Display a banner when call forwarding or simultaneous ringing is enabled. It should be displayed on the main screens.

Request all permissions when app starts

To get all permissions:

import PermissionsAndroid from 'react-native'

PermissionsAndroid.requestMultiple([ PermissionsAndroid.PERMISSIONS.READ_CALENDAR, PermissionsAndroid.PERMISSIONS.WRITE_CALENDAR, PermissionsAndroid.PERMISSIONS.CAMERA, PermissionsAndroid.PERMISSIONS.READ_CONTACTS, PermissionsAndroid.PERMISSIONS.WRITE_CONTACTS, PermissionsAndroid.PERMISSIONS.GET_ACCOUNTS, PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION, PermissionsAndroid.PERMISSIONS.ACCESS_COARSE_LOCATION, PermissionsAndroid.PERMISSIONS.RECORD_AUDIO, PermissionsAndroid.PERMISSIONS.READ_PHONE_STATE, PermissionsAndroid.PERMISSIONS.CALL_PHONE, PermissionsAndroid.PERMISSIONS.READ_CALL_LOG, PermissionsAndroid.PERMISSIONS.WRITE_CALL_LOG, PermissionsAndroid.PERMISSIONS.ADD_VOICEMAIL, PermissionsAndroid.PERMISSIONS.USE_SIP, PermissionsAndroid.PERMISSIONS.PROCESS_OUTGOING_CALLS, PermissionsAndroid.PERMISSIONS.BODY_SENSORS, PermissionsAndroid.PERMISSIONS.SEND_SMS, PermissionsAndroid.PERMISSIONS.RECEIVE_SMS, PermissionsAndroid.PERMISSIONS.READ_SMS, PermissionsAndroid.PERMISSIONS.RECEIVE_WAP_PUSH, PermissionsAndroid.PERMISSIONS.RECEIVE_MMS, PermissionsAndroid.PERMISSIONS.READ_EXTERNAL_STORAGE, PermissionsAndroid.PERMISSIONS.WRITE_EXTERNAL_STORAGE ]);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.