Skip to content

Commit 95abf17

Browse files
authored
Merge pull request nightscout#1 from nightscout/dev
2.7.0 release
2 parents c0b0d58 + eb8203c commit 95abf17

File tree

3,204 files changed

+117103
-94416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,204 files changed

+117103
-94416
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
build/
99
.idea/*
1010
!.idea/codeStyles/
11-
app/src/main/jniLibs
1211
full/
1312
debug/
1413
release/

.idea/codeStyles/Project.xml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android:
88
components:
99
- platform-tools
1010
- tools
11-
- build-tools-28.0.3
11+
- build-tools-29.0.2
1212
- android-28
1313
- extra-google-m2repository
1414
- extra-android-m2repository

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Hints
4242
-----
4343

4444
* Start small, it is easier to review smaller changes that affect fewer parts of code
45-
* Take a look into Issues list (https://github.com/MilosKozak/AndroidAPS/issues) - maybe there is somthing you can fix or implement
45+
* Take a look into Issues list (https://github.com/nightscout/AndroidAPS/issues) - maybe there is something you can fix or implement
4646
* For new features, make sure there is Issue to track progress and have on-topic discussion
4747
* Reach out to community, discuss idea on Gitter (https://gitter.im/MilosKozak/AndroidAPS)
4848
* Speak with other developers to minimise merge conflicts. Find out who worked, working or plan to work on speciffic issue or part of app

ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Reporting bugs
66
upper-right corner).
77
- Obtain the app's log files, which can be found on the phone in
88
_/storage/emulated/0/Android/data/info.nightscout.androidaps/_
9-
See https://github.com/MilosKozak/AndroidAPS/wiki/Accessing-logfiles
10-
- Open an issue at https://github.com/MilosKozak/AndroidAPS/issues/new
9+
See https://androidaps.readthedocs.io/en/latest/EN/Usage/Accessing-logfiles.html
10+
- Open an issue at https://github.com/nightscout/AndroidAPS/issues/new

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# AndroidAPS
22

3-
* Check the wiki: http://wiki.androidaps.org
3+
* Check the wiki: https://androidaps.readthedocs.io
44
* Everyone who’s been looping with AndroidAPS needs to fill out the form after 3 days of looping https://docs.google.com/forms/d/14KcMjlINPMJHVt28MDRupa4sz4DDIooI4SrW0P3HSN8/viewform?c=0&w=1
55

66
[![Gitter](https://badges.gitter.im/MilosKozak/AndroidAPS.svg)](https://gitter.im/MilosKozak/AndroidAPS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7-
[![Build status](https://travis-ci.org/MilosKozak/AndroidAPS.svg?branch=master)](https://travis-ci.org/MilosKozak/AndroidAPS)
7+
[![Build status](https://travis-ci.org/nightscout/AndroidAPS.svg?branch=master)](https://travis-ci.org/nightscout/AndroidAPS)
88
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/androidaps/localized.svg)](https://translations.androidaps.org/project/androidaps)
99
[![Documentation Status](https://readthedocs.org/projects/androidaps/badge/?version=latest)](https://androidaps.readthedocs.io/en/latest/?badge=latest)
1010
[![codecov](https://codecov.io/gh/MilosKozak/AndroidAPS/branch/master/graph/badge.svg)](https://codecov.io/gh/MilosKozak/AndroidAPS)

0 commit comments

Comments
 (0)