Skip to content

Commit a25e4d5

Browse files
committed
sync tex
1 parent 8527d63 commit a25e4d5

File tree

5 files changed

+6
-268
lines changed

5 files changed

+6
-268
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
/build
99
/captures
1010
.externalNativeBuild
11+
12+
13+
app/src/main/assets/SAMPLES.tex

app/src/main/assets/SAMPLES.tex

-264
This file was deleted.

libtex/src/main/java/io/nano/tex/res/ResManager.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public String getResourcesRootDirectory() {
3232
}
3333

3434
private List<String> listRes() {
35-
InputStream is = ResManager.class.getResourceAsStream("readme");
35+
InputStream is = ResManager.class.getResourceAsStream("RES_README");
3636
BufferedReader in = new BufferedReader(new InputStreamReader(is));
3737
String line;
3838
List<String> res = new ArrayList<>();
@@ -91,4 +91,3 @@ private static void copyTo(InputStream is, String targetPath) {
9191
}
9292
}
9393
}
94-

libtex/src/main/jni/port/graphics_android.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ shared_ptr<TextLayout> TextLayout::create(const wstring& txt, const shared_ptr<F
120120
/******************************************* Graphics 2D ******************************************/
121121

122122
/**
123-
* Keep in sync with com/welearn/tex/ActionRecorder
123+
* Keep in sync with io/nano/tex/ActionRecorder
124124
*/
125125
enum Action {
126126
ACT_setFont,

libtex/src/main/jni/tex

Submodule tex updated from e03739d to 63555c2

0 commit comments

Comments
 (0)