This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-v1.2' into main
- Loading branch information
Showing
59 changed files
with
4,188 additions
and
1,405 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
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
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,12 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Modify this file to customize your launch splash screen --> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@android:color/white" /> | ||
<!-- <item android:drawable="@android:color/white" /> --> | ||
|
||
<!-- You can insert your own image assets here --> | ||
<!-- <item> | ||
<item> | ||
<bitmap | ||
android:gravity="center" | ||
android:src="@mipmap/launch_image" /> | ||
</item> --> | ||
android:src="@mipmap/launcher_icon" /> | ||
</item> | ||
</layer-list> |
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 @@ | ||
include ':app' |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,120 @@ | ||
|
||
<body> | ||
<p> | ||
This page shows all available deep links in DaKanji for every platform. | ||
</p> | ||
<table style="width:100%; text-align: center; table-layout: fixed; word-wrap: break-word;"> | ||
<tr> | ||
<th> | ||
Dictionary | ||
</th> | ||
<th> | ||
Android | ||
</th> | ||
<th> | ||
iOS | ||
</th> | ||
<th> | ||
min. version | ||
</th> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://jisho.org">jisho.org</a> | ||
</td> | ||
<td> | ||
<a href="dakanji://dakanji/jisho">dakanji://dakanji/jisho</a> | ||
</td> | ||
<td> | ||
- | ||
</td> | ||
<td> | ||
1.2 | - | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://www.wadoku.de">wadoku.de</a> | ||
</td> | ||
<td> | ||
<a href="dakanji://dakanji/wadoku">dakanji://dakanji/wadoku</a> | ||
</td> | ||
<td> | ||
- | ||
</td> | ||
<td> | ||
1.2 | - | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://weblio.jp">weblio.jp</a> | ||
</td> | ||
<td> | ||
<a href="">dakanji://dakanji/</a> | ||
</td> | ||
<td> | ||
- | ||
</td> | ||
<td> | ||
1.2 | - | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="https://www/japandict.com/">japandict.com (custom URL)</a> | ||
</td> | ||
<td> | ||
<a href="dakanji://dakanji/URL/https://www.japandict.com/%X%">dakanji://dakanji/URL/https://www.japandict.com/%X%</a> | ||
</td> | ||
<td> | ||
- | ||
</td> | ||
<td> | ||
1.2 | - | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
takoboto (app) | ||
</td> | ||
<td> | ||
<a href="dakanji://dakanji/takoboto">dakanji://dakanji/takoboto</a> | ||
</td> | ||
<td> | ||
- | ||
</td> | ||
<td> | ||
1.2 | - | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
akebi (app) | ||
</td> | ||
<td> | ||
<a href="dakanji://dakanji/akebi">dakanji://dakanji/akebi</a> | ||
</td> | ||
<td> | ||
- | ||
</td> | ||
<td> | ||
1.2 | - | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
aedict (app) | ||
</td> | ||
<td> | ||
<a href="dakanji://dakanji/aedict">dakanji://dakanji/aedict</a> | ||
</td> | ||
<td> | ||
- | ||
</td> | ||
<td> | ||
1.2 | - | ||
</td> | ||
</tr> | ||
</table> | ||
</body> |
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,4 +1,3 @@ | ||
|
||
@echo off | ||
setlocal enableextensions | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.