-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
20 changed files
with
698 additions
and
1,602 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+12.1 KB
(130%)
app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
Binary file not shown.
Binary file not shown.
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,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="important_notes"> | ||
❗重要提示:\n\n | ||
- 這個 App 使用 Pixabay API 作為圖片來源。\n\n | ||
- 對於開發人員:請將 `${專案根目錄}/secrets.defaults.properties` 中的 API_KEY 替換為你的 Pixabay API 金鑰。\n\n | ||
- 對於非開發人員:確保你的 App Apk 來源為 github.com/azrael8576/picquest 此專案 Releases 之 apk。\n\n | ||
⚠️已知問題:\n\n | ||
- 目前本專案尚未使用本地儲存方案。\n\n | ||
- 最近搜尋關鍵字為 Screen 屏幕級別儲存,這意味著當你回退至頂部頁會清除已儲存的搜尋關鍵字。 | ||
<string name="important_note"> | ||
❗重要提示: | ||
</string> | ||
<string name="important_note_message"> | ||
• PicQuest 使用 Pixabay API 作為圖片來源。\n\n | ||
• 對於開發人員:請將 `${專案根目錄}/secrets.defaults.properties` 中的 API_KEY 替換為你的 Pixabay API 金鑰。\n\n | ||
• 對於非開發人員:確保你的 PicQuest Apk 來源為 github.com/azrael8576/picquest 此專案 Releases 之 apk。\n\n | ||
</string> | ||
</resources> |
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,13 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="important_notes"> | ||
❗Important Notes:\n | ||
- This App uses Pixabay API as its image source.\n | ||
- For developers:\nPlease replace the API_KEY in `${Project_Root_Directory}/secrets.defaults.properties` with your Pixabay API key.\n | ||
- For non-developers:\nEnsure that your App Apk is sourced from github.com/azrael8576/picquest, specifically from the apk in the project\'s Releases.\n | ||
\n | ||
⚠️Known Issues:\n | ||
- Currently, this project does not use any local storage solution.\n | ||
- The recent search keywords is stored at the Screen level, meaning that the keywords will be cleared when you navigate back to the top page. | ||
<string name="important_note"> | ||
❗Important Notes: | ||
</string> | ||
<string name="important_note_message"> | ||
• PicQuest uses Pixabay API as its image source.\n\n | ||
• For developers: Please replace the API_KEY in `${Project_Root_Directory}/secrets.defaults.properties` with your Pixabay API key.\n\n | ||
• For non-developers: Ensure that your PicQuest Apk is sourced from github.com/azrael8576/picquest, specifically from the apk in the project\'s Releases.\n\n | ||
</string> | ||
</resources> |