Merge pull request #752 from houqp/new_ui_code

pick KUAL support files from master
pull/2/merge
Huang Xin 12 years ago
commit ab956a10c5

@ -301,6 +301,6 @@ customupdate: all
cp -r git-rev resources $(INSTALL_DIR)
cp -rpL frontend $(INSTALL_DIR)
mkdir $(INSTALL_DIR)/fonts/host
zip -9 -r kindlepdfviewer-$(VERSION).zip $(INSTALL_DIR) launchpad/ kite/
zip -9 -r kindlepdfviewer-$(VERSION).zip $(INSTALL_DIR) launchpad/ extensions/
rm -rf $(INSTALL_DIR)
@echo "copy kindlepdfviewer-$(VERSION).zip to /mnt/us/customupdates and install with shift+shift+I"

@ -0,0 +1,23 @@
TITLE: kindlepdfviewer
CONTAINS: KUAL files for installation in /mnt/us/extensions/
REF: Main KUAL thread http://www.mobileread.com/forums/showthread.php?t=203326
UPSTREAM SOURCE: https://github.com/hwhw/kindlepdfviewer
SUPPORTS:
DX Yes ( All Revisions )
K3 Yes ( All Revisions )
K4 Yes ( All Revisions )
Touch (check github and threads for support information)
PW (check github and threads for support information)
REQUIRES: KindlePDFviewer http://www.mobileread.com/forums/showthread.php?t=157047
ARCHIVAL LINK: http://www.mobileread.com/forums/showpost.php?p=2406316&postcount=5
ORIGINAL AUTHOR: Hawhill, See GIT for subsequent contributors listing
NOTES: Touchscreen support for the Touch and PW is in progress
check github and threads for support information

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension>
<information>
<name>KPDF</name>
<version>0.0</version>
<author>Hawhill</author>
<id>helper</id>
</information>
<menus>
<menu type="json" dynamic="true">menu.json</menu>
</menus>
</extension>

@ -0,0 +1,12 @@
{
"items": [
{
"name": "KPDF",
"priority": 0,
"items": [
{"name": "Start in documents", "priority": 1, "action": "/mnt/us/kindlepdfviewer/kpdf.sh", "params": "/mnt/us/documents"},
{"name": "Open last document", "priority": 2, "action": "/mnt/us/kindlepdfviewer/kpdf.sh"}
]
}
]
}

@ -1,3 +0,0 @@
#!/bin/sh
/mnt/us/kindlepdfviewer/kpdf.sh

@ -1,3 +0,0 @@
#!/bin/sh
/mnt/us/kindlepdfviewer/kpdf.sh /mnt/us/documents
Loading…
Cancel
Save