Commit Graph
20 Commits
Author SHA1 Message Date
Juha Heinanen 53a35af339 - Fixed adding of new account. 2019-05-22 16:29:21 +03:00
Juha Heinanen e4fbb71d16 - Tried to align alerts with material design guidelines.
- Still more work on strings.
2019-05-11 15:27:35 +03:00
Juha Heinanen c061c5d2f9 - More work on strings. 2019-05-10 12:00:36 +03:00
Juha Heinanen 335ca07f84 - Improved accounts related alert texts 2019-04-18 21:10:05 +03:00
Juha Heinanen 4899f31c6a - Added possibility to export and import accounts. 2019-04-16 15:30:43 +03:00
Juha Heinanen 4afe9ca23c - Added Debug config option to turn on/off logcat messages 2019-04-12 18:13:39 +03:00
Juha Heinanen 698c254a24 - Fixed possible crash when destroyed baresip app is started again
- Show notice when account to be created already exists
- Made level of log messages more consistent
2019-04-10 18:06:04 +03:00
Juha Heinanen 69daf94c37 - avoided a few compiler warnings about null values 2019-04-09 10:27:05 +03:00
Juha Heinanen 4626967ae1 - Replaced text mode EditConfigActivity with graphical Config activity
- Current configuration items are Auto Start, DNS Servers, Opus Bit Rate,
  and ICE Lite
- Added ICE and Stun Server account options
- Fixed bug in deleting of an account
- Updated libbaresip.a and baresip.h to baresip new_account_functions
  branch (not yet committed to master)
2018-11-30 02:07:03 +02:00
Juha Heinanen 18478c3436 - all user interface unrelated data is now kept in baresip service
allowing proper recovery in case Android kills other activities
- many other improvements and bug fixes
2018-11-23 10:35:48 +02:00
Juha Heinanen 49d9d8c311 - new implementation of messaging
- fixed possible crash when messages arrive before accounts are created
- other minor fixes and improvements
2018-11-18 09:37:22 +02:00
Juha Heinanen 6bc1cc0841 removed unused import 2018-10-24 14:13:51 +03:00
Juha Heinanen 69c4cad902 - fixed adding of new contacts
- improved checking of uris
2018-08-11 19:10:35 +03:00
Juha Heinanen 0c3ed43539 trim white spece from new account and callee 2018-07-30 13:15:48 +03:00
Juha Heinanen d3c7ce29ca added account_[set_]sipnat API functions
added ua_update_account API function
go directly to settings of new account
fixed some main activity layout bugs
keep main activity interactive when screen is locked
removed aor from UserAgent class
added register method to UserAgent class
added foregrounded and isDeviceLocked util functions
updated libbaresip distribution
2018-06-03 18:08:31 +03:00
Juha Heinanen b9992cc340 mainly network connectivity change improvements 2018-05-27 11:23:26 +03:00
Juha Heinanen e490d2449a main activity layout improvements
unregister broadcast receiver at exit
2018-05-24 21:41:28 +03:00
Juha Heinanen 3e5910cbf6 check that network connection exists at application start 2018-05-23 17:19:50 +03:00
Juha Heinanen 2e16621910 do not print accounts to log 2018-05-23 11:10:48 +03:00
Juha Heinanen f4bd1a93ed added graphical account configuration and many other improvements 2018-05-23 10:58:57 +03:00