2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Martín Fdez
137e1aad78 add basic metadata for F-Droid 2021-06-17 21:54:03 +02:00
Martín Fernández
59deaf6535 add metadata, to be used by fdroid 2020-01-02 01:29:28 +01:00
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>.
2019-10-19 15:18:50 +02:00
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
2019-07-31 20:56:51 +02:00
Frans de Jonge
32cb1a87cf [chore] Default to shallow clone of binary submodules where history is seldom relevant 2018-05-15 21:55:56 +02:00
Frans de Jonge
2e98cb5cf4 [chore] Make the binary fonts a submodule 2018-05-15 21:55:56 +02:00
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.
2017-08-19 21:21:20 +02:00
Qingping Hou
ddb3bd3cd1 test: add epub-conform suit 2016-06-27 02:02:01 -07:00
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`.
2015-10-03 14:48:51 +08:00
chrox
fc5a248308 rename submodule koreader-base to base 2014-10-04 20:53:35 +08:00
chrox
2d3c502948 move platform dependent files into 'platform' directory 2014-10-03 18:02:50 +08:00
Hans-Werner Hilse
f09c19a947 reflect new ownership of android-luajit-launcher repo 2014-06-03 17:01:52 +02:00
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.
2014-05-26 23:39:10 +08:00
HW
e5888744fc changed submodule koreader-base to its new URI 2013-03-24 19:31:10 +01:00
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.
2013-03-24 13:25:52 +01:00
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.
2013-03-24 12:50:32 +01:00
chrox
8430850a39 move k2pdfopt source to a submodule libk2pdfopt
Currently libk2pdfopt is staticly linked to kpdfview.
2012-11-26 21:58:32 +08:00
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/
2012-06-10 12:26:12 +02:00
Qingping Hou
2814102d28 mod: use customed cmake rules to build CREngine libraries 2012-04-02 11:52:34 +08:00
Qingping Hou
6ad4721f6a add: crengine as submodule 2012-03-27 16:32:41 +08:00
Dobrica Pavlinusic
9bd93fe9c1 move third-party git checkouts into submodules #43 2012-03-07 17:19:52 +01:00