Skip to content

Commit

Permalink
hello friends I love youu
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstdio committed Jul 19, 2019
1 parent f835e13 commit 36a65fc
Show file tree
Hide file tree
Showing 109 changed files with 9,422 additions and 1,525 deletions.
Empty file modified .gitignore
100755 → 100644
Empty file.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file added .idea/caches/gradle_models.ser
Binary file not shown.
29 changes: 0 additions & 29 deletions .idea/codeStyles/Project.xml

This file was deleted.

4 changes: 4 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 34 additions & 12 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,55 @@
Copyright (C) <2018> <LEE JOON HEE>

This program is free software: you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation, either version 3 of the License, or any later version.


This program is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License

along with this program. If not, see <http://www.gnu.org/licenses/>

# 알림
# Site link
[HangulClock](https://hangulclock.today/)


# 알림 / Alert
"HangulClock For Android"는 "한글시계"Mac, Window버전을 만든 "이상훈"님과 한글시계 원작자분께 허락을 받아 개발되었습니다.

"HangulClock For Android" is originated from HangulClock Mac and Window version(developer : [SangHunLee](https://github.com/dsa28s/)).

# TODO
*서버로 부터 랜덤으로 문자를 받아오는 기능 추가
*새로운 "이스터에그"추가(찾아보시길.. ㅎ)
*간단히 날씨를 알아 볼 수 있는 기능 추가
*환경설정 디자인 바꾸기..(못생겼어..)
- 서버로 부터 랜덤으로 문자를 받아오는 기능 추가
- Getting random pharse from the server

- 새로운 "이스터에그"추가(찾아보시길.. ㅎ)
- adding easter egg

- 간단히 날씨를 알아 볼 수 있는 기능 추가
- adding weather feature

- 환경설정 디자인 바꾸기..(못생겼어..)
- UI update

# 작동버전 / minimum os version
- Android 4.4(KitKat)+

# 작동버전
*Android 4.4(KitKat)+
# 메모 / memo
- nothing to add right now

# 메모
*개발자 분들의 원활한 개발을 위해 나름(?) 주석을 열심히 달아봤습니다! 즐코 하세요!
# 한글시계는 컴퓨터에도 있습니다! / HangulClock also has PC and Mac version!

# 한글시계는 컴퓨터에도 있습니다!
https://hangulclock.today -->한글시계 사이트
https://github.com/dsa28s -->GItHub
- [HangulClock Official Site](https://hangulclock.today/)
- [PC & Mac version developer github](https://github.com/dsa28s/)

Binary file added Screen Shot 2018-10-10 at 18.43.47 (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot_1539158155.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot_1539158236.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified app/.gitignore
100755 → 100644
Empty file.
22 changes: 12 additions & 10 deletions app/build.gradle
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.leejoonhee.hangulclockforandroid"
minSdkVersion 19
targetSdkVersion 26
versionCode 11
versionName "2.1"
versionCode 14
versionName "3.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -24,14 +24,16 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
compile 'com.google.firebase:firebase-core:11.8.0'
compile 'com.google.firebase:firebase-database:11.8.0'
compile 'com.android.support:cardview-v7:26.1.0'
compile 'com.google.android.gms:play-services-ads:11.8.0'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.firebase:firebase-core:16.0.8'
implementation 'com.google.firebase:firebase-database:16.1.0'
implementation 'com.android.support:cardview-v7:26.1.0'
implementation 'com.squareup.okhttp:okhttp:2.7.2'
implementation 'com.google.firebase:firebase-ads:11.8.0'

}

apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'
Binary file removed app/debug/HangulClockBeta1.7.apk
Binary file not shown.
Binary file removed app/debug/HangulClockBeta1.7.apk.zip
Binary file not shown.
Binary file added app/debug/app-debug.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/debug/output.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1},"path":"app-debug.apk","properties":{"packageId":"com.leejoonhee.hangulclockforandroid","split":"","minSdkVersion":"19"}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":14,"versionName":"3.2","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"},"path":"app-debug.apk","properties":{}}]
Empty file modified app/google-services.json
100755 → 100644
Empty file.
Empty file modified app/proguard-rules.pro
100755 → 100644
Empty file.
Binary file removed app/release/HangulClockR1_2.apk
Binary file not shown.
Binary file removed app/release/HangulClockR1_3.apk
Binary file not shown.
Binary file removed app/release/HangulClockR1_4.apk
Binary file not shown.
Binary file removed app/release/HangulClockR1_5.apk
Binary file not shown.
Binary file removed app/release/HangulClockR1_6.apk
Binary file not shown.
Binary file removed app/release/HangulClockR1_7.apk
Binary file not shown.
Binary file removed app/release/HangulClockR_1_0.apk
Binary file not shown.
1 change: 0 additions & 1 deletion app/release/output.json

This file was deleted.

Empty file.
82 changes: 63 additions & 19 deletions app/src/main/AndroidManifest.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.leejoonhee.hangulclockforandroid">

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
<uses-permission android:name="android.permission.GET_TASKS" />
Expand All @@ -11,9 +13,11 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.PHONE_STATE_STATE" />
<uses-permission android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
<uses-permission
android:name="android.permission.BIND_ACCESSIBILITY_SERVICE"
tools:ignore="ProtectedPermissions" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

<application
android:name=".lockscreen.LockApplication"
Expand All @@ -22,79 +26,108 @@
android:label="HangulClock"
android:roundIcon="@drawable/logo"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
android:theme="@style/Theme.AppCompat.NoActionBar">
<activity
android:name=".MainActivity"
android:theme="@style/AppTheme">
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />

<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".SettingActivity" />
<activity android:name=".HelpActivity" />
<activity android:name=".Service.SettingActivity" />
<activity android:name=".Service.HelpActivity" />
<activity android:name=".Service.SentenceActivity" />
<activity android:name=".Service.Weather.WeatherSetting" />

<receiver
android:name=".widget.bigsizefull"
android:label="4X4 BIG">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="com.tistory.code-soo.android.appwidget.CLICK" />
</intent-filter>

<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/bigsizefull_info" />
</receiver>

<receiver
android:name=".widget.bigsizesmall"
android:label="4X4 SMALL">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="com.tistory.code-soo.android.appwidget.CLICK" />
</intent-filter>

<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/bigsizesmall_info" />
</receiver>

<receiver android:name=".widget.bigsizemid"
<receiver
android:name=".widget.bigsizemid"
android:label="4X4 MID">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="com.tistory.code-soo.android.appwidget.CLICK" />
</intent-filter>

<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/bigsizemid_info" />
</receiver>

<receiver android:name=".widget.midsize"
<receiver
android:name=".widget.midsizefull"
android:label="3X3 BIG">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="com.tistory.code-soo.android.appwidget.CLICK" />
</intent-filter>

<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/midsize_info" />
</receiver>
<receiver
android:name=".widget.midsizesmall"
android:label="3X3 SMALL">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>

<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/midsizesmall" />
</receiver>

<receiver android:name=".widget.fatversion"
android:label="2X4 FAT">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>

<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/fatversion_info" />
</receiver>

<activity
android:name=".lockscreen.LockScreenActivity"
android:showOnLockScreen="true"
android:launchMode="singleInstance"
android:theme="@style/AppThemeNoAction">
android:showOnLockScreen="true"
android:theme="@style/AppThemeNoAction" />

</activity>
<activity android:name=".lockscreen.lockset"
<activity
android:name=".lockscreen.lockset"
android:excludeFromRecents="true"
android:launchMode="singleInstance">
android:launchMode="singleInstance" />

</activity>

<service android:name=".lockscreen.LockscreenService" ></service>
<service android:name=".lockscreen.LockscreenService" />

<service
android:name=".lockscreen.LockWindowAccessibilityService"
Expand All @@ -107,8 +140,19 @@

<meta-data
android:name="android.accessibilityservice"
android:resource="@xml/accessibilityservice"/>
android:resource="@xml/accessibilityservice" />
</service>

<activity
android:name=".Service.PopupActivity"
android:theme="@android:style/Theme.Dialog" />

<activity
android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:theme="@android:style/Theme.Translucent" />


</application>

</manifest>

This file was deleted.

Loading

0 comments on commit 36a65fc

Please sign in to comment.