Commit graph

93 commits

Author SHA1 Message Date
James Rich
4cba13ea14
feat: material3 (#1862) 2025-05-17 11:39:53 -05:00
James Rich
8cde47bdf9
refactor: migrate to Compose navigation (#1835)
Co-authored-by: andrekir <andrekir@pm.me>
2025-05-15 08:05:30 -05:00
Joshua Soberg
2f48e8e68a
chore: Unused code cleanup (#1612)
* Remove unused SoftwareUpdateService code and commented out service reg in manifest

* Remove unused methods that had unnecessary version checks

* Regenerate baseline to remove detekt issues that are no longer present
2025-02-27 16:18:42 -06:00
andrekir
13b615a470 chore: update license header 2025-01-02 07:00:51 -03:00
Espié.R
d76eac258b
feat: add text/plain intent to send message (#1389) 2024-11-30 14:12:08 -03:00
andrekir
1219d3037e chore: add GPL-3.0 license headers to source files 2024-11-26 08:54:18 -03:00
andrekir
3a97e6dbcb refactor: remove BACKGROUND_LOCATION permission 2024-08-29 08:10:09 -03:00
andrekir
bc05280988 refactor: remove Companion Device Pairing
https://developer.android.com/develop/connectivity/bluetooth/companion-device-pairing
2024-08-03 07:53:59 -03:00
andrekir
b1b5143ee5 chore: declare permission to meet connectedDevice runtime prerequisites
https://developer.android.com/about/versions/14/changes/fgs-types-required#connected-device
2024-07-23 19:17:32 -03:00
andrekir
e31b7d4911 chore: update targetSdk to API 34 2024-07-21 10:43:01 -03:00
Thomas Göttgens
105f38e97c
feat: add a tablet friendly mode (#782) 2023-11-18 06:03:19 -03:00
andrekir
0330b8ff80 refactor: adjust for landscape 2023-11-18 05:51:42 -03:00
andrekir
15ed09680f chore: update compileSdk and targetSdk to API 33 2023-08-27 07:03:36 -03:00
andrekir
66ee722a91 fix: ATAK plugins bindService failure on Android 13+
Since ATAK removed the [QUERY_ALL_PACKAGES permission](https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV/blob/4.6.0.5/atak/ATAK/app/src/main/AndroidManifest.xml#L156-L158) binding services for ATAK plugins running Android 13+ require the 'com.atakmap.app.component' activity with intent-filter added to the manifest.
2023-08-19 07:50:36 -03:00
andrekir
8ac6aa8126 refactor: change screenOrientation to sensorPortrait (closes #640) 2023-05-30 18:46:04 -03:00
andrekir
253a371988 chore: clean manifest lint 2023-02-13 18:33:38 -03:00
andrekir
2d4a41be23 chore: add manifest fullBackupContent and dataExtractionRules 2023-02-13 18:33:19 -03:00
andrekir
d42dbb7b04 add foregroundServiceType connectedDevice 2022-12-23 22:52:44 -03:00
Andre K
c9a81c72e0
update in-app language picker (#538) 2022-12-10 11:03:14 -03:00
andrekir
00de511907 update targetSdkVersion to 31 2022-11-04 18:31:18 -03:00
andrekir
4c46f2ae1c upgrade gradle libs 2022-11-02 15:38:26 -03:00
andrekir
2e4cae048f update QR code convention 2022-10-13 00:18:19 -03:00
andrekir
27ee6a847a remove play services code scanner 2022-08-25 20:50:55 -03:00
Andre Kirchhoff
25de235a93
Merge branch 'master' into dev-app-intro 2022-08-16 19:13:19 -03:00
andrekir
46dfa80344 revert unwanted manifest changes 2022-08-16 18:52:26 -03:00
Ayub
d2bed1344a AndroidManifest added back new code
Added back new code to the file. This is all that is changed in this PR.
2022-08-16 11:55:36 +01:00
Ayub
831a1c79df Reverting changes to AndroidManifest file
Removing formatting and new code from AndroidManifest file. This will be added back in with the next commit. Hopefully this resolves the issue
2022-08-16 11:43:46 +01:00
Andre Kirchhoff
c8724f73f0
update channel url prefix 2022-08-14 08:54:18 -03:00
Ayub
51f78a3328 Added App Introduction Screens
Added three screens explaining Meshtastic and how to use the app. This is only shown on the first launch of the app.
2022-08-10 17:12:49 +01:00
andrekir
b0e7868957 set singleInstance to MainActivity 2022-06-16 22:47:22 -03:00
andrekir
a4e1f0de77 add mlkit barcode scanner 2022-05-17 17:29:21 -03:00
Mike Cumings
0acf037000 Merge remote-tracking branch 'remotes/origin/master' 2022-05-06 11:19:11 -07:00
Andre Kirchhoff
2c34126a51
Update AndroidManifest.xml
disable Auto Backup
2022-04-24 10:30:41 -03:00
Mike Cumings
9687fb7370 RadioInterfaceService is no longer an Android Service
Removes the AIDL and associated support for the `IRadioInterfaceService`.
This should give some performance benefit since radio data no longer
has to round-trip through the platform.
2022-04-22 17:40:01 -07:00
Mike Cumings
4f6357103b Move radio service code verbatim into repository/radio 2022-04-22 10:22:03 -07:00
andrekir
64114ce341 hold new permissions until targetSdkVersion update 2022-02-09 22:10:25 -03:00
andrekir
239a22c1bc add splash screen 2022-02-04 00:57:27 -03:00
andrekir
3a1c87d26f update API 31+ bluetooth manifest 2022-01-25 17:53:44 -03:00
andrekir
e8e389930e downgrade zxing:core for minSdkVersion 21 2022-01-10 00:33:26 -03:00
andrekir
e8999712d2 fix companion device pairing 2022-01-07 18:51:20 -03:00
andrekir
c8d7427f2f remove duplicate permission 2021-12-26 23:26:41 -03:00
andrekir
bb40672401 disable storage 2021-12-14 22:48:20 -03:00
andrekir
3ecc247c76 QR Code scanning with camera 2021-11-17 21:00:46 -03:00
Kevin Hester
59e430d30d WIP color fixes 2021-05-09 09:02:53 +08:00
Kevin Hester
2fc4099bfc Merge branch 'dev' into dev1.2
# Conflicts:
#	app/src/main/java/com/geeksville/mesh/MainActivity.kt
#	app/src/main/java/com/geeksville/mesh/service/MeshService.kt
2021-03-02 14:38:55 +08:00
Kevin Hester
bd796524b9 channelset wip 2021-02-27 12:04:44 +08:00
Vadim Furman
ead36b2fc6 Do not use windowSoftInputMode=adjustPan, as the toolbar hides when input is active. 2021-02-22 15:00:32 -08:00
Kevin Hester
9d75c6f062 fix missing crashlytics permission 2021-02-21 11:00:11 +08:00
Vadim Furman
2d81acbee5 Added settings 2021-02-05 21:29:28 -08:00
Kevin Hester
6c3c20c154 switch app launcher to new icon 2021-01-30 14:44:55 +08:00