-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修复 Nav 中头像不会自动改变的 BUG
- Loading branch information
Showing
10 changed files
with
62 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,8 @@ Web端使用的是朱大的[know_web](https://github.com/Jude95/know_web.git)的 | |
+ 查看、提交答案 | ||
+ 更换头像 | ||
|
||
<!-- | ||
## 下载 | ||
[下载APK](app/app-release.apk) | ||
--> | ||
[下载APK](app/app-release.apk?raw=true) | ||
|
||
## Developed by | ||
Haruue Icymoon <[email protected]> | ||
|
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
15 changes: 15 additions & 0 deletions
15
app/src/main/java/cn/com/caoyue/bihu/data/network/ApiKeys.java
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,15 @@ | ||
package cn.com.caoyue.bihu.data.network; | ||
|
||
public class ApiKeys { | ||
|
||
static { | ||
System.loadLibrary("JniApiKeys"); | ||
} | ||
|
||
public static final String HARUUE_KNOW_WEB_APIKEY = getHaruueKnowWebApikey(); | ||
public static final String HARUUE_STORAGE_SERVER_2_APIKEY = getHaruueStorageServer2Apikey(); | ||
|
||
public static native String getHaruueKnowWebApikey(); | ||
public static native String getHaruueStorageServer2Apikey(); | ||
|
||
} |
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
29 changes: 29 additions & 0 deletions
29
app/src/main/jni/cn_com_caoyue_bihu_data_network_ApiKeys.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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