Greyson Parrelli
057231b9c3
Update libsignal-client to 0.14.0
2022-03-17 12:12:56 -04:00
Cody Henthorne
dbce4be31d
Refactor MappingAdapter code into package.
2021-12-20 13:31:18 -05:00
Cody Henthorne
8014a70134
Show backup progress as a percentage.
2021-12-20 13:31:18 -05:00
Greyson Parrelli
843ed24bbb
Introduce SignalDatabase as the main database entrypoint.
2021-11-18 12:36:52 -05:00
Greyson Parrelli
8aea20f147
Migrate local account data into SignalStore.
2021-11-17 16:14:26 -05:00
Greyson Parrelli
c0a68202a7
Update some settings menus to use MaterialAlertDialogBuilder.
2021-10-21 17:11:46 -04:00
Cody Henthorne
712b0c147a
Improve WebSocket health monitoring.
2021-07-27 13:40:33 -04:00
Alex Hart
f2d5ea0391
Refactor app settings.
2021-05-12 12:23:00 -04:00
Alex Hart
efc3e7b25d
Fix emoji on odd densities and add internal pref to force built-in.
2021-05-04 12:20:18 -04:00
Martin d'Allens
5a91c7e84a
Remove seconds from screen lock timeout input for coherence
...
Configure the TimeDurationPickerDialog to hide seconds.
Seconds were already ignored below 1min. This avoids the user expecting it to work.
Feature regression: after this change, seconds above 1min will also be impossible to input (ex: 1m30s).
But it makes little sense anyway to allow it: they are even less useful for longer durations.
Another possibility to reach a point where eveything is coherent would have been to just remove the Math.max(..., 60) that ignored seconds.
The duration will be displayed as "xx:xx:00" to make it clear that xx:xx represents minutes.
Fixes #10788 .
2021-04-21 16:43:38 -04:00
Cody Henthorne
a843619c5b
Fix various notification display issues and properly support reply.
2021-04-16 18:59:21 -04:00
Cody Henthorne
e796968d19
Add new notification system.
2021-04-14 15:50:40 -04:00
Android Team
fddba2906a
Payments.
...
Co-authored-by: Alan Evans <alan@signal.org>
Co-authored-by: Alex Hart <alex@signal.org>
Co-authored-by: Cody Henthorne <cody@signal.org>
2021-04-06 17:07:19 -03:00
Cody Henthorne
1dc3cf7824
Move calling management out of service.
2021-03-31 16:02:32 -03:00
Greyson Parrelli
b053fbc4a7
Use Log.tag where appropriate.
2021-03-31 16:02:32 -03:00
Cody Henthorne
2144dc3b67
Fix call ringtone not playing on some custom ROMs and Samsung Android 11 devices.
2021-03-31 16:02:32 -03:00
Cody Henthorne
a9149c5dc0
Stop backup jobs from continuing to run if backups become disabled.
...
Fixes #10819
2021-03-12 16:08:22 -05:00
Cody Henthorne
75aab4c031
Add Device to Device Transfer UI.
2021-03-12 16:08:22 -05:00
Greyson Parrelli
d56607a686
Log when screen lock toggle changes.
2021-02-20 14:45:36 -05:00
Greyson Parrelli
f8dde57133
Add notification settings to debuglogs.
2021-02-20 14:45:36 -05:00
Cody Henthorne
dc6045ca8b
Fix crash when running shortcut update job on older APIs.
2021-02-11 10:36:02 -05:00
Greyson Parrelli
59d69192c6
Disable conversation shortcuts when screen lock is enabled.
2021-02-10 15:21:03 -05:00
Greyson Parrelli
f3182ddbc6
Fix success dialog in proxy edit screen.
2021-02-05 11:51:17 -05:00
Greyson Parrelli
94b631ccfe
Add some description to the proxy settings screen.
2021-02-03 16:40:21 -05:00
Greyson Parrelli
af7e736de9
Use a simple check to verify proxies during registration.
2021-02-03 16:04:01 -05:00
Greyson Parrelli
64fe78ff9a
Clean up several UX interactions with proxy entry.
2021-02-03 16:04:01 -05:00
Greyson Parrelli
30563ed3e5
Allow using a proxy during registration.
2021-02-02 20:32:52 -05:00
Greyson Parrelli
46344776a4
Add UI support for configuring a proxy.
2021-02-02 16:42:47 -05:00
Greyson Parrelli
43a12d2a81
Refine incognito keyboard setting string.
2021-01-21 18:22:05 -05:00
Alex Hart
b5712f4bd1
Improve wallpaper settings screen, conversation rendering.
...
Co-authored-by: Greyson Parrelli <greyson@signal.org>
2021-01-21 18:02:19 -05:00
Alex Hart
80651d2425
Initial wallpaper settings screens.
2021-01-21 18:02:19 -05:00
Alex Hart
2d20ceea01
Show contact profile photo instead of system contact.
2021-01-13 19:43:23 -05:00
Alex Hart
be91f2396c
Add toggle to control call bandwidth.
2021-01-13 19:43:23 -05:00
Artem Varaksa
6df839612d
Fix "Advanced PIN settings" pushing wrong fragment.
2020-12-08 18:10:04 -05:00
Alex Hart
edb2a17bcb
Add ability to delete your Signal account from within the app.
2020-12-07 17:39:16 -04:00
Sgn-32
ea94f6bc91
Pretty print your phone number in advanced settings.
2020-12-07 11:15:13 -05:00
Greyson Parrelli
8e93bf9075
Create a core-util module with some common utilities.
2020-12-05 13:44:13 -05:00
Greyson Parrelli
141b22765e
Pretty print your phone number in settings.
2020-12-05 13:43:25 -05:00
Alex Hart
930370783e
Implement ShortcutInfo for API 30.
2020-11-18 14:25:01 -04:00
Alan Evans
3bb366ee04
Do not send typing indicator when deleting from the end & send stopped typing indicator when compose completely empty.
2020-11-11 15:29:02 -05:00
Cody Henthorne
c3b5323010
Update assets and themes to leverage DayNight system.
2020-11-11 15:29:01 -05:00
Alex Hart
e9c7b120a0
Improve contact blocking UX via settings.
2020-11-11 15:29:01 -05:00
Greyson Parrelli
6bb9d27d4e
Add the ability to migrate GV1 groups to GV2.
...
Co-authored-by: Alan Evans <alan@signal.org>
2020-11-04 16:05:35 -04:00
Cody Henthorne
6a4ce1b658
Fix SMS role bug introduced for pre-Q devices.
2020-10-30 17:45:28 -04:00
Cody Henthorne
39cebfbb4e
Fix SMS role request for Q+.
2020-10-30 12:34:47 -04:00
Greyson Parrelli
b5d6cb2a8d
Notify about accidentally disabled backups.
2020-10-29 13:32:55 -04:00
Alex Hart
373d622535
Fix SMS, bad MODIFIED timestamp, and API19 beta crash.
2020-10-26 13:41:30 -03:00
Alex Hart
e93d7518f3
Add some polish to backups changes.
2020-10-22 16:56:16 -04:00
Alex Hart
ee3d7a9a35
Implement new workflow for scoped storage backup selection.
2020-10-15 16:19:17 -04:00
Greyson Parrelli
84ec6dd458
Improve network reliability during resumable uploads.
2020-10-15 16:19:17 -04:00