mirror of
https://gitee.com/51danju/workclock.git
synced 2025-06-07 11:24:04 +08:00
修改一下说明
This commit is contained in:
parent
4c701d1f64
commit
feb08fb471
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@ captures
|
||||
app/src/custom_flavor/
|
||||
app/src/ptest/
|
||||
app/src/debug
|
||||
/app/release/app-release.apk
|
||||
|
37
README.md
37
README.md
@ -1,25 +1,44 @@
|
||||
# CoolClock
|
||||
# WorkClock
|
||||
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/CoolClockPreview.png" width="768" height="576"/>
|
||||
|
||||
6.0系统以下,可以用 近身感应锁屏。 在屏锁状态下无效
|
||||
<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:
|
||||
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)
|
||||
|
@ -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.
@ -8,6 +8,7 @@
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:sharedUserId="android.uid.system"
|
||||
android:name=".ClockApplication"
|
||||
|
||||
android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen">
|
||||
|
@ -20,7 +20,7 @@
|
||||
<string name="socoolby">Socoolby</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="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="about">About</string>
|
||||
<string name="except">Except</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user