|
|
8a2889633f
|
chore: update .gitignore to include JVM crash dumps and Android SDK path
|
2026-05-19 12:41:19 +07:00 |
|
|
|
23d0cf6f66
|
feat: finalize AI analyzer, sync endpoints, and stabilize builds
|
2026-05-19 12:27:08 +07:00 |
|
|
|
f697ef16cd
|
chore(config): move hardcoded secrets to environment variables
|
2026-05-18 15:40:55 +07:00 |
|
Wowieee4
|
dee6a56140
|
add YOLOv8 TFLite model asset
|
2026-05-17 20:42:35 +07:00 |
|
Wowieee4
|
c566c026cd
|
tested k9 reports
|
2026-05-17 19:36:46 +07:00 |
|
Wowieee4
|
d2608e0188
|
fixing a ton of sloppy mess...
|
2026-05-17 18:40:03 +07:00 |
|
|
|
f970f1bac8
|
feat: add postman collection for walkguide API
|
2026-05-17 15:56:41 +07:00 |
|
|
|
cdb578c834
|
fix(auth): add auto-init hardware shortcuts and voice commands on user register
|
2026-05-17 15:55:18 +07:00 |
|
|
|
2617ccacb2
|
test: fix all compilation errors and achieve coverage
|
2026-05-17 09:29:31 +07:00 |
|
|
|
1e709c51d3
|
fix(test): rename Controller folder to lowercase to match package declaration
|
2026-05-17 08:49:02 +07:00 |
|
|
|
9781efeb6c
|
fix: resolve compilation errors, mock signatures, and missing DTO constructors
|
2026-05-17 08:34:56 +07:00 |
|
|
|
abeb99ed61
|
test(performance): implement k6 load testing scenarios and java result parser
|
2026-05-17 02:21:28 +07:00 |
|
|
|
4a0ae1d615
|
test(integration): add e2e flows for flutter app and java backend features
|
2026-05-17 02:18:29 +07:00 |
|
|
|
558ef66a55
|
test(frontend): implement unit and widget tests for core flows and use cases
|
2026-05-17 02:15:54 +07:00 |
|
|
|
790db043a9
|
feat(ui): add walk guide, server connect, pairing, auth, and splash screens
|
2026-05-17 02:10:14 +07:00 |
|
|
|
c8a1818e97
|
feat(map): implement map navigation, OSRM routing, and Nominatim search
|
2026-05-17 01:53:02 +07:00 |
|
|
|
f9a23dee58
|
test: add UserControllerTest unit test
|
2026-05-16 08:17:27 +07:00 |
|
|
|
efd8560324
|
test: add PairingControllerTest unit test
|
2026-05-16 08:15:20 +07:00 |
|
|
|
45160f7f97
|
test: add GuardianControllerTest unit test
|
2026-05-16 08:12:26 +07:00 |
|
|
|
785d883556
|
test: add CallControllerTest unit test
|
2026-05-16 08:11:43 +07:00 |
|
|
|
c26321f797
|
test: add AuthControllerTest unit test
|
2026-05-16 08:10:41 +07:00 |
|
|
|
b7a9079930
|
test: add VoiceCommandServiceTest unit test
|
2026-05-15 22:33:42 +07:00 |
|
|
|
8f265c8efa
|
test: add MockDataServiceTest unit test
|
2026-05-15 22:32:43 +07:00 |
|
|
|
1f64cee1e0
|
test: add GuardianDashboardServiceTest unit test
|
2026-05-15 22:25:25 +07:00 |
|
|
|
8aa3db88f9
|
test: add FcmServiceTest unit test
|
2026-05-15 22:24:16 +07:00 |
|
|
|
2d0cf0f1a5
|
test: add AgoraTokenServiceTest unit test
|
2026-05-15 22:22:47 +07:00 |
|
|
|
818aa27eb1
|
test: add UserSettingServiceTest unit test
|
2026-05-15 22:14:05 +07:00 |
|
|
|
def12a1bdb
|
test: add ObstacleLogServiceTest unit test
|
2026-05-15 22:12:50 +07:00 |
|
|
|
3eff1275f9
|
test: add HardwareShortcutServiceTest unit test
|
2026-05-15 22:11:14 +07:00 |
|
|
|
dd9c51c0bc
|
test: add SosServiceTest unit test
|
2026-05-15 22:01:42 +07:00 |
|
|
|
d428c8fc35
|
test: add LocationServiceTest unit test
|
2026-05-15 22:00:26 +07:00 |
|
|
|
2966eda8c7
|
test: add GeofenceServiceTest unit test
|
2026-05-15 21:56:28 +07:00 |
|
|
|
688a3aac7c
|
test: add AiConfigServiceTest unit test
|
2026-05-15 21:47:23 +07:00 |
|
|
|
2c5626c0f9
|
test: add ActivityLogServiceTest unit test
|
2026-05-15 21:46:04 +07:00 |
|
|
|
42543c27df
|
test: add NotificationServiceTest unit test
|
2026-05-15 21:37:55 +07:00 |
|
|
|
70487e6d0d
|
test: add PairingServiceTest unit test
|
2026-05-15 21:36:44 +07:00 |
|
|
|
bfcfd4e0f5
|
test: add AuthServiceTest - register & login
|
2026-05-15 21:29:26 +07:00 |
|
|
|
fa1c2ca69a
|
feat: implement SosScreen with button + voice trigger
|
2026-05-15 20:20:01 +07:00 |
|
|
|
4cfe317d02
|
feat: implement ActivityLogScreen with real API + BLoC
|
2026-05-15 20:09:24 +07:00 |
|
|
|
6944bb87a8
|
implement NotificationScreen with unread badge + mark read
|
2026-05-15 20:06:30 +07:00 |
|
|
|
086d60cb7b
|
feat: STOMP WebSocket client implementation and UI Guardian Dashboard
|
2026-05-15 19:49:45 +07:00 |
|
|
|
6eaffaa234
|
feat: integrate STOMP WebSocket and Agora VoIP signaling
|
2026-05-15 18:11:31 +07:00 |
|
Wowieee4
|
22ebbb7db0
|
a bunch of flutter updates
|
2026-05-08 20:27:57 +07:00 |
|
Wowieee4
|
53e612e221
|
api update and flutter update
|
2026-05-07 10:22:06 +07:00 |
|
Wowieee4
|
c5d716248e
|
update readme
|
2026-05-04 11:49:18 +07:00 |
|
Wowieee4
|
feb8e78b0c
|
update backend
|
2026-05-04 11:20:53 +07:00 |
|
Wowieee4
|
c8d9eefa74
|
update
|
2026-05-02 02:43:47 +07:00 |
|
Wowieee4
|
f8ca77eeb9
|
updates
|
2026-04-23 11:38:29 +07:00 |
|
Wowieee4
|
ff76abbbf6
|
first week update
|
2026-04-22 21:25:02 +07:00 |
|
Wowieee4
|
760bb2de66
|
fixed readme
|
2026-04-22 21:01:00 +07:00 |
|