Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
6
600SeriesAndroidUploader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
cgm
uploader
600SeriesAndroidUploader
Graph
3a2a17ff079869ae1eea1c999c8cf5dc06823d6c
Select Git revision
Branches
9
WIP-Arecibo-ci
WIP-Arecibo-v0.7.0
develop
develop-treatments
feature/history
gh-pages
hotfix/logger
master
default
protected
only-upload-cgm
Tags
11
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.1
v0.1.0
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
23
Jul
18
16
15
14
12
6
5
4
3
2
1
29
May
28
26
18
Apr
16
15
14
31
Mar
30
29
27
13
12
6
5
28
Feb
27
26
25
21
19
18
8
5
2
1
29
Jan
22
17
16
14
11
9
8
7
6
4
2
1
31
Dec
29
28
27
23
22
19
18
17
16
15
11
10
8
4
1
30
Nov
29
27
26
25
18
15
14
12
11
6
5
1
Aug
30
Jul
30
Jun
29
28
13
29
May
26
25
24
22
21
22
21
20
19
18
17
16
15
14
11
10
5
26
Mar
Changes to get Travis build working.
Start using Travis in preparation for auto-release building.
- Make signing optional
Merge pull request #143 from pazaan/release/v0.5.1
Merge pull request #139 from pazaan/develop
Merge pull request #138 from Pogman/develop
Enhanced warning system. Make icons consistent across devices.
Fix Polling issues
Merge pull request #13 from pazaan/develop
Merge pull request #137 from Pogman/develop
Merge branch 'develop' into develop
Missed or messed up something while updating git and this contains the latest changes to scheduling code
Merge pull request #135 from Pogman/develop
Offset for polling
Merge pull request #134 from pazaan/revert-133-develop
Fix for broken interval checking in scheduleNextPoll as it was refusing to use the short intervals set by retry code.
Revert "Fix for broken interval checking in scheduleNextPoll as it was refusi…"
Merge pull request #133 from Pogman/develop
Fix for broken interval checking in scheduleNextPoll as it was refusing to use the short intervals set by retry code.
Merge pull request #132 from Pogman/develop
If there's no last SGV time in history then allow pump polling immediately.
Merge pull request #130 from Pogman/develop
Cleanup warnings
Fix layout issue that caused trend and unit to be cut off on some devices
Fix crash bug that has effected all versions that would cause many odd issues. This was due to the resisterReceiver listeners not being unregistered after closing app meaning that new recievers kept being added and added and would trigger multiple times on usb intents.
Add symbol ⚠ to warnings + errors to make them easy to see in the log
Add some messages for polling on startup
Chart dot sizing based on chart zoom level and dpi of target device
auto scrolling and focus for status log
Fix for delayed chart and display updates from first poll after startup
Check startup polling and poll immediately if last SGV is older then interval else poll when next SGV expected.
Improvements to error handling and status log messages
Fix finger BG reporting to NS and add status message "Recent finger BG: XXX"
Attempt to fix crashlytics reported problem with realm by ensuring transaction is handled in a more safe way.
Due to potential of some versions of android to mangle alarms and clash with polling times the default alarm reset is set to POLL_PERIOD_MS + 60 seconds
Merge branch 'develop' of https://github.com/Pogman/640gAndroidUploader into develop
Added error handling for encrypted payload = 0 or null.
Added error handling for LinkKey response message.
Reduce comms errors by checking next message in stream as pump can send messages out of sequence or resend them.
Merge pull request #12 from pazaan/develop
Loading