Commit Graph

51 Commits

Author SHA1 Message Date
Rikard Braathen
605a5fb27d
Theme changes 2023-12-20 15:39:27 +01:00
Adam Velebil
0fdd1188c7
harvest test/boilerplate_integrationtests 2023-11-14 16:44:14 +01:00
Dain Nilsson
5d9420f47f
Refactor feature flag support. 2023-10-23 11:11:34 +02:00
Dain Nilsson
b33dca3900
Change prefixes and add check_strings.py 2023-03-02 12:45:55 +01:00
Dain Nilsson
c42a03c9e2
USe parameterized strings for "foo: bar". 2023-03-01 10:30:32 +01:00
Dain Nilsson
1d389e3185
Restructure external strings. 2023-03-01 08:36:57 +01:00
Dain Nilsson
6bf231dc7d
Externalize strings. 2023-03-01 08:33:31 +01:00
Dain Nilsson
4491fb4b40
Add OS info to diagnostics output. 2023-02-24 14:24:33 +01:00
Adam Velebil
801540263f
update copyright 2023-01-23 09:39:57 +01:00
Dain Nilsson
230d7a05b7
Handle slow to start Helper better. 2022-12-21 10:04:46 +01:00
Adam Velebil
d203a6a00f
refactor with updated urls 2022-10-24 14:18:31 +02:00
Adam Velebil
f472097a9f
license notice update in source files 2022-10-04 12:12:54 +02:00
Adam Velebil
1d99ce3fe6
handle features dependent on SDK version 2022-09-21 15:29:34 +02:00
Adam Velebil
eac178a454
update survey link for Android Beta 2022-09-08 14:41:53 +02:00
Dain Nilsson
7e3a6205ce
Move "allow screenshots" to Troubleshooting, show warning. 2022-09-08 13:34:45 +02:00
Dennis Fokin
4ba4f1a368
l10n a few general strings added 2022-09-08 11:42:40 +02:00
Dennis Fokin
c6227844f8
l10n mgmt widgets general part 1 2022-09-07 13:59:44 +02:00
Dain Nilsson
f9067d9bdd
More work on integrating M3 Chips in the UI. 2022-09-02 12:16:23 +02:00
Adam Velebil
4e7ad56634
use preview app id and app name 2022-08-04 08:23:07 +02:00
Dain Nilsson
141fa419e4
Pop dialogs by default when device changes. 2022-06-10 16:02:07 +02:00
Dain Nilsson
a6f8386852
Add real link to feedback form. 2022-06-10 14:38:41 +02:00
Dain Nilsson
8b476016cb
About page fixes.
- Use TextButton instead of text links
- Add "Open source licenses"
- Remove unneeded information that is already in diagnostics output.
2022-06-05 16:35:12 +02:00
Dain Nilsson
1897f79f65
Add url_launcher for opening URLs. 2022-06-05 12:26:40 +02:00
Dain Nilsson
a59dc4318c
Add actual links to the about page (feedback still missing). 2022-06-03 16:45:02 +02:00
Dain Nilsson
1ed3ee27c3
Fix lint warnings. 2022-06-02 15:37:18 +02:00
Dain Nilsson
7f82d9ddbc
Restyle about page. 2022-06-02 15:03:17 +02:00
Dain Nilsson
579c71d910
Fix logging levels for Helper. 2022-06-02 09:07:14 +02:00
Dain Nilsson
5cd0ef9ee4
Add app version to log/diagnostics output. 2022-05-17 09:10:23 +02:00
Dain Nilsson
0132cad725
Specify version with set-version.py. 2022-05-13 15:59:25 +02:00
Adam Velebil
a644ce9804
Merge 'main' into fix/YADESK-637-refresh-creds 2022-05-12 13:23:03 +02:00
Dain Nilsson
af92068a75
Enable use_super_parameters lint rule. 2022-05-12 12:05:18 +02:00
Adam Velebil
7c30aeb41c
Merge 'main' into fix/YADESK-637-refresh-creds 2022-05-12 11:44:19 +02:00
Dain Nilsson
0641418e34
Fix lint warnings. 2022-05-12 08:34:51 +02:00
Adam Velebil
89d632390a
implemented getLogs on Android 2022-05-11 15:47:35 +02:00
Dain Nilsson
488b1189ad
Use "standard" log level names. 2022-05-03 11:24:25 +02:00
Dain Nilsson
10f46ec478
Refactor logging and add LogWarningOverlay. 2022-05-02 11:25:34 +02:00
Dain Nilsson
1fdf62c500
Set version string. 2022-04-07 13:12:27 +02:00
Dain Nilsson
f944c9cf86
Cancel ResponsiveDialog on tap outside.
Also moved the class to lib/widgets/
2022-03-31 11:50:40 +02:00
Dain Nilsson
4b5ea2fdd7
Add and use showMessage for SnackBars. 2022-03-25 15:43:32 +01:00
Dain Nilsson
8a0896b12f
Add log buffer and --log-level argument. 2022-03-25 13:28:35 +01:00
Dain Nilsson
921190ba40
Introduce responsive dialogs. 2022-03-16 09:33:06 +01:00
Dain Nilsson
e1eed632b9
Update README and add verison number in about. 2022-02-24 15:32:49 +01:00
Dain Nilsson
ab2a63fd2b
Add placeholders in main drawer, move theme and logging to settings. 2022-02-22 11:15:15 +01:00
Dain Nilsson
0884a92b84
Use platform-specific logging initialization. 2022-02-21 10:47:34 +01:00
Dain Nilsson
f16f690fe4
Fix regression. Log level not correctly updating. 2022-02-08 12:23:11 +01:00
Dain Nilsson
85458f4f5a
Move desktop-specific implementation into desktop/ 2022-01-27 12:47:17 +01:00
Dain Nilsson
9236701f02
Implement theming and re-arrange views. 2021-12-02 11:44:17 +01:00
Dain Nilsson
f69d22a9a8
Adds the "diagnose" command to the about page. 2021-11-25 11:56:25 +01:00
Dain Nilsson
82a1398f72
Add product images. 2021-11-24 13:28:38 +01:00
Dain Nilsson
cc1426caf1
Add some version into to about page, and log level changer. 2021-11-24 11:42:46 +01:00