Commit Graph

1965 Commits

Author SHA1 Message Date
9ba55b7f77 Merge updated 'master' into gps_config 2021-04-18 17:22:00 +02:00
1318275b36 fix: using better symbols for ups charging status 2021-04-18 17:11:04 +02:00
297d9cd3b9 Merge pull request #905 from samuelkf/ups-lite-charging-status
Display UPS-Lite charging status
2021-04-18 17:08:37 +02:00
f164b8bb26 new: added new faces for uploading status 2021-04-18 17:03:21 +02:00
5c3b21f537 fix: recompiled localization files 2021-04-18 16:22:29 +02:00
7d35f5cdc0 Merge branch 'master' into task/improve-es-lang 2021-04-18 16:00:37 +02:00
3fd3ac3c01 Merge pull request #911 from MannyLama/master
Improved Dutch translation
2021-04-18 15:59:13 +02:00
c1d3528ff7 Merge pull request #940 from ShaqKSmith/patch-1
Create voice.po
2021-04-18 15:58:59 +02:00
37fc65f834 Merge pull request #947 from theusu5k/patch-1
Update voice.po
2021-04-18 15:58:43 +02:00
80095edf4b Merge pull request #948 from MatthewNunu/master
Added Afrikaans translation
2021-04-18 15:56:45 +02:00
7e3e74635a Merge pull request #983 from xhrzg2017/patch-1
Update voice.po
2021-04-18 15:53:48 +02:00
b6cf510f8e Merge pull request #876 from grokbeer/watchdog-reboot
Have watchdog plugin reboot system rather than restart application
2021-04-18 15:14:59 +02:00
f795598950 Merge pull request #918 from crahan/memtemp_gps_fixes
Add configuration options to memtemp.py (fields, position, vertical line spacing)
2021-04-18 15:13:23 +02:00
b0efd52961 Merge pull request #929 from HeroCC/master
Add donate option to Wigle plugin
2021-04-18 15:11:51 +02:00
38dfccb7c2 Merge pull request #953 from centraliota/master
Update wpa-sec.py logging
2021-04-18 15:11:10 +02:00
f912883f6e Merge pull request #967 from Xeyler/gps-bugfix
Fix display bug in gps module
2021-04-18 15:10:59 +02:00
661f26dedf Merge pull request #985 from Gadgetoid/patch-inky-ssd1608
Add support for SSD1608 variant 250x122 pixel Inky pHATs
2021-04-18 15:10:05 +02:00
34c2c8a06e Add support for SSD1608 variant 250x122 pixel Inky pHATs
Running `python3 -m inky.eeprom` should show display variant. Variants 10, 11 and 12 are SSD1608 based.

This patch adds support for auto-detecting and using them when "ui.display.color" is set to "auto".

Fixes #980 and #941

Signed-off-by: Philip Howard <phil@gadgetoid.com>
2021-04-09 10:23:59 +01:00
88a15528d6 Update voice.po 2021-04-09 10:06:58 +08:00
0fd09878db Update faces.py
Added upload faces.
2021-03-18 11:47:25 -04:00
c472e60615 Fix bug in gps module
Fix a bug caused by using a function in a conditional instead of the
return value of the function itself.

Signed-off-by: Brigham Campbell <me@brighamcampbell.com>
2021-03-14 11:46:04 -06:00
6430a40847 Update wpa-sec.py logging
Added logging.info message for plugin loading, to keep consistent with behaviour of other plugins.
2020-11-17 18:01:52 -07:00
ba13b12593 added afrikaans lang 2020-11-12 12:05:29 +02:00
819be761ed Update voice.po
Some words were translated too literal.
Some menor corrections
2020-11-09 20:25:22 +01:00
f701390d5a Create voice.po 2020-11-02 15:01:12 +08:00
3bd9cd4f18 Tweak Wigle plugin
Adds a new 'donate' option to allow Wigle to include data for commercial use.

Also changes data header to reflect this is a pwnagotchi plugin.

Signed-off-by: HeroCC <herocc@herocc.com>
2020-10-03 17:06:29 +02:00
5c6d8dc807 Adjust x coordinate for longer long field. 2020-09-20 22:12:54 +02:00
c535ffd40e Fix version bump. 2020-09-20 21:24:33 +02:00
fb7217b0fa Add configuration options and cleanup
- added support for configuring the plugin position and vertical line spacing
- fix default values for some displays which appeared to be incorrect
- change `ui.is_dfrobot_v2` to a function (to match other display entries)
- version bump to 1.0.2
2020-09-20 21:10:10 +02:00
7da3cc5565 Revert. Changes are handled in a separate branch 2020-09-20 20:25:25 +02:00
e72e2292a8 Update guessed coordinates based on other values. 2020-09-20 20:22:39 +02:00
0f8643258e gps config updates 2020-09-20 11:14:00 +02:00
1a0083eb38 Fix correct x positioning
Align fields right when less than 3 fields are shown in horizontal mode, using a 5-pixel character width with a 5-character width for each field (i.e. 25 pixels per field).
2020-09-20 01:43:52 +02:00
72878454f9 Removed debug line. 2020-09-20 00:29:33 +02:00
1c4df7a1c4 Additional comments 2020-09-20 00:27:26 +02:00
c124a97514 Changelog update. 2020-09-20 00:25:52 +02:00
b886b4e673 Added more configurable fields 2020-09-19 23:43:24 +02:00
6d0e295276 Version bumps 2020-09-18 02:12:36 +02:00
1aea0b95b1 Small gps fixes + memtemp rework 2020-09-18 02:11:37 +02:00
fddee8708e Updated dutch & fixed typos 2020-09-11 15:43:44 +02:00
ef4fbd96cc Updated dutch & fixed typos 2020-09-11 15:42:47 +02:00
2db8f143eb Display UPS-Lite charging status
Replace the '%' in the battery indicator with '' when the UPS-Lite is connected to an external power source.
Suggestions welcome for a different character as '' is a little hard to read on e-ink displays.
2020-08-29 14:40:44 +01:00
6111ee9d9d Improved Spanish translation
Signed-off-by: Sergio Ruiz <serginator@gmail.com>
2020-08-25 23:07:34 +02:00
2708fd032c Merge pull request #872 from grokbeer/shutdown-sync
Delaying fs sync to ensure shutdown message is logged to disk
2020-06-26 14:14:32 +02:00
f7cf4b3947 Merge pull request #874 from grokbeer/reboot-sync
Ensure fs is synced before reboot so logs aren't lost
2020-06-26 14:14:03 +02:00
1d312a727b Merge pull request #877 from grokbeer/fs-typo
Fix minor typo
2020-06-26 14:12:38 +02:00
dd3dbbe400 Merge pull request #882 from jacopotediosi/patch-1
Set maxZoom to max value
2020-06-26 14:12:15 +02:00
929eac7bba Updated gps.py to include positioning for the waveshare 2.7 inch screen, tested on my hardware:
Raspberry Pi 3 /w waveshare 2.7 inch epaper hat, and USB GPS/GLONASS U-blox7

Signed-off-by: Eric M Lipsius <eric.lipsius@gmail.com>
2020-05-27 00:54:15 -04:00
0f7870f770 Set maxZoom to max value
Why to limit zoom? As a user, I used sometimes to zoom so much.
2020-05-21 23:50:03 +02:00
37342c0685 Have watchdog plugin reboot system rather than restart application
Signed-off-by: grokbeer <1428380+grokbeer@users.noreply.github.com>
2020-05-08 23:17:12 +12:00