linphone-android/src/org/linphone
2016-06-27 13:40:08 +02:00
..
assistant Display progress dialog when remote provisioning 2016-06-03 16:51:48 +02:00
compatibility Replaced e.printStackTrace by Log.e(e) 2016-05-11 16:49:29 +02:00
gcm Kill service when task manager kills UI and restart it when receiving push notification 2015-07-06 15:44:02 +02:00
sync Re-add sip contact address 2015-03-25 17:14:27 +01:00
tutorials Replaced e.printStackTrace by Log.e(e) 2016-05-11 16:49:29 +02:00
ui Improved memory while in chat view 2016-05-12 12:26:04 +02:00
xmlrpc Add fetch remote provisioning with xmlrpc 2015-11-03 18:43:04 +01:00
AboutFragment.java Use popBackStack instead of creating a new fragment 2016-05-12 08:42:31 +02:00
AccountPreferencesFragment.java Fix crash when deleting account + disabled delete button when there is no account to delete 2016-06-13 10:40:27 +02:00
BandwidthManager.java update linphone submodule (jni for LinphoneEvent) 2013-06-18 22:14:10 +02:00
BluetoothManager.java Replaced e.printStackTrace by Log.e(e) 2016-05-11 16:49:29 +02:00
BootReceiver.java Unregister when task is killed and push is disabled and when device shuts down 2016-05-13 15:02:38 +02:00
CallActivity.java Replaced e.printStackTrace by Log.e(e) 2016-05-11 16:49:29 +02:00
CallAudioFragment.java Fixed crashes while in call 2016-03-23 12:00:24 +01:00
CallIncomingActivity.java Ask for camera permission when trying to pick a picture when editing a contact image or sending a file via chat 2016-06-07 15:40:05 +02:00
CallManager.java update linphone and belle-sip, don't use LinphoneCore.createDefaultCallParameters() anymore. 2015-10-27 18:42:18 +01:00
CallOutgoingActivity.java Fixed contact lookup for history & chat 2016-03-23 12:00:24 +01:00
CallVideoFragment.java Fixed crash at end on video call for a specific samsung device (GT-S7580) 2016-04-01 13:58:14 +02:00
ChatFragment.java Ask for camera permission when trying to pick a picture when editing a contact image or sending a file via chat 2016-06-07 15:40:05 +02:00
ChatListFragment.java Fix crash when going to history/chat/contacts on tablet 2016-05-23 11:45:45 +02:00
ChatMessage.java Chat importing finished for text messages (todo images) + waiting dialog during import 2013-08-19 11:17:35 +02:00
ChatStorage.java Use getHistorySize instead of getHistory().length 2016-06-06 12:02:32 +02:00
Contact.java Started rework of contacts 2016-03-23 12:00:24 +01:00
ContactDetailsFragment.java Allow to display a LinphoneFriend without a display name (crash fix) 2016-06-27 13:40:08 +02:00
ContactEditorFragment.java Ask for camera permission when trying to pick a picture when editing a contact image or sending a file via chat 2016-06-07 15:40:05 +02:00
ContactsListFragment.java Fix crash when going to history/chat/contacts on tablet 2016-05-23 11:45:45 +02:00
ContactsManager.java Do the setName after the setAddress when creationg LinphoneFriend to prevent warning in logs + prevent crash if fullname is null 2016-06-27 13:06:14 +02:00
DialerFragment.java Fixed reference to dialerFragment in LinphoneActivity 2016-05-13 14:51:11 +02:00
EmptyFragment.java Update fragment when item list removed 2016-02-18 11:18:02 +01:00
FragmentsAvailable.java Update fragment when item list removed 2016-02-18 11:18:02 +01:00
HistoryDetailFragment.java Replaced e.printStackTrace by Log.e(e) 2016-05-11 16:49:29 +02:00
HistoryListFragment.java Fix crash when going to history/chat/contacts on tablet 2016-05-23 11:45:45 +02:00
KeepAliveHandler.java Forgot one log in previous commit... 2016-05-12 16:26:26 +02:00
KeepAliveReceiver.java implement keep alive handler every 10mn 2013-03-26 15:59:09 +01:00
LinphoneActivity.java Fixed freeze/crash when denying permanently contacts permission 2016-06-07 16:57:11 +02:00
LinphoneContact.java Only set LinphoneFriend's name if it has at least an address + use the multiple SIP addresses in one LinphoneFriend feature 2016-06-27 13:38:35 +02:00
LinphoneException.java Add several new ui components. 2011-02-17 14:25:23 +01:00
LinphoneLauncherActivity.java When killing task, service activity to start on incoming call was lost. 2016-06-02 11:39:46 +02:00
LinphoneManager.java Display progress dialog when remote provisioning 2016-06-03 16:51:48 +02:00
LinphoneNumberOrAddress.java Fallback mode (or forced mode) using Linphone Friends seems to be working, and mixed Android contacts and Linphone friends also seems to be working 2016-03-23 12:00:24 +01:00
LinphonePreferences.java Fix crash when deleting account + disabled delete button when there is no account to delete 2016-06-13 10:40:27 +02:00
LinphoneService.java When killing task, service activity to start on incoming call was lost. 2016-06-02 11:39:46 +02:00
LinphoneUtils.java Replaced e.printStackTrace by Log.e(e) 2016-05-11 16:49:29 +02:00
NetworkManager.java Even better main/settings layout for best display on every screen + fix crazy fragments issue 2012-08-08 13:29:14 +02:00
OpenGLESDisplay.java android: add opengl support for video display 2011-08-12 16:21:22 +02:00
PhoneStateChangedReceiver.java Moved Log class from linphonecore to mediastreamer + use app name to tag app's logs 2012-12-27 11:22:12 +01:00
PreferencesMigrator.java Replaced e.printStackTrace by Log.e(e) 2016-05-11 16:49:29 +02:00
SettingsFragment.java Replaced e.printStackTrace by Log.e(e) 2016-05-11 16:49:29 +02:00
StatusFragment.java Fixed account registration never being updated on first assistant remote provisioning step 2016-06-03 15:26:38 +02:00
UIThreadDispatcher.java fix crash due to thread calling things it should not call. 2015-01-16 12:10:19 +01:00