NaitLee
2ff61f7b8d
scripts for seting up an environment; add MX10
2024-02-10 22:41:17 +08:00
NaitLee
a7dee14c96
add french translation by @baudav ( #68 )
2024-01-23 19:23:10 +08:00
NaitLee
87e5118229
int_to_bytes length fix for cat printer protocol
2023-11-10 21:15:58 +08:00
NaitLee
58077d4ca5
add venv and dist to gitignore
2023-11-10 21:02:15 +08:00
NaitLee
0f2a9a7fc9
add model MX09
2023-09-20 10:26:43 +08:00
NaitLee
9a29e401fc
update copyright year (so late)
2023-07-16 17:14:28 +08:00
NaitLee
5238b66eb6
[WIP] better bit-reverse on backend
...
rename all_js to all-scripts
minimal changes
2023-07-16 17:12:50 +08:00
NaitLee
1b9ff251ad
default android scan period to 2 seconds
2023-07-16 17:12:50 +08:00
NaitLee
90e1668ab4
Merge pull request #67 from Jakubikk/patch-1
...
Polish language patch
2023-07-04 21:55:04 +08:00
Jakubikk
c1375d42a2
Add Polish
2023-05-19 17:36:44 +02:00
Jakubikk
a90564a478
Update list.json
...
Add Polish (WIP)
2023-05-18 23:05:42 +02:00
NaitLee
f75fecceee
Merge pull request #66 from alexiri/bugs
...
Fix a couple of bugs
2023-05-15 19:36:02 +08:00
Alex Iribarren
d65db504b0
Remove left-over debug message
2023-05-15 11:26:31 +02:00
Alex Iribarren
32c5359f34
Add env/ to .gitignore
2023-05-13 19:03:36 +02:00
Alex Iribarren
0aa68adc06
Connect to camera first so we know the paper_width
2023-05-13 19:02:02 +02:00
Alex Iribarren
994b707b5c
Fix call to error function
2023-05-13 18:59:04 +02:00
NaitLee
5f789d1ad8
Merge pull request #61 from huaak/main
...
added dutch language and enhanced german language
2023-04-16 18:19:39 -06:00
huaak
30ba739374
Add files via upload
2023-04-16 18:28:11 +02:00
huaak
608ba15744
added dutch language and enhanced german language
...
added dutch language with a nl-NL.json and enhanced german language in de-DE.json
2023-04-16 18:08:30 +02:00
NaitLee
2cc4c2445b
Update supported models in readme
2023-04-16 16:59:04 +08:00
NaitLee
5519bbe6a4
Test unknown device on cli side, fixed usability of web side;
...
prompt to select a device if there are many (web & cli);
Better routine, connect to device only if everything is ok;
Adjusted default printing configurations & behavior;
Added model MX08(C15);
Update about page;
Other fixes and tweaks.
0.6.3.0
2023-04-16 15:52:40 +08:00
NaitLee
23d9d6d5c3
Merge pull request #59 from nodlek-ctrl/imagemagik-usability
...
Fix #58 and add some more configuration information regarding IM Security Policy.
2023-04-15 07:53:08 -06:00
nodlek-ctrl
a025d3ac5f
replace with fatal error
2023-04-13 21:03:43 +10:00
nodlek-ctrl
2e152c2bd4
make it so error only happens when using cli
2023-04-13 20:43:40 +10:00
nodlek-ctrl
b01ab117ae
more formatting
2023-04-13 12:51:13 +10:00
nodlek-ctrl
1b9f8cef90
finally master the art of new md lines
2023-04-13 12:47:26 +10:00
nodlek-ctrl
87272092a5
fix expander 2
2023-04-13 12:43:15 +10:00
nodlek-ctrl
9cba46a416
fix expander
2023-04-13 12:41:13 +10:00
nodlek-ctrl
86d8b2d55c
put the IM config in a expandable box thingo
2023-04-13 12:32:09 +10:00
nodlek-ctrl
705206b106
localise imagemagick error
2023-04-13 12:10:52 +10:00
nodlek-ctrl
d53bbef482
begin localising the IM error
2023-04-13 11:51:53 +10:00
Keldon
dbe18dd89e
Merge branch 'NaitLee:main' into imagemagik-usability
2023-04-13 10:26:05 +10:00
nodlek-ctrl
b56c4dad1c
Fix
2023-04-12 17:43:24 +10:00
NaitLee
85cb5a86cb
Modifications to android build doc and scripts
0.6.2.1
2023-04-09 12:03:06 +08:00
NaitLee
467857e542
Better PF2 font handling: from wd, pf2 dir, or pf2.zip;
...
Fix too light strength for command line printing;
Minor changes to code
2023-04-07 18:27:02 +08:00
NaitLee
ab2e83e160
try to really fix #38 and #57
2023-04-03 20:37:05 +08:00
NaitLee
08a67f7b5a
Workaround paper feeding for MX05/MX06;
...
Better Models code, categorized;
Follow up newer Bleak, handle “no powered Bluetooth adapters”
2023-04-02 21:58:23 +08:00
NaitLee
4fa145459b
a bit code review
2023-02-13 18:46:49 +08:00
NaitLee
49b2a9a008
fix bad links to localized readmes, update build things
2023-02-13 16:58:23 +08:00
NaitLee
423a9caf49
Add MX05, MX06 as supported, minor fix;
...
better Chinese conversion infrastructure
0.6.2.0
2023-02-12 19:37:24 +08:00
NaitLee
5b283969fb
Merge pull request #53 from sync1211/android-12-bluetooth
...
Add Bluetooth permission request for Android 12+
2023-02-11 20:48:21 +08:00
NaitLee
c4a5ef7577
Merge pull request #54 from sync1211/fix-android-docs
...
Improve Android build instructions
2023-02-11 20:48:00 +08:00
Sync1211
ada50799eb
+ Requesting bluetooth permissions for Android 12+
2023-02-10 12:26:01 +01:00
Sync1211
c4fdfc4912
+ Added alternative solution for bleak/setup.py not being found
2023-02-10 12:00:09 +01:00
Sync1211
9d7dc375dd
* Updated "--requirements" argument in the troubleshooting section
2023-02-10 10:37:29 +01:00
Sync1211
9c3e959a24
+ Added another troubleshooting case
...
* Replaced "/mnt/@/" with a DIR_BUILD variable
*
2023-02-10 09:45:26 +01:00
NaitLee
105427bf58
Merge pull request #50 from sync1211/main
...
Replaced hardcoded paper width with model specific width
2023-02-07 22:42:11 +08:00
Sync1211
565b359908
+ Added a list of errors and their solutions
2023-02-06 12:48:31 +01:00
Sync1211
a2730046d8
+ Added keystore arguments for later versions of p4a
2023-02-06 12:32:21 +01:00
Sync1211
ae2d281719
* Removed trailing ";" from replace expression
2023-02-06 11:06:12 +01:00