Commit Graph
166 Commits
Author SHA1 Message Date
Juha Heinanen 7bf2447287 Added 'Verify Server Certificates' setting 2021-02-28 15:48:01 +02:00
Juha Heinanen 0331fe1f9d Toolbar and menu style improvements 2021-02-15 10:24:42 +02:00
Juha Heinanen e570620615 Work on Android contacts 2021-01-23 18:59:37 +02:00
Juha Heinanen 86928b0987 Color improvements 2021-01-16 16:14:39 +02:00
Juha Heinanen 69c7fece73 Account spinner improvements 2021-01-11 15:03:46 +02:00
Juha Heinanen 7fe0a08bfa Main activity action bar, layout and spinner enhancements 2021-01-10 17:56:04 +02:00
Juha Heinanen 1ffcebc2ab Added Dark Theme settings option
Added drawable-night folder for night theme drawings
2021-01-10 13:25:17 +02:00
Juha Heinanen 236cc14455 Use dark theme if dark theme is enabled in the device 2021-01-09 10:16:43 +02:00
Juha Heinanen 3c4d4ba9b3 - Use view binding in audio activity
- Fixed typos in two string names
2021-01-03 14:09:31 +02:00
Juha Heinanen 1d6d2d8e64 Use view binding in main activity 2021-01-03 13:26:08 +02:00
Juha Heinanen 2dbc153fda Added missed call notification 2021-01-01 15:21:34 +02:00
Juha Heinanen a35c12204b Added Setting to turn on/off SIP request/response trace to Logcat 2020-11-18 14:56:20 +02:00
Juha Heinanen 3042337f1b Improved configuration of Account's Media NAT Traversal 2020-11-16 15:44:31 +02:00
Juha Heinanen 0927d9ea8d Added visibility toggle to Account's Autentication and STUN/TURN Passwords 2020-11-12 12:06:49 +02:00
Juha Heinanen f3c3f52e08 Improved call layout for small devices. 2020-09-15 18:59:18 +03:00
Juha Heinanen 1dd9c3473f Changed layout location of swipe refresh 2020-08-30 11:03:48 +03:00
Juha Heinanen ae5fd15d32 Added possibility to re-register selected account by swipe gesture 2020-08-30 10:27:25 +03:00
Juha Heinanen 3f928b582d Added call_transfer_dialog layout 2020-08-23 17:00:08 +03:00
Juha Heinanen b1ff3ecc0e Added call transfer capability. 2020-08-23 15:48:55 +03:00
Juha Heinanen 6fdf24774d Added audio activity layout file. 2020-07-07 08:23:57 +03:00
Juha Heinanen 83f311f21c - Moved audio settings to its own activity.
- Added AEC Extented Filter audio setting.
2020-07-06 17:46:25 +03:00
Juha Heinanen 76911788fd Use new API functions account[_set]_stun_uri for STUN URI handling. 2020-06-19 13:11:37 +03:00
Juha Heinanen e7af96f321 Added TURN media NAT option and possibility to give username/password
for STUN/TURN server.
2020-06-17 18:49:49 +03:00
Juha Heinanen 11f3b204da Use custom title in password, backup, and restore dialogs. 2020-06-11 10:22:12 +03:00
Juha Heinanen c5d5b54671 Dialog improvements. 2020-06-05 18:05:29 +03:00
Juha Heinanen 45bfaab030 - Moved configuration of account's audio codecs to a new activity. 2020-05-19 09:01:53 +03:00
Juha Heinanen ad7edeaf9f - Removed ICE lite mode setting due to upstream removal. 2020-04-19 16:28:46 +03:00
Juha Heinanen 8124c98e76 - Migraded project to AndroidX. 2020-04-09 16:25:57 +03:00
Juha Heinanen 3d30e38b79 - Added "Show Password" checkbox to password prompt. 2020-04-02 09:39:58 +03:00
Juha Heinanen 76622b4cea - Improved Accounts layout implementation. 2020-02-21 02:58:49 +02:00
Juha Heinanen 655ae6491f - Properly show chat information that takes more than one line. 2020-02-21 02:58:49 +02:00
Juha Heinanen 86b60fa0f8 - Replaced global setting "Prefer IPv6" with account specific
"Prefer IPv6 Media" setting.
- Improved acting on changes in network connectivity.
2020-02-07 01:19:41 +02:00
Juha Heinanen d8b26f9b64 - Added possibility to give transport protocol for account's AoR.
- Do not show account's port or transport protocol except in Account Activity.
2019-11-27 10:55:46 +02:00
Juha Heinanen 08ebb730ff - Small edits. 2019-11-23 12:23:51 +02:00
Juha Heinanen 6fc34b4f3d - More work on avatars. 2019-11-23 11:23:54 +02:00
Juha Heinanen 3308d3e561 - Started work on image avatars (only Contact Activity done so far).
- Do not allow " character in contact's name, since it can be used as
  SIP diaplay name.
2019-11-22 15:17:14 +02:00
Juha Heinanen 1876dd76a2 - In chat and call lists, if userpart of peer URI is an E.164 number,
show only the userpart.
- In chat list, show only the first line of the message.
2019-11-20 09:28:43 +02:00
Juha Heinanen b7f3379d73 - More work on character avatars. 2019-11-20 05:27:23 +02:00
Juha Heinanen e72c587fa7 - Started work on letter based avatars. 2019-11-18 14:46:05 +02:00
Juha Heinanen f151a88201 - Removed Bind Address from Settings (it didn't work as expected). 2019-11-06 11:19:29 +02:00
Juha Heinanen 53f751454d - Added to Settings possibility to choose which audio modules are loaded.
Codecs provided by loaded modules are available for accounts to use.
2019-10-22 17:33:46 +03:00
Juha Heinanen 5020893450 - Added Bind Address configuration variable. 2019-10-14 11:00:54 +03:00
Juha Heinanen f40c097766 - Changed contact SIP URI input type to "textEmailAddress". 2019-10-09 10:06:16 +03:00
Juha Heinanen a57fdb2008 - Added a bit more vertical space below call URI line. 2019-10-05 09:21:34 +03:00
Juha Heinanen 08484b0c8d - Swapped positions of call Accept and Reject buttons.
- Do not allow terminating outgoing call before call attempt has started.
2019-10-02 18:31:40 +03:00
Juha Heinanen 84bc1252db - Added Answer Mode (Manual or Automatic) account configuration option. 2019-09-17 17:31:53 +03:00
Juha Heinanen 48d2e1696d - Added support for Opus Forward Error Correction (FEC) via
Opus Expected Packet Loss configuration variable.
2019-08-30 21:54:45 +03:00
Juha Heinanen 7106b7eb74 - Added possibility to configure baresip a TLS certificate and
CA certificates.
2019-08-25 12:14:57 +03:00
Juha Heinanen 108087f14e - Do not set popup spinner background resource. Use whatever is
Android's default.
2019-05-29 16:49:42 +03:00
Juha Heinanen 7a9cccf08a - Made Acoustic Echo Cancellation configurable.
- Added module_load/unload functions to API.
2019-05-29 11:26:00 +03:00