1
0
mirror of https://gitee.com/51danju/workclock.git synced 2025-06-08 03:44:05 +08:00

修改一下说明

This commit is contained in:
wushunlian 2019-02-16 15:24:57 +08:00
parent 4c701d1f64
commit feb08fb471
6 changed files with 31 additions and 11 deletions

1
.gitignore vendored
View File

@ -47,3 +47,4 @@ captures
app/src/custom_flavor/ app/src/custom_flavor/
app/src/ptest/ app/src/ptest/
app/src/debug app/src/debug
/app/release/app-release.apk

View File

@ -1,25 +1,44 @@
# CoolClock # WorkClock
An Android clock An Android clock
##功能
###普通状态
左滑:设置
右滑:改变字本
上滑:增加亮度
下滑:减小亮度
计时器 单击->改变状态,长按-> 设置时间
日期 单击->显示日历
天气 单击->显示近几天天气
下面说明条 单击->随机名言
###定时提醒状态
倒计时 单击->停止闹铃,返回普通状态
------
其它在设置页设置
<img src="https://raw.githubusercontent.com/socoolby/CoolClock/master/CoolClock.png" width="768" height="382"/> <img src="https://raw.githubusercontent.com/socoolby/CoolClock/master/CoolClock.png" width="768" height="382"/>
<img src="https://raw.githubusercontent.com/socoolby/CoolClock/master/CoolClockPreview.png" width="768" height="576"/> <img src="https://raw.githubusercontent.com/socoolby/CoolClock/master/CoolClockPreview.png" width="768" height="576"/>
6.0系统以下,可以用 近身感应锁屏。 在屏锁状态下无效
<img src="https://raw.githubusercontent.com/socoolby/CoolClock/master/demonstrate.gif" width="320" height="568"/> <img src="https://raw.githubusercontent.com/socoolby/CoolClock/master/demonstrate.gif" width="320" height="568"/>
### Setting
CoolClock->Touch in screen(Or click menu)->Setting
### Trigger Screen
Slide over to turn screen on and off is via proximity sensor(It's near by earpiece), but you need activate device administrator authorization and set screen lock to no LockScreen before use.Of course you can turn off this feature in CoolClock->Setting->Trigger Screen ON/OFF.
### Uninstall Application: ### Uninstall Application:
CoolClock->Setting->Uninstall CoolClock->Setting->Uninstall
[Download APK](https://github.com/socoolby/CoolClock/blob/master/CoolClock.apk) [Download APK](https://gitee.com/51danju/workclock/raw/master/workclock.apk)
SourceCode:[CoolClock](https://github.com/socoolby/CoolClock) SourceCode:[WorkClock](https://gitee.com/51danju/workclock)
Email:[socoolby@gmail.com](mailto:socoolby@gmail.com)

View File

@ -1 +0,0 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"1.2.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

Binary file not shown.

View File

@ -8,6 +8,7 @@
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:supportsRtl="true" android:supportsRtl="true"
android:sharedUserId="android.uid.system"
android:name=".ClockApplication" android:name=".ClockApplication"
android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen"> android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen">

View File

@ -20,7 +20,7 @@
<string name="socoolby">Socoolby</string> <string name="socoolby">Socoolby</string>
<string name="email"><a href="mailto:socoolby@gmail.com">socoolby@gmail.com</a></string> <string name="email"><a href="mailto:socoolby@gmail.com">socoolby@gmail.com</a></string>
<string name="github"><a href="https://github.com/socoolby/coolClock">原作者 Github:CoolClock</a></string> <string name="github"><a href="https://github.com/socoolby/coolClock">原作者 Github:CoolClock</a></string>
<string name="github1"><a href="https://gitee.com/51danju/coolClock">Gitee : wushunlian</a> 增强版</string> <string name="github1"><a href="https://gitee.com/51danju/workclock">Gitee : wushunlian</a> 增强版</string>
<string name="email1"><a href="mailto:wushunlian@163.com">wushunlian@163.com</a></string> <string name="email1"><a href="mailto:wushunlian@163.com">wushunlian@163.com</a></string>
<string name="about">About</string> <string name="about">About</string>
<string name="except">Except</string> <string name="except">Except</string>