Greyson Parrelli
65020dde1a
Fix some missed cases for blocking unregistered sends.
2021-05-26 12:02:22 -04:00
Greyson Parrelli
07bd9ad840
Make debuglog submission slightly more discoverable.
2021-05-13 12:20:08 -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
Alex Hart
85e0e74bc6
Add support for OTA emoji download.
2021-05-03 14:02:58 -04:00
Greyson Parrelli
cdc7f1565e
Further simplify storage service syncing.
2021-04-28 16:36:11 -03:00
Cody Henthorne
ed1be76606
Scrub domains from debug logs.
2021-04-19 20:28:54 -04:00
Greyson Parrelli
c25250cb05
Include background restriction status in the logs.
2021-03-12 10:30:05 -05:00
Greyson Parrelli
f8dde57133
Add notification settings to debuglogs.
2021-02-20 14:45:36 -05:00
Greyson Parrelli
c378e4413e
Include git hash in debuglog.
2021-02-05 15:18:11 -05:00
Greyson Parrelli
073034dd3c
Update logic on deciding whether to bulk animate stickers.
2021-01-25 13:57:24 -05:00
Greyson Parrelli
727175e4f4
Add 'constraints' and 'key preferences' sections to logs.
2021-01-15 11:17:38 -05:00
Greyson Parrelli
4b8d02fdba
Move Tracer to core-util.
2021-01-06 17:03:20 -04:00
Greyson Parrelli
3983d5aca4
Log the threadId of a log.
2020-12-18 10:41:14 -04:00
Greyson Parrelli
8e93bf9075
Create a core-util module with some common utilities.
2020-12-05 13:44:13 -05:00
Greyson Parrelli
831cd2f297
Trace database methods.
2020-12-05 13:44:13 -05:00
Cody Henthorne
82eebbc3b0
Fix incorrect string resource usage for some activities.
2020-12-05 13:44:13 -05:00
Greyson Parrelli
7bb1262571
Upload trace file as separate debuglogs item.
2020-11-25 11:37:13 -04:00
Greyson Parrelli
0b77b33902
Add the ability to trace methods in internal builds.
...
Currently only for internal builds. Use the @Trace annotation to trace
methods for viewing in Perfetto.
2020-11-11 15:29:01 -05:00
Cody Henthorne
c3b5323010
Update assets and themes to leverage DayNight system.
2020-11-11 15:29:01 -05:00
Greyson Parrelli
5ce09defca
Include whether a user has a linked device in the debug log.
2020-11-02 10:01:59 -05:00
Greyson Parrelli
f84705b756
Include additional system properties in debuglog.
2020-10-28 17:01:34 -04:00
Greyson Parrelli
9fb85f7c76
Build log sections in series.
...
Doing them in parallel was causing possible bad blocked thread reports,
since the thread section could be built at the same time we were
building the jobs section.
2020-10-26 11:07:44 -04:00
Greyson Parrelli
d21782696a
Read the new GV1 Migration capability.
2020-10-22 15:55:18 -03:00
Greyson Parrelli
3357475fc4
Move capabilities into a single column.
2020-10-22 15:55:18 -03:00
Alan Evans
ba7e41d9a6
Fix missing Submit Debug Log loading progress spinner.
2020-09-29 15:23:31 -03:00
Alan Evans
74e94f3a97
Separate capability reads from writes and introduce gv2-2 write flag.
2020-09-23 16:54:38 -04:00
Alan Evans
c61d731358
Allow side-by-side installation of staging build.
2020-09-23 16:54:38 -04:00
Alex Hart
e96faf31d4
Fix browser opening on long-press of debug log links.
2020-08-17 11:54:41 -03:00
Greyson Parrelli
6e6105af05
Open up link previews to work with all sites.
2020-08-14 15:54:05 -04:00
Greyson Parrelli
99c0c2ff4c
Fix crash when opening debuglogs during registration.
2020-08-07 19:20:35 -04:00
Greyson Parrelli
fce3df0c82
Update pin opt-out strings and behavior.
2020-07-11 11:42:51 -04:00
Alan Evans
2001fa86cf
Log capabilities.
2020-06-25 18:14:54 -04:00
Cody Henthorne
b262efc24c
Clear up warnings in string resource file.
2020-06-25 18:14:54 -04:00
Greyson Parrelli
bf919207ed
Various logging improvements.
...
* Improve lifecycle logging.
* Remove 'action bar' from base activity names.
* Remove some unnecessary glide logs.
2020-06-25 08:29:48 -04:00
Greyson Parrelli
c39751f9db
Add info about play services to the debug log.
2020-06-01 17:43:05 -04:00
henry
8861ad76ed
Fix start SubmitDebugLog from registration and passphrase prompt.
2020-05-14 11:22:28 -03:00
Greyson Parrelli
3fef58057e
Add additional info to support emails and debuglogs.
2020-05-14 11:22:28 -03:00
Alan Evans
ff28d72db6
New GV2 internal prefix and scrubber.
2020-05-13 16:18:18 -04:00
Greyson Parrelli
3b601896d2
Fix crash in SubmitDebugLogActivity.
2020-05-13 16:18:18 -04:00
Greyson Parrelli
f149005026
Add support for remote config v1.1
2020-05-13 16:18:18 -04:00
Greyson Parrelli
618b1b5ace
Handle PIN creation failure better.
2020-05-09 13:16:45 -04:00
Greyson Parrelli
acbfff89d3
Update registration to allow PIN entry.
2020-04-21 13:33:41 -04:00
Greyson Parrelli
fb1637006d
Include screen size details in debuglogs.
2020-04-21 13:33:29 -04:00
Greyson Parrelli
711715ca1e
Add DNS fallback system.
2020-04-03 12:19:12 -04:00
Greyson Parrelli
7e80be5ca0
Separate out model info in debug logs.
2020-03-30 15:24:29 -04:00
Alex Hart
f9de131017
Add new contact us flow.
2020-03-05 18:42:17 -05:00
Greyson Parrelli
0c254c9621
Improve debuglog submission.
2020-02-26 17:11:34 -05:00
Greyson Parrelli
c041614d1f
Only store remote values for flags in a whitelist.
2020-02-11 12:03:34 -05:00
Greyson Parrelli
62814490b3
Only store remote values for flags in a whitelist.
2020-02-06 11:19:46 -05:00