Milos Kozak
4a17fdc9a0
Merge remote-tracking branch 'origin/dev' into layout
2020-05-04 21:55:20 +02:00
Milos Kozak
47fd4bd1fe
libraries update
2020-05-04 21:37:03 +02:00
Milos Kozak
d0fc697183
Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
2020-05-04 21:03:34 +02:00
Milos Kozak
ee913cffd8
gradle tweaking
2020-05-04 21:03:30 +02:00
Milos Kozak
d0221c34aa
Merge pull request #2616 from Philoul/Fix_TemporaryBasal_Crash
...
Fix Crash TemporyBasal
2020-05-04 11:53:22 +02:00
Milos Kozak
948bb8dc33
Merge pull request #2617 from Philoul/DatabaseHelper_Missing_Function
...
Add missing function in DatabaseHelper
2020-05-04 11:52:50 +02:00
Milos Kozak
ab9da6e2b6
AlertDialogs -> core
2020-05-04 10:49:19 +02:00
Philoul
3e63d32d60
Add missing function in DatabaseHelper
...
getExtendedBolusDataFromTime(long from, long to, boolean ascending)
=> I need it for autotune plugin...
2020-05-04 10:40:22 +02:00
Philoul
d44bc87d1b
Fix Crash TemporyBasal
...
Injector missing with extendedbolus
2020-05-04 10:15:21 +02:00
Milos Kozak
2fb0198418
RxBus -> core
2020-05-04 01:36:46 +02:00
Milos Kozak
e1ddde9697
FabricPrivacy -> core
2020-05-04 01:27:47 +02:00
Milos Kozak
5be4a5dd97
AAPSLogger -> core
2020-05-04 00:42:13 +02:00
Milos Kozak
99907ed029
SP -> core
2020-05-04 00:33:27 +02:00
Milos Kozak
7e6f82d068
Lgging cleanup
2020-05-04 00:14:23 +02:00
Milos Kozak
db16434154
build.gradle unify
2020-05-03 22:18:58 +02:00
Milos Kozak
53383461f0
core module
2020-05-03 21:27:42 +02:00
Milos Kozak
c17f8d10ad
split dependency to IconsProvider
2020-05-03 17:50:33 +02:00
Milos Kozak
027bc64f0f
Skins
2020-05-03 15:04:08 +02:00
Andy Rozman
7df0bdd82c
- removed tests, they need to be reworked
2020-05-03 11:59:09 +01:00
Andy Rozman
97ca0a2a2f
- fixed test
2020-05-03 11:35:47 +01:00
Andy Rozman
91b3b67104
- fix the test
2020-05-03 11:01:40 +01:00
Milos Kozak
75251e3870
cache more pages in Pager
2020-05-03 01:06:36 +02:00
Milos Kozak
818e7cd6b6
Merge remote-tracking branch 'origin/dev' into layout
2020-05-03 00:32:30 +02:00
Milos Kozak
8fe57c9d7a
unify layouts
2020-05-03 00:32:26 +02:00
Andy Rozman
634042b40d
- omnipod eros driver and REQUIRED changes
2020-05-02 21:49:15 +01:00
Milos Kozak
2723e6615d
main layout finished
2020-05-02 20:37:37 +02:00
AdrianLxM
9995e7448b
RandomBGPlugin - stay between min and max
...
The sinus is in interval [-1,1].
If we shift it by one interval it would map it to 0 to 2 times the interval -> divide by two.
2020-05-02 12:30:22 +02:00
Milos Kozak
9ed1a9ba69
Merge pull request #2607 from MilosKozak/AdrianLxM-patch-2
...
Removed internal function
2020-05-02 12:28:13 +02:00
Milos Kozak
2e50e4196d
Merge remote-tracking branch 'origin/dev' into layout
2020-05-02 12:23:22 +02:00
Tim Gunn
5048111d1d
Merge branch 'dev' of github.com:MilosKozak/AndroidAPS into LGS
2020-05-02 21:53:59 +12:00
Tim Gunn
40519b92a2
Fix further tests
2020-05-02 21:22:21 +12:00
Milos Kozak
9efbbd3c17
clanup
2020-05-02 10:49:55 +02:00
Tim Gunn
4c2fdef71a
Fix tests
2020-05-02 19:13:16 +12:00
Tim Gunn
0bbdca3b4a
Add test
2020-05-02 14:50:53 +12:00
Tim Gunn
5c38762178
Format code so its easier to read
2020-05-02 01:55:11 +12:00
Tim Gunn
9e2c3255e2
Remove not needed getter function
2020-05-02 01:54:46 +12:00
Tim Gunn
96757145bf
Use auto getter method
2020-05-02 01:54:08 +12:00
Tim Gunn
560a081c7c
Inherit from HardLimits class
2020-05-02 01:50:35 +12:00
Tim Gunn
b54e1a0af3
Add LGS
2020-05-02 00:07:24 +12:00
Tim Gunn
01e8934f7a
Add deterministic LGS function
2020-05-02 00:05:50 +12:00
Milos Kozak
9a929e4bcb
aps status
2020-04-30 23:33:13 +02:00
Milos Kozak
585b45fb97
MainApp cleanup
2020-04-30 18:39:52 +02:00
Milos Kozak
ddd58c37a3
move ongoing notification to extra class
2020-04-30 17:56:40 +02:00
Milos Kozak
18820441a4
remove some deprecated calls
2020-04-30 10:55:10 +02:00
Milos Kozak
42cfd87a2b
injection cleanup
2020-04-30 00:37:58 +02:00
AdrianLxM
acf9f05928
Removed internal function
...
TypedArrayUtils is marked as `@RestrictTo(LIBRARY_GROUP_PREFIX)`.
getAttr() will chose between the two parameters, so if both are the same has no functionality anyway.
2020-04-29 00:39:20 +02:00
Milos Kozak
99f6741f78
Merge pull request #2604 from MilosKozak/mdtrefactor
...
MDT refactor
2020-04-28 10:23:48 +02:00
Milos Kozak
0aa8a4b270
New Crowdin translations ( #2584 )
...
* New translations protection.xml (Czech)
* New translations protection.xml (German)
* New translations validator.xml (German)
* New translations strings.xml (German)
* New translations strings.xml (German)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (German)
* New translations strings.xml (Portuguese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Portuguese)
* New translations strings.xml (Portuguese)
* New translations protection.xml (Portuguese)
* New translations validator.xml (Portuguese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations protection.xml (Portuguese, Brazilian)
* New translations validator.xml (Portuguese, Brazilian)
* New translations validator.xml (Portuguese, Brazilian)
* New translations validator.xml (Portuguese)
* New translations strings.xml (Spanish)
* New translations strings.xml (Spanish)
* New translations strings.xml (Portuguese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Bulgarian)
* New translations strings.xml (Portuguese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Portuguese)
* New translations protection.xml (Portuguese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations protection.xml (Portuguese, Brazilian)
* New translations strings.xml (German)
* New translations strings.xml (Portuguese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Slovak)
* New translations protection.xml (Slovak)
* New translations strings.xml (Slovak)
* New translations validator.xml (Slovak)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations protection.xml (Russian)
* New translations validator.xml (Russian)
* New translations objectives.xml (Portuguese)
* New translations objectives.xml (Portuguese, Brazilian)
* New translations objectives.xml (German)
* New translations strings.xml (Portuguese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Russian)
* New translations objectives.xml (Russian)
* New translations strings.xml (Portuguese)
* New translations strings.xml (Portuguese, Brazilian)
* New translations objectives.xml (Portuguese)
* New translations objectives.xml (Portuguese, Brazilian)
* New translations objectives.xml (Russian)
* New translations objectives.xml (German)
* New translations strings.xml (German)
* New translations objectives.xml (German)
* New translations objectives.xml (Czech)
* New translations objectives.xml (Russian)
* New translations objectives.xml (Lithuanian)
* New translations strings.xml (Lithuanian)
* New translations strings.xml (Romanian)
* New translations exam.xml (Lithuanian)
* New translations strings.xml (Portuguese, Brazilian)
* New translations strings.xml (Chinese Simplified)
* New translations strings.xml (Turkish)
* New translations validator.xml (Swedish)
* New translations protection.xml (Swedish)
* New translations objectives.xml (Swedish)
* New translations strings.xml (Swedish)
* New translations strings.xml (Slovak)
* New translations strings.xml (Russian)
* New translations strings.xml (Portuguese)
* New translations strings.xml (Polish)
* New translations strings.xml (Dutch)
* New translations strings.xml (Lithuanian)
* New translations strings.xml (French)
* New translations strings.xml (Korean)
* New translations strings.xml (Italian)
* New translations strings.xml (Greek)
* New translations strings.xml (German)
* New translations strings.xml (Czech)
* New translations strings.xml (Bulgarian)
* New translations strings.xml (Afrikaans)
* New translations strings.xml (Spanish)
* New translations strings.xml (Slovak)
* New translations strings.xml (Czech)
* New translations objectives.xml (Portuguese)
* New translations validator.xml (Italian)
* New translations objectives.xml (Italian)
* New translations objectives.xml (Bulgarian)
* New translations strings.xml (Slovak)
* New translations strings.xml (Czech)
* New translations strings.xml (Italian)
* New translations objectives.xml (Italian)
* New translations protection.xml (Italian)
* New translations validator.xml (Italian)
* New translations strings.xml (Italian)
* New translations strings.xml (German)
* New translations strings.xml (Czech)
* New translations strings.xml (German)
* New translations strings.xml (Italian)
* New translations strings.xml (Polish)
* New translations strings.xml (Slovak)
* New translations objectives.xml (Slovak)
* New translations objectives.xml (Polish)
* New translations protection.xml (Polish)
* New translations strings.xml (Russian)
* New translations strings.xml (Czech)
* New translations strings.xml (Czech)
* New translations strings.xml (German)
* New translations strings.xml (Italian)
* New translations strings.xml (Slovak)
* New translations strings.xml (French)
* New translations strings.xml (Portuguese)
* New translations strings.xml (Russian)
* New translations protection.xml (French)
* New translations objectives.xml (French)
* New translations validator.xml (French)
2020-04-28 09:43:12 +02:00
Milos Kozak
789d520606
fix preference processing
2020-04-28 09:08:03 +02:00
Milos Kozak
bb39dd994a
fix logging
2020-04-28 00:48:43 +02:00