Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
snooze
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
akwizgran
snooze
Graph
DeepSleep
Select Git revision
Branches
2
DeepSleep
master
default
protected
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
30
Apr
29
28
23
22
21
10
Nov
12
Dec
21
Oct
17
16
3
Jul
2
22
Jun
21
19
11
Jan
1
Nov
17
Aug
16
15
14
11
10
9
8
Use WIFI_MODE_FULL_HIGH_PERF for wifi lock on API >= 29.
master
master
Schedule a connectivity check at startup.
Log MIUI version on Xiaomi and Redmi phones.
Log doze exemption status when receiving a doze mode broadcast.
Check connectivity after events that might affect it.
Include git hash in log.
Log doze exemption status after requesting.
Make wake lock tag configurable.
Add support for renewable wake locks.
Finish AndroidX migration, add doze exemption button.
Upgrade all the things, migrate to AndroidX.
Update notification icon.
Update launcher icon.
Make log file world-readable for easier extraction.
Check for deep sleep on alarm and when receiving data.
Log more information about deep sleep.
Fix lint warnings for server.
Upgrade dependencies and target API, fix lint warnings.
Merge branch 'deep-sleep-changes' into 'master'
Add SleepMonitor to detect deep sleep.
Started power monitor with app launch instead of service creation
DeepSleep
DeepSleep
Attempt at detecting deep sleep w/ error margin
WIP: Attempt at detecting deep sleep (do not merge)
WIP: Attempt at detecting deep sleep (do not merge)
Merge branch 'Usability' into 'master'
Minor usability improvements; keyboard toggles when background is clicked, custom keyboard
Remove default server details.
Allow user to enter ip address and port number
Allow client to specify keepalive size.
Updated Gradle to version 3.5.
Reconnect after closing socket due to inactivity.
Close socket if connection is idle for two keepalive periods.
Use a proper logger for SnoozeServer.
Interrupt network thread by closing socket.
Prepend existing messages rather than sorting.
Set TCP no delay and keepalive options on socket.
Removed read buffer, increased wake lock coverage.
Cancel alarm and interrupt network thread when stopping service.
Added button to stop service.
Log network connectiviy events.
Loading