更新震动
1 parent 098816b commit f6dd8c861330b9e749687b4c297b48825659b284
bello authored on 9 Sep 2019
Showing 57 changed files
View
.gitignore 100644 → 100755
File mode changed
View
notifyApp/app/.gitignore 100644 → 100755
File mode changed
View
notifyApp/app/build.gradle 100644 → 100755
File mode changed
View
notifyApp/app/proguard-rules.pro 100644 → 100755
File mode changed
View
notifyApp/app/src/main/AndroidManifest.xml 100644 → 100755
File mode changed
View
notifyApp/app/src/main/java/me/notify/notifyinfo/ExampleApplication.java 100644 → 100755
File mode changed
View
notifyApp/app/src/main/java/me/notify/notifyinfo/ExampleUtil.java 100644 → 100755
File mode changed
View
notifyApp/app/src/main/java/me/notify/notifyinfo/MainActivity.java 100644 → 100755
File mode changed
View
notifyApp/app/src/main/java/me/notify/notifyinfo/MainActivity2.java 100644 → 100755
File mode changed
View
notifyApp/app/src/main/java/me/notify/notifyinfo/MyJPushMessageReceiver.java 100644 → 100755
File mode changed
View
notifyApp/app/src/main/java/me/notify/notifyinfo/MyReceiver.java 100644 → 100755
View
notifyApp/app/src/main/java/me/notify/notifyinfo/PushService.java 100644 → 100755
File mode changed
View
notifyApp/app/src/main/java/me/notify/notifyinfo/ServerHelper.java 100644 → 100755
File mode changed
View
notifyApp/app/src/main/java/me/notify/notifyinfo/TagAliasOperatorHelper.java 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/drawable-v24/ic_launcher_foreground.xml 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/drawable/ic_ball.png 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/drawable/ic_launcher_background.xml 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/layout/activity_main.xml 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/layout/ly_float.xml 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-hdpi/ic_launcher.png 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-hdpi/ic_launcher_round.png 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-mdpi/ic_launcher.png 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-mdpi/ic_launcher_round.png 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-xhdpi/ic_launcher.png 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-xxhdpi/ic_launcher.png 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/values/colors.xml 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/values/strings.xml 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/values/styles.xml 100644 → 100755
File mode changed
View
notifyApp/app/src/main/res/xml/network_security_config.xml 100644 → 100755
File mode changed
View
notifyApp/build.gradle 100644 → 100755
File mode changed
View
notifyApp/gradle.properties 100644 → 100755
File mode changed
View
notifyApp/gradlew.bat 100644 → 100755
View
notifyApp/key.jks 100644 → 100755
File mode changed
View
notifyApp/local.properties 100644 → 100755
File mode changed
View
notifyApp/settings.gradle 100644 → 100755
File mode changed
View
notifyServer/.gitignore 100644 → 100755
File mode changed
View
notifyServer/db_notify.sql 100644 → 100755
File mode changed
View
notifyServer/mvnw.cmd 100644 → 100755
File mode changed
View
notifyServer/pom.xml 100644 → 100755
File mode changed
View
notifyServer/src/main/java/me/notify/notifyServer/NotifyServerApplication.java 100644 → 100755
File mode changed
View
notifyServer/src/main/java/me/notify/notifyServer/controller/MainController.java 100644 → 100755
File mode changed
View
notifyServer/src/main/java/me/notify/notifyServer/controller/NotifyController.java 100644 → 100755
File mode changed
View
notifyServer/src/main/java/me/notify/notifyServer/controller/RegController.java 100644 → 100755
File mode changed
View
notifyServer/src/main/java/me/notify/notifyServer/dao/RegDao.java 100644 → 100755
File mode changed
View
notifyServer/src/main/java/me/notify/notifyServer/service/RegService.java 100644 → 100755
File mode changed
View
notifyServer/src/main/java/me/notify/notifyServer/util/JPushService.java 100644 → 100755
File mode changed
View
notifyServer/src/main/resources/application.properties 100644 → 100755
File mode changed
View
notifyServer/src/main/resources/static/css/buttons.css 100644 → 100755
File mode changed
View
notifyServer/src/main/resources/static/js/jquery-2.1.4.js 100644 → 100755
File mode changed
View
notifyServer/src/main/resources/templates/index.html 100644 → 100755
File mode changed
View
notifyServer/src/test/java/me/notify/notifyServer/NotifyServerApplicationTests.java 100644 → 100755
File mode changed