summaryrefslogtreecommitdiffhomepage
path: root/android/service
AgeCommit message (Expand)AuthorFilesLines
2025-10-28Rename 'shared' to 'repository'Kalle Lindström4-10/+10
2025-10-28Add option to show relay location in notificationKalle Lindström4-16/+246
2025-10-23Fix failing test due to time zone changeKalle Lindström1-2/+2
2025-09-11Move ApiEndpointOverride to its own bean in app moduleJonatan Rhodin1-8/+1
2025-08-04Attempt to fix potential ANRKalle Lindström1-2/+3
2025-07-03Fix gradle kotlinOptions warningsDavid Göransson1-3/+7
2025-06-19Use AlarmManager for notificationsKalle Lindström8-125/+150
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson1-4/+4
2025-05-21Supply IP address when using API overrideDavid Göransson2-1/+4
2025-05-21Unify usage of gradle propertiesDavid Göransson1-4/+1
2025-04-03Add product flavor to in app logsKalle Lindström2-0/+3
2025-02-26Remove Joda Time and use java.time package insteadKalle Lindström5-24/+23
2025-01-28Bundle a pre-generated relay list instead of generating oneJonatan Rhodin3-8/+30
2025-01-07Add support for blocking and disconnecting text in notificationDavid Göransson2-48/+20
2024-12-13Replace intentholder with api override intent holderJonatan Rhodin2-7/+4
2024-12-12Remove machines file except on WindowsDavid Lönnhager1-2/+0
2024-12-11Update stagemole and devmole hostnamesNiklas Berglund1-2/+2
2024-11-27Fix usecaseDavid Göransson1-3/+3
2024-11-27Handle legacy always-on vpn profilesDavid Göransson3-49/+51
2024-11-22Refactor ConnectivityListenerDavid Göransson1-1/+1
2024-11-18Use ticker flow for Android system notificationsKalle Lindström5-91/+115
2024-11-12Fix account expiry in app notif not resettingKalle Lindström1-1/+3
2024-11-12Use maybenotv2 on iOS, remove maybenotv1Emīls1-1/+1
2024-10-30Add back maybenot_machines version 1Joakim Hulthe1-1/+1
2024-10-07Use Duration instead of PeriodKalle Lindström1-5/+4
2024-10-07Fix review feedbackKalle Lindström2-38/+22
2024-10-07Update in app expiry notifications over timeKalle Lindström4-6/+87
2024-10-03Make all compiler warnings errorsDavid Göransson1-1/+4
2024-09-25Align internal and external notification expiryKalle Lindström2-5/+7
2024-09-24Set build tools version to 35.0.0David Göransson1-0/+1
2024-09-18Implement new Connect screen with feature indicatorsDavid Göransson1-3/+3
2024-09-17Format build filesDavid Göransson1-6/+2
2024-09-06Add daita grpc and uiAlbin3-34/+30
2024-08-30Fix foreground not starting in timeDavid Göransson1-24/+25
2024-08-30Fix incorrect offline notification when not blockingDavid Göransson1-3/+3
2024-08-30Add notification throttlingDavid Göransson1-1/+13
2024-08-30Initialize mullvad daemon directly in vpn service on createJonatan Rhodin5-59/+66
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin10-37/+27
2024-08-19Fix for failing mockapi and e2e testsNiklas Berglund1-2/+1
2024-08-13Migrate to version catalogsAlbin1-22/+26
2024-08-07Fix bind not being invokedDavid Göransson4-34/+38
2024-08-07Fix tunnel state notification behavior when logged outDavid Göransson1-4/+0
2024-08-05Add dummy name resolverDavid Göransson1-2/+5
2024-08-02Reset the backoff and start/stop management service in proper orderDavid Göransson1-3/+6
2024-08-01Add log to detect slow start up of daemonDavid Göransson1-0/+1
2024-06-26Change app log calls to info severityAlbin2-14/+14
2024-06-26Migrate log calls to kermitAlbin2-19/+16
2024-06-26Add kermit dependencyAlbin1-0/+1
2024-06-24Refactor daemon init and deinit on AndroidDavid Lönnhager2-78/+41
2024-06-17Get value of data directory value at app startupMarkus Pettersson2-2/+11