53b0044878
Don't play notfound sound
2021-06-03 10:21:00 +03:00
e8c09a628f
No need to use ;answerdelay account parameter
2021-06-03 09:37:53 +03:00
9f4c8a7fb0
Play auto-answer sound when auto-answering
2021-05-24 15:16:10 +03:00
9e293202a4
Dependency and buildscript upgrades
2021-05-24 14:31:05 +03:00
c01b7ef0c5
New version 30.2.0
2021-05-20 09:28:29 +03:00
14e3ed05b3
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (250 of 250 strings)
Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/pt_BR/
2021-05-20 08:08:22 +02:00
1961b1259b
Fixed Kotlin lint warnings
2021-05-16 15:32:29 +03:00
6e8190ba01
- In Android 10+ use picker to choose TLS Certificate and TLS CA Files
...
- Ask confirmation to reset settings to factory defaults
- Replaced downloadsPath companion variable with Utils function call
- Fixed several Kotlin lint warnings
2021-05-16 11:45:56 +03:00
1177618d42
Gradle upgrade
2021-05-16 10:28:33 +03:00
1d63f4af50
Don't use BaresipService.downloadsPath
2021-05-15 11:20:58 +03:00
5f0d72c7be
Make some external functions private
2021-05-14 20:58:48 +03:00
4d0aeb1b9d
Dependencies version upgrades
2021-05-14 20:39:16 +03:00
d21439ffd4
Made some vals constants
2021-05-14 20:25:00 +03:00
355a030aa3
Use constant TAG as log tag everywhere
2021-05-14 13:47:26 +03:00
dd15f017b3
Introduced Constants.kt for global constants
2021-05-14 11:07:58 +03:00
c5b30c4aed
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (248 of 248 strings)
Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/pt/
2021-05-12 19:33:39 +02:00
60d7a5918a
Avoid some Studio warnings
2021-05-12 17:00:34 +03:00
358cf77a54
Use coroutine instead of async task to fetch account config from network
2021-05-12 16:52:01 +03:00
20b137e218
Allow escaped characters in SIP URI user part and authentication username
2021-05-12 14:04:17 +03:00
291750f481
Translated using Weblate (Portuguese)
...
Currently translated at 83.8% (208 of 248 strings)
Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/pt/
2021-05-10 19:34:24 +02:00
1855af7bb7
New version 30.1.0
2021-05-10 10:06:11 +03:00
f0a900af8b
Improved password dialog
2021-05-10 09:57:49 +03:00
42f1ad42e8
Ua's account may not be available when ua event is received
2021-05-10 09:55:05 +03:00
a62143c21b
Removed unused import.
2021-05-09 20:08:34 +03:00
1770af11da
In account password inputs, allow showing of password toggle
...
also when orientation is landscape.
2021-05-09 19:52:35 +03:00
e36310f187
New version 30.0.1
2021-05-06 09:32:19 +03:00
ae4597e8f0
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (248 of 248 strings)
Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/pt_BR/
2021-05-04 13:32:18 +02:00
79d129abc6
Added Android notifications related hint to About text.
2021-05-02 19:04:40 +03:00
0fb9c8b7d3
Removed duplicate code
2021-05-02 10:12:47 +03:00
1725fc42ab
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (248 of 248 strings)
Translation: Baresip/baresip app
Translate-URL: https://hosted.weblate.org/projects/baresip/baresip-app/pt_BR/
2021-04-30 13:32:20 +02:00
e0c40b5125
New version 30.0.0
2021-04-30 13:15:02 +03:00
420949a41b
Autostart at boot manifest improvements
2021-04-30 10:13:52 +03:00
80ae4b1d95
Removed unnecessary manifest request
2021-04-29 16:50:43 +03:00
d7e2db9e21
MediaStore related string updates.
2021-04-29 10:07:47 +03:00
3aeecff91f
More MediaStore related work
2021-04-29 09:28:38 +03:00
470b046c8f
Save name of backup/restore file
2021-04-28 09:53:49 +03:00
42cccb0416
Work towards API 30 compatibility
2021-04-28 09:04:47 +03:00
f879ba78b6
Use new account_[set_]mediaaf() API functions
2021-04-27 11:26:25 +03:00
0bd4d2f5a4
Minor code simplification
2021-04-12 10:31:48 +03:00
72ba27766c
New version 29.2.1
2021-04-06 17:46:59 +03:00
a2afd8fdcc
Minor code cleanups
2021-04-03 17:50:30 +03:00
d8a4853bb0
Use numeric SDK version codes
2021-04-03 17:43:41 +03:00
10a09d15f3
No need for contact related API functions
2021-04-03 17:42:20 +03:00
27c3796fe6
New version 29.2.0
2021-03-28 12:14:07 +03:00
df22c30aa3
Don't count IP address as valid SIP URI userpart even when it is
2021-03-28 12:07:32 +03:00
c14dddba04
Removed strings that are not translatable
2021-03-27 17:01:02 +02:00
1beff39220
Chat, call history, and contact related bug fixes
2021-03-27 10:25:55 +02:00
77ec812f87
Correctly show direction of chat messages
2021-03-26 20:47:32 +02:00
56ee575ce2
Moved constant declarations inside classes
2021-03-26 16:24:41 +02:00
2740aa9d87
Avoid some List warnings
2021-03-26 15:48:45 +02:00