Skip to content

Releases: ShihooWang/DaemonLibrary

Add methods to modify the notification bar UI in the watch process

21 Aug 02:15
Compare
Choose a tag to compare

You can modify the notification bar UI at the App initialization.
ForegroundNotificationUtils.setResId()
ForegroundNotificationUtils.setNotifyTitle()
ForegroundNotificationUtils.setNotifyContent()
ForegroundNotificationUtils.setChannelId()
ForegroundNotificationUtils.setChannelPosition()

if is needed,the channel setting of NotificationChannel method will be opened.

last release

12 Aug 03:38
Compare
Choose a tag to compare

add the JitPack repository

V1.1.1

24 Jul 11:45
Compare
Choose a tag to compare

1.Put the MainWorkService who extends AbsWorkService in the main process.
2.TargetSdkVersion 26 .
3.Fix bug.

1.0.0正式版本

26 Jun 06:01
2c7907f
Compare
Choose a tag to compare

任务结束时,取消注册动态广播,防止内测泄露。

v0.0.4

06 Mar 02:13
72f1483
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

修复频繁开启关闭服务时抛出 Service not registered的异常。

V0.04

23 Apr 05:36
72f1483
Compare
Choose a tag to compare
Update README.md

shihoooo

19 Dec 07:03
Compare
Choose a tag to compare

Advanced version!

修复bug

13 Dec 03:35
Compare
Choose a tag to compare
v0.0.2

修改

修改包名,增加新功能

13 Dec 03:22
Compare
Choose a tag to compare
v0.0.1

修改包名

v0.0.0

12 Dec 06:50
Compare
Choose a tag to compare

This is the first release for DeamonLibrary witch help Android developers create a service that can run continuously in the background of Android devices.