Commit Graph

16 Commits

Author SHA1 Message Date
Floris Bos 8d943ce2bd Remove overscan/piwiz supression options
- Remove overscan and piwiz supression option
- Change wifi -> wireless LAN
- Bump version
2022-03-24 20:06:14 +01:00
Floris Bos 93811dfdbd Only bundle Droid fallback font on Embedded edition
Normal Linux/Windows/Mac should have support for Asian fonts
themselves.
2022-03-24 20:04:24 +01:00
maxnet 6861a2aa16 Merge pull request #379 from RuffaloLavoisier/rfl_ko_patch
Korean translation: update some copyedit
2022-03-24 17:49:41 +01:00
maxnet d2a92383b6 Merge pull request #362 from lnussel/qml
Add compile time options for telemetry and updates
2022-03-24 17:49:16 +01:00
RuffaloVM ea055ad1d3 Rpi-imager_ko.ts : add translation 2022-02-26 02:36:50 +09:00
RuffaloVM 29a1efb985 Rpi-imager_ko.ts : exact meaning
<Enable telemetry> is version 1.5 of the Raspberry Pi Imager introduced download telemetry to get a view of which operating systems are the most popular.

Raspberry Pi introduced download telemetry as part of a plan to ensure the most popular operating systems are easier to find in the Raspberry Pi Imager's menu system. It does not collect a device's IP address.
2022-02-26 02:09:18 +09:00
RuffaloVM a7cadbfaf7 Rpi-imager_ko.ts : some copyedit 2022-02-26 01:46:48 +09:00
Floris Bos 6edd14f044 Embedded: fix password mask character 2022-02-23 16:47:04 +01:00
okaits 7ff4532840 Add Japanese translation 2022-02-23 11:14:21 +09:00
Floris Bos 568421f091 Update rpi-imager_de.ts by rejas
Update rpi-imager_de.ts by rejas PR, modified for path
change (i18n -> src/i18n)
Closes #349
2022-02-21 17:48:18 +01:00
Floris Bos c4cfcd0604 Embedded: fix font support for eastern countries 2022-02-21 17:47:06 +01:00
Floris Bos 0b130540f4 Add Korean patch by RuffaloLavoisier
Closes #348
2022-02-21 17:45:09 +01:00
Floris Bos c00a451f6c gz/xz/zstd custom images: pad if image size is not dividable by 512 bytes
Disk image sizes that are not dividable by 512 bytes should not
exist, as that is the minimum sector size any disk can have, and
the smallest unit an OS can write to a disk.

We were already rejecting such image files if we know in advance
the size was wrong, which we can test if they are uncompressed,
if they are in an easy parsable file format such as .zip, or if
the repository meta data indicated the uncompressed size.

However for gz/xz/zstd files this check is not done, and it would
fail at the verification stage instead.
If encountering such corner case, pad the image instead of
failing.

Ref #364
2022-02-16 12:17:40 +01:00
Ludwig Nussel 5d971375f6 Add compile time options for telemetry and updates 2022-02-14 16:03:02 +01:00
Floris Bos 689d7604ab Windows: CMakelists.txt fix license.txt location 2022-02-14 11:39:11 +01:00
Floris Bos 033ff07abf Move source files to /src 2022-02-14 10:07:15 +01:00