Commit Graph

53 Commits

Author SHA1 Message Date
edr
43a7a66caa Fix possible NullPointerExceptions 2024-02-17 02:44:18 +01:00
edr
e95a554717 Delete unused method 2024-02-17 02:09:27 +01:00
edr
703406b517 Taking snapshots of volume view no longer needed 2024-02-17 02:07:44 +01:00
edr
0ae2ca4a65 Fix volume monitor scrolling 2024-02-17 01:17:41 +01:00
edr
7359716c09 Fix notification click handler 2024-02-17 01:00:55 +01:00
edr
5b0ccaa8a1 Store child device name as member var that can be queried later 2024-02-17 00:59:19 +01:00
Fabian Wiesel
7fd7451700 Get last length elements, not first 2024-02-17 00:55:27 +01:00
edr
a9f5b233e6 Avoid synchronized by scheduling writes on the main event loop 2024-02-17 00:01:59 +01:00
Fabian Wiesel
f6a429e545 Split out ListenService and VolumeHistory
This moves the model of the historic volume to its own class (VolumeHistory),
and extracts the listening out of the ListenActivity to the ListenService.
2024-02-16 20:50:19 +01:00
Fabian Wiesel
b339602184 Adopt settings from Android Studio
It doesn't change any functionality, only the format and
settings according to the recommendations of Android Studio
2024-02-16 20:35:48 +01:00
edr
37b21ad495 Upgrade gradle 2023-10-01 21:43:17 +02:00
edr
3d0cf2444c Remove redundant article in license text 2023-10-01 20:57:42 +02:00
edr
4571b06b23 Reenable build errors on lintFailure 2023-10-01 20:44:41 +02:00
edr
1625d50359 Fix some warnings 2023-10-01 20:37:03 +02:00
edr
db032437dd Reduce sampling frequency to 8000 Hz 2023-10-01 20:18:03 +02:00
edr
b8c78797e4 Set port field by default 2023-10-01 20:17:31 +02:00
edr
f98526b4fb Fix another crash and some reformatting 2023-10-01 00:52:43 +02:00
edr
d1e7c1b239 optimize imports 2023-09-30 19:17:40 +02:00
edr
5d2fd1fba8 Enforce client disconnect when closing monitoring view 2023-09-30 16:43:50 +02:00
edr
9ec30c33da Add AudioCompression (ulaw) 2023-09-30 16:31:35 +02:00
edr
7bd4416193 Remember last entered child device address & port 2023-06-30 17:59:45 +02:00
edr
6ceda0b022 Fix service discovery on android 12 2023-06-30 17:45:04 +02:00
mezysinc
dda00cfbe3 ptbr translation
string in ptbr
2021-01-08 14:53:56 -03:00
edr
e81c5692a2 Replace icon 2020-07-22 22:03:32 +02:00
edr
b2df26e13b List all listening network interfaces 2020-05-13 21:36:33 +02:00
edr
8045151603 Change Icon 2020-04-23 00:24:18 +02:00
edr
d0ed6c1bba Change project name to "Child Monitor" 2020-04-22 22:52:56 +02:00
edr
10f2d0a253 Smarter relative volume computation 2020-04-22 21:42:31 +02:00
edr
471e4ead82 Check for audio recording permissions before opening MonitorActivity 2020-04-20 23:03:24 +02:00
edr
1f36cb7938 Reduce member variable visibility 2020-04-19 21:39:32 +02:00
edr
8c8e711f3b Initialize member vars in onCreate 2020-04-19 21:01:26 +02:00
edr
4ab2b83eb5 Fix first y coordinate in volume graph 2020-04-16 20:44:20 +02:00
edr
a4c6d39265 Close serverSocket more reliably 2020-04-15 22:50:49 +02:00
edr
1848126888 Visualize volume over time 2020-04-15 21:13:37 +02:00
edr
d124158ad3 Statically listen on port 10000 2020-04-15 20:25:35 +02:00
edr
cb067be24c Reduce volume indicator flickering when volume is low 2020-04-15 20:15:14 +02:00
edr
3991687565 First prototype for volume visualization 2020-04-15 19:51:20 +02:00
edr
816f4554bb Update gradle config and fix minSdkVersion problems in manifest 2020-04-15 19:46:38 +02:00
Branden Archer
e7b4330d9c Add Dutch translations 2018-06-18 17:16:46 -04:00
Branden Archer
25caeb3fa4 Update translations 2018-06-16 17:56:09 -04:00
Branden Archer
e1c44ca66a Remove unused settings menu
The settings menu was present in the Child Device view, but
did not do anything when selected.
2018-02-26 21:03:12 -05:00
Branden Archer
75c065fd23 Add German translations
Translations contributed by Alexander Muro on Transifex
2018-02-13 21:24:55 -05:00
Branden Archer
1c64b15c00 remove unnecessary Runnable in onCreate()
onCreate is already running on the UI thread, no need
to create a separate runnable.
2017-12-27 19:03:46 -05:00
Branden Archer
043c26481a Set ongoing status for notifications 2017-12-27 18:52:17 -05:00
Branden Archer
388b9b378f Use white icon for notifications 2017-12-27 18:52:04 -05:00
Shachar R
64db907c2b Cosmetics 2017-12-25 08:31:33 -08:00
Shachar R
e19f1cc09a Fix comments from pull-request review 2017-12-24 17:46:12 -08:00
Shachar R
053cf34ea2 Fix a leak in the wifiManager usage in Android version smaller than N
Update the SDK version to match the version in gradle.
2017-12-24 11:27:50 -08:00
Shachar R
0009c3bbdd Add notification icon for listening and disconnected events
TODO: Change icon color/details for connected vs. disconnected status
2017-12-24 11:26:22 -08:00
Branden Archer
9ba6a9434a Add paddingLeft/Right
This is to support SDK 16 and below
2017-09-13 14:42:25 -04:00