| .. |
|
compatibility
|
Removed warnings in java code
|
2015-03-11 10:44:59 +01:00 |
|
gcm
|
fix crash due to thread calling things it should not call.
|
2015-01-16 12:10:19 +01:00 |
|
setup
|
Fix ms2 compil + don't do echo calibration in wizard if ms2 device table contains a value + improved audio quality on Xperia Z2 tablet
|
2015-03-10 12:13:48 +01:00 |
|
tutorials
|
Added setting to run tutorials directly from the app + updated README
|
2013-01-16 16:33:15 +01:00 |
|
ui
|
Fix issue in received image display + manually give picture bytes to liblinphone (instead of using setFileTransferFilePath) + added migration code to update the sharing server url
|
2015-03-17 15:02:48 +01:00 |
|
AboutFragment.java
|
Add reset log button
|
2015-02-20 17:48:51 +01:00 |
|
AcceptCallUpdateDialogFragment.java
|
Single thread for UI, iterate & callbacks
|
2014-11-20 12:14:33 +01:00 |
|
AccountPreferencesFragment.java
|
Rework linphoneListener
|
2015-02-03 17:01:05 +01:00 |
|
AudioCallFragment.java
|
Move call list management to incall activity, to ease the display while in call
|
2012-11-19 14:36:13 +01:00 |
|
BandwidthManager.java
|
update linphone submodule (jni for LinphoneEvent)
|
2013-06-18 22:14:10 +02:00 |
|
BluetoothManager.java
|
Fix crash in BT manager
|
2014-12-12 11:19:48 +01:00 |
|
BootReceiver.java
|
Remove call to impl classes
|
2015-02-10 18:19:21 +01:00 |
|
CallManager.java
|
Fix some issues
|
2013-05-29 11:03:01 +02:00 |
|
ChatActivity.java
|
Revert to using a chat fragment, but load it in a separated activity on phones to still have the rotation feature
|
2015-03-13 14:23:03 +01:00 |
|
ChatFragment.java
|
Fix for black screen when trying to upload a large file
|
2015-03-17 16:48:13 +01:00 |
|
ChatListFragment.java
|
Removed useless mHandler.post() now that everything runs in the same thread
|
2014-12-11 17:13:04 +01: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
|
Fix crash when sorting chat list
|
2015-02-17 09:23:30 +01:00 |
|
Contact.java
|
Pre-fill add/edit contact form with number to add
|
2012-12-06 11:10:21 +01:00 |
|
ContactFragment.java
|
Remove contact fixed
|
2015-02-23 13:51:10 +01:00 |
|
ContactHelper.java
|
Reworked ContactHelper to work with normalized numbers + normalize numbers from contacts
|
2014-12-02 11:47:30 +01:00 |
|
ContactsFragment.java
|
Change behavior back button
|
2015-01-29 17:07:53 +01:00 |
|
DialerFragment.java
|
Added boolean to use linphone ringing easily + force speaker for linphone ringing
|
2014-07-22 16:52:45 +02:00 |
|
EditContactFragment.java
|
Moved delete contact button + fix for delete + removed warnings in other code
|
2014-11-25 11:03:37 +01:00 |
|
FragmentsAvailable.java
|
Revert to using a chat fragment, but load it in a separated activity on phones to still have the rotation feature
|
2015-03-13 14:23:03 +01:00 |
|
HistoryDetailFragment.java
|
Add contact image in history
|
2014-10-31 15:55:44 +01:00 |
|
HistoryFragment.java
|
Removed useless mHandler.post() now that everything runs in the same thread
|
2014-12-11 17:13:04 +01:00 |
|
HistorySimpleFragment.java
|
Few changes (again) in the way of showing/hiding the status bar to fix ugly render when going to incall activity
|
2014-01-30 16:46:04 +01:00 |
|
InCallActivity.java
|
Fix video button in call
|
2015-02-20 17:48:51 +01:00 |
|
IncomingCallActivity.java
|
fix bug forcing low quality audio calls when network type is unchecked.
|
2015-03-25 16:48:00 +01:00 |
|
KeepAliveHandler.java
|
enable mjpeg enc/dec from ffmpeg
|
2013-12-02 15:58:47 +01:00 |
|
KeepAliveReceiver.java
|
implement keep alive handler every 10mn
|
2013-03-26 15:59:09 +01:00 |
|
LinphoneActivity.java
|
Revert to using a chat fragment, but load it in a separated activity on phones to still have the rotation feature
|
2015-03-13 14:23:03 +01:00 |
|
LinphoneException.java
|
Add several new ui components.
|
2011-02-17 14:25:23 +01:00 |
|
LinphoneLauncherActivity.java
|
Started remote provisioning view home view used with linphone-config links
|
2014-07-09 17:12:19 +02:00 |
|
LinphoneManager.java
|
fix bug forcing low quality audio calls when network type is unchecked.
|
2015-03-25 16:48:00 +01:00 |
|
LinphonePreferences.java
|
Fix debug mode
|
2015-02-18 15:24:05 +01:00 |
|
LinphoneService.java
|
Remove wifi lock
|
2015-02-18 15:24:33 +01:00 |
|
LinphoneUtils.java
|
fix bug forcing low quality audio calls when network type is unchecked.
|
2015-03-25 16:48:00 +01: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
|
Fix issue in received image display + manually give picture bytes to liblinphone (instead of using setFileTransferFilePath) + added migration code to update the sharing server url
|
2015-03-17 15:02:48 +01:00 |
|
SettingsFragment.java
|
Fix dtls settings
|
2015-02-23 18:01:35 +01:00 |
|
StatusFragment.java
|
Fix dtls settings
|
2015-02-23 18:01:35 +01:00 |
|
UIThreadDispatcher.java
|
fix crash due to thread calling things it should not call.
|
2015-01-16 12:10:19 +01:00 |
|
VideoCallFragment.java
|
Make Linphone Android to use the new API of AndroidVideoWindowImpl class
|
2014-10-16 10:55:35 +02:00 |