Skip to content

Commit 65d8014

Browse files
committed
修改 MultiLanguages.setSystemLanguage 方法命名
1 parent 7a12693 commit 65d8014

File tree

20 files changed

+573
-415
lines changed

20 files changed

+573
-415
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: https://raw.githubusercontent.com/getActivity/Donate/master/picture/pay_ali.png
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: 提交 Bug
3+
about: 请告诉我框架存在的问题,我会协助你解决此问题!
4+
labels: bug
5+
assignees: getActivity
6+
7+
---
8+
9+
## 问题描述
10+
11+
* 框架版本:XXX
12+
13+
* 问题描述:XXX
14+
15+
* 复现步骤:XXX
16+
17+
* 是否必现:填是/否
18+
19+
* 手机信息:例如某米 9 / Android 10
20+
21+
## 请回答
22+
23+
* 是部分机型还是所有机型都会出现:部分/全部(例如:某为,某 Android 版本会出现)
24+
25+
* 框架最新的版本是否存在这个问题:是/否(如果用的是旧版本的话,建议升级看问题是否还存在)
26+
27+
* 是否已经查阅框架文档还未能解决的:是/否(文档会提供最常见的问题解答,可以看看是否有自己想要的)
28+
29+
* issue 是否有人曾提过类似的问题:是/否(看看曾经有人提过类似的问题,先参考一下别人是怎么解决的)
30+
31+
* 是否可以通过 Demo 来复现该问题:是/否(排查一下是不是自己的项目代码写得有问题导致的)
32+
33+
* 使用原生 API 是否会出现该问题:是/否(排查一下是不是框架的代码写法存在问题导致的)
34+
35+
## 其他
36+
37+
* 提供报错堆栈(如果有报错的话必填)
38+
39+
* 提供截图或视频(根据需要提供,此项不强制)
40+
41+
* 提供解决方案(如果已经解决了的话,此项不强制)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: 提交建议
3+
about: 请告诉我框架的不足之处,让我做得更好!
4+
labels: bug
5+
assignees: getActivity
6+
7+
---
8+
9+
## 建议收集
10+
11+
* 你觉得框架有什么不足之处?(必答项,你可以描述框架有什么令你不满意的地方)
12+
13+
* 你觉得该怎么去完善会比较好?(非必答项,你可以提供一下自己的想法或者做法供作者参考)

.github/workflows/android.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Android CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v2
12+
- name: set up JDK 1.8
13+
uses: actions/setup-java@v1
14+
with:
15+
java-version: 1.8
16+
- name: Build with Gradle
17+
run: ./gradlew build aR

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Apache License
3-
Version 2.0, January 2004
3+
Version 2.0, July 2019
44
http://www.apache.org/licenses/
55

66
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright [yyyy] [name of copyright owner]
190+
Copyright 2019 Huang JinQun
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

MultiLanguages.apk

-4.57 MB
Binary file not shown.

MultiLanguages.jpg

-122 KB
Binary file not shown.

0 commit comments

Comments
 (0)