-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
65 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/versions/4.9.11311/libnickel.so.1.0.0.yaml/jcn363.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# The following patch(es) are ported from jcn363's patches | ||
Dictionary, remove long winded closest match notification: | ||
- Enabled: no | ||
- Description: | | ||
Idea by pakoe | ||
cf. https://www.mobileread.com/forums/showpost.php?p=3043631&postcount=111 | ||
- FindReplaceString: | ||
Find: "Your search for “%1” did not match any words in the dictionary. The closest match was “%2”." | ||
Replace: "No match, The closest match was “%2”.\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" | ||
|
||
Wikipedia Search language: | ||
- Enabled: no | ||
- Description: | | ||
The patch set the search language in Wikipedia. | ||
Replace the "en" (in both the replace_string lines) to language code you want. | ||
For example English is "en" (set as default), for German is "de", for Russian is "ru". | ||
- FindReplaceString: | ||
Find: "\0https://%1.m.wikipedia.org/wiki/Special:Search\0" | ||
Replace: "\0https://es.m.wikipedia.org/wiki/Special:Search\0" | ||
- FindReplaceString: | ||
Find: "\0https://%1.wikipedia.org/wiki/Special:Search\0" | ||
Replace: "\0https://es.wikipedia.org/wiki/Special:Search\0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# The following patch(es) are ported from jcn363's patches | ||
# none yet | ||
Changing the info panel in full size screensaver- beta 1: | ||
- Enabled: no | ||
- Description: | | ||
See https://www.mobileread.com/forums/showthread.php?p=3220397&postcount=66 | ||
- FindZlibHash: b399667160075a1409046cb321345c767c8dadee | ||
- ReplaceZlib: | ||
Offset: 0 | ||
Find: "#batteryStatus[qApp_deviceIsTrilogy=true] {\n font-size: 17px;\n}\n#batteryStatus[qApp_deviceIsPhoenix=true] {\n font-size: 22px;\n}\n#batteryStatus[qApp_deviceIsDragon=true] {\n font-size: 26px;\n}\n#batteryStatus[qApp_deviceIsAlyssum=true] {\n font-size: 30px;\n}\n#batteryStatus[qApp_deviceIsNova=true] {\n font-size: 30px;\n}\n#batteryStatus[qApp_deviceIsDaylight=true] {\n font-size: 34px;\n}" | ||
Replace: "#batteryStatus[qApp_deviceIsTrilogy=true]{font-size:21px;}\n#batteryStatus[qApp_deviceIsPhoenix=true]{font-size:26px;}\n#batteryStatus[qApp_deviceIsDragon=true]{font-size:30px;}\n#batteryStatus[qApp_deviceIsAlyssum=true]{font-size:34px;}\n#batteryStatus[qApp_deviceIsNova=true]{font-size:34px;}\n#batteryStatus[qApp_deviceIsDaylight=true]{font-size:37px;}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/versions/4.9.11314/libnickel.so.1.0.0.yaml/jcn363.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# The following patch(es) are ported from jcn363's patches | ||
Dictionary, remove long winded closest match notification: | ||
- Enabled: no | ||
- Description: | | ||
Idea by pakoe | ||
cf. https://www.mobileread.com/forums/showpost.php?p=3043631&postcount=111 | ||
- FindReplaceString: | ||
Find: "Your search for “%1” did not match any words in the dictionary. The closest match was “%2”." | ||
Replace: "No match, The closest match was “%2”.\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" | ||
|
||
Wikipedia Search language: | ||
- Enabled: no | ||
- Description: | | ||
The patch set the search language in Wikipedia. | ||
Replace the "en" (in both the replace_string lines) to language code you want. | ||
For example English is "en" (set as default), for German is "de", for Russian is "ru". | ||
- FindReplaceString: | ||
Find: "\0https://%1.m.wikipedia.org/wiki/Special:Search\0" | ||
Replace: "\0https://es.m.wikipedia.org/wiki/Special:Search\0" | ||
- FindReplaceString: | ||
Find: "\0https://%1.wikipedia.org/wiki/Special:Search\0" | ||
Replace: "\0https://es.wikipedia.org/wiki/Special:Search\0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# The following patch(es) are ported from jcn363's patches | ||
# none yet | ||
Changing the info panel in full size screensaver- beta 1: | ||
- Enabled: no | ||
- Description: | | ||
See https://www.mobileread.com/forums/showthread.php?p=3220397&postcount=66 | ||
- FindZlibHash: b399667160075a1409046cb321345c767c8dadee | ||
- ReplaceZlib: | ||
Offset: 0 | ||
Find: "#batteryStatus[qApp_deviceIsTrilogy=true] {\n font-size: 17px;\n}\n#batteryStatus[qApp_deviceIsPhoenix=true] {\n font-size: 22px;\n}\n#batteryStatus[qApp_deviceIsDragon=true] {\n font-size: 26px;\n}\n#batteryStatus[qApp_deviceIsAlyssum=true] {\n font-size: 30px;\n}\n#batteryStatus[qApp_deviceIsNova=true] {\n font-size: 30px;\n}\n#batteryStatus[qApp_deviceIsDaylight=true] {\n font-size: 34px;\n}" | ||
Replace: "#batteryStatus[qApp_deviceIsTrilogy=true]{font-size:21px;}\n#batteryStatus[qApp_deviceIsPhoenix=true]{font-size:26px;}\n#batteryStatus[qApp_deviceIsDragon=true]{font-size:30px;}\n#batteryStatus[qApp_deviceIsAlyssum=true]{font-size:34px;}\n#batteryStatus[qApp_deviceIsNova=true]{font-size:34px;}\n#batteryStatus[qApp_deviceIsDaylight=true]{font-size:37px;}" |
016fe9e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was confusing! Two people with a username starting with a
j
sending patches to me at the same time. I'll make sure not to mix them up next time.