Commit Graph

21 Commits (61d02923e91b2f384fc8dee46628c4dabaf9f66f)

Author SHA1 Message Date
Martín Fdez 137e1aad78 add basic metadata for F-Droid 3 years ago
Martín Fernández 59deaf6535 add metadata, to be used by fdroid 4 years ago
Frans de Jonge 6f61c73853 [chore] Add translations to submodule (#5506)
Apparently Weblate needs the translations in the repo before it can be set up.

References <https://github.com/koreader/koreader/issues/3754>.

Also see <https://github.com/koreader/koreader/issues/2040#issuecomment-485154051>.
5 years ago
Frans de Jonge b1b98c5733
[fix] Switch ubuntu-touch-sdl-template to our own mirror (#5157)
https://github.com/Sturmflut/ubuntu-touch-sdl-template/ disappeared so I uploaded my copy to https://github.com/koreader/ubuntu-touch-sdl-template
5 years ago
Frans de Jonge 32cb1a87cf [chore] Default to shallow clone of binary submodules where history is seldom relevant 6 years ago
Frans de Jonge 2e98cb5cf4 [chore] Make the binary fonts a submodule 6 years ago
Robert a2320d2d9d Prevent potential firewall problem with git clone (#3094)
The better solution might well be to do this locally, using either

```
git config --global url."https://".insteadOf git://
```

or

```
git config --global url."https://github.com".insteadOf git://github.com
```

However, we don't live in an ideal world so this commit intends to lower the barrier to entry.

See https://stackoverflow.com/questions/16298986/unable-to-connect-to-github-com-for-cloning for more information.
7 years ago
Qingping Hou ddb3bd3cd1 test: add epub-conform suit 8 years ago
chrox a60544b1ad Koreader Ubuntu-touch port
Currently only tested on Ubuntu-touch emulator with framework
ubuntu-sdk-14.10 for armhf.
The ubuntu-touch port is binary compatible with the Kobo port
major changes in this PR are:
1. rename the emulator device to sdl device since both the emulator
and the ubuntu-touch target use libsdl to handle input/output.
2. ubuntu-touch app has no write access to the installation dir so
all write-outs should be in a seperate dir definded in `datastorage`.
9 years ago
chrox fc5a248308 rename submodule koreader-base to base 10 years ago
chrox 2d3c502948 move platform dependent files into 'platform' directory 10 years ago
Hans-Werner Hilse f09c19a947 reflect new ownership of android-luajit-launcher repo 10 years ago
chrox 0a4a092d12 initial commit for android port of koreader
This PR just shows how far we have went to
the android port. There is still a few steps before a running
android port.
10 years ago
HW e5888744fc changed submodule koreader-base to its new URI 11 years ago
HW 6a92cb99e8 Step #3 factoring out the frontend code
This is a first try, but some work is still needed to bring the
build system back into shape.
11 years ago
HW 364bf96f7a Step #1 factoring out the frontend code
This is part of the split between C/C++/Lua API (backend)
and frontend code. External submodules are now part of the
backend code.
11 years ago
chrox 8430850a39 move k2pdfopt source to a submodule libk2pdfopt
Currently libk2pdfopt is staticly linked to kpdfview.
12 years ago
HW a381e11a9e switch to LuaJIT-2.0
LuaJIT is a JIT compiler for Lua code. It's phenomenal work, and
you can read about it here: http://luajit.org/
12 years ago
Qingping Hou 2814102d28 mod: use customed cmake rules to build CREngine libraries 12 years ago
Qingping Hou 6ad4721f6a add: crengine as submodule 12 years ago
Dobrica Pavlinusic 9bd93fe9c1 move third-party git checkouts into submodules #43 12 years ago