Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
发布新版本v5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacknic committed May 28, 2019
1 parent d8becba commit 8270fa8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 桂工端

- 此应用为桂林理工大学在校生所常用的一些系统接口进行集成,如教务、财务、图书等系统,方便同学们进行相关信息的查询。
- 桂工端内测QQ群:974115700
- 个人邮箱:jacknic@qq.com

### 部分效果图

Expand All @@ -12,7 +15,8 @@
![我的截图](http://upload-images.jianshu.io/upload_images/4788693-6697a5cf12aab9ed.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/480)

1. 此应用在使用过程中直接与学校的相关系统对接,无任何盗取用户信息的行为
2. 欢迎在Github( https://github.com/jacknic/glut.git )查看源码
2. 欢迎在Github( https://github.com/Jacknic/glut.git )查看源码
3. 下载地址[应用宝下载](http://a.app.qq.com/o/simple.jsp?pkgname=com.jacknic.glut)
4. 下载地址[GitHub下载](https://github.com/Jacknic/glut/releases/latest)


8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ android {
minSdkVersion 16
targetSdkVersion 28
resConfigs 'zh', 'hdpi'
versionCode 53
versionCode 54
flavorDimensions "default"
manifestPlaceholders = [MTA_CHANNEL: "测试", MTA_APPKEY: "debug"]
versionName "5.3"
versionName "5.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk {
// abiFilters 'armeabi-v7a'
Expand Down Expand Up @@ -47,6 +47,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.config
}
debug {
versionNameSuffix = "-debug"
applicationIdSuffix ".debug"
}
}
//配置数据库版本,版本升级为2
greendao {
Expand Down
9 changes: 0 additions & 9 deletions feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

- 只筛选有建设性意义的反馈

**注意**: v5.3 存在严重bug,原因可能是学校教务网址及接口变动,导致用户登录失败,无法正常获取数据。
但我这边没有教务账号(已毕业)进行登录,也就无法排查具体原因。如果有同学愿意参加内测,并提供账号测试应该能够解决问题;
如果没有,那么该应用可能就止步于此了。感谢各位的反馈与支持!

桂工端内测QQ群:974115700
个人邮箱:jacknic@qq.com



> 应用版本 v5.3
反馈时间| 反馈内容| 处理结果
Expand Down
10 changes: 5 additions & 5 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"date": "2019-5-3",
"versionCode": 53,
"versionName": "5.3",
"downloadUrl": "https://f94abde6e1ae12b8fc752652cdfe39ec.dd.cdntips.com/imtt.dd.qq.com/16891/A6AE08474A64D4FAA4B4C25B6FE81AAF.apk?fsname=com.jacknic.glut.apk",
"info": "1. 修复教务登录失败问题\n2. 更新依赖库版本\n3. 新增权限动态申请\n注意:请到应用宝下载更新",
"date": "2019-5-28",
"versionCode": 54,
"versionName": "5.4",
"downloadUrl": "https://github.com/Jacknic/glut/releases/download/latest/app-github-release.apk",
"info": "1. 修复部分专业获取课表异常问题(无法登陆)\n2. 修复应用内更新异常\n注意:请到网页或应用宝下载更新,应用内更新在v5.4才修复",
"remark": "/*该文件用于应用版本检测更新!*/"
}

0 comments on commit 8270fa8

Please sign in to comment.