1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-09 23:21:34 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge
Richard de Boer 7e1685f5f9 Bangle.js: fix memory leak from HTTP requests
Every call to Volley.newRequestQueue() creates a new global thread pool,
which isn't automatically cleaned up once the request completes.
With this commit we create a RequestQueue around on first use, and reuse
it for subsequent requests.
2023-06-05 10:09:28 +00:00
..
activities Bangle.js: Bump flavor targetSdkVersion to 31 2023-05-30 00:25:20 +02:00
adapter Zepp OS: Manage contacts on watch 2023-05-17 23:43:29 +01:00
capabilities Amazfit GTR 4: Initial support 2022-10-22 22:03:49 +02:00
contentprovider update license headers 2021-01-10 23:38:13 +01:00
database Bangle.js: Bump flavor targetSdkVersion to 31 2023-05-30 00:25:20 +02:00
deviceevents Amazfit GTR 4: Initial support 2022-10-22 22:03:49 +02:00
devices Re-added ability to make Mi Band 6 visible in third party apps 2023-05-31 02:42:45 +01:00
entities Huami: Persist sleep respiratory rate data 2023-05-27 19:03:43 +01:00
export Zepp OS: Start new GPX segments on pause/resume 2023-05-14 16:22:32 +01:00
externalevents Improve notification logging 2023-06-03 20:28:27 +01:00
impl add onSetNavigationInfo() to device interface 2023-05-21 22:50:52 +02:00
model Huami: Persist sleep respiratory rate data 2023-05-27 19:03:43 +01:00
service Bangle.js: fix memory leak from HTTP requests 2023-06-05 10:09:28 +00:00
util Bangle.js: Bump flavor targetSdkVersion to 31 2023-05-30 00:25:20 +02:00
GBApplication.java fix saving app notification/pebble blacklist preferences on import 2023-03-18 17:54:55 +00:00
GBEnvironment.java Update license headers 2020-01-09 10:44:32 +01:00
GBException.java update license headers 2021-01-10 23:38:13 +01:00
LockHandler.java Update license headers 2020-01-09 10:44:32 +01:00
Logging.java Amazfit GTR 4: Initial support 2022-10-22 22:03:49 +02:00
LoggingExceptionHandler.java update license headers 2021-01-10 23:38:13 +01:00
SleepAlarmWidget.java Bangle.js: Bump flavor targetSdkVersion to 31 2023-05-30 00:25:20 +02:00
Widget.java Bangle.js: Bump flavor targetSdkVersion to 31 2023-05-30 00:25:20 +02:00