Commit graph

71 commits

Author SHA1 Message Date
Tobias Reski ae16f20f01 Removed unused googe-services file 2021-11-29 14:36:57 +01:00
Tobias Reski 26c4439841 Fixed issue where urls without query parameters caused the app to crash on deeplink received 2021-11-29 14:33:48 +01:00
Tobias Reski b0c0929253 Added associated domains entitlement to the iOS projects 2021-11-25 10:04:10 +01:00
Tobias Reski e3ac610efd Adjusted path prefix for android deeplinking in all projects 2021-11-22 17:14:05 +01:00
Tobias Reski d85c48bb1e Updated google.json files for all android projects 2021-11-22 17:03:14 +01:00
Tobias Reski d734d4e5e5 Implemented deeplinking in android 2021-11-19 10:35:26 +01:00
Tobias Reski 950c50f218 Adjusted method call order in the MapPageViewModel 2021-11-15 11:55:26 +01:00
Tobias Reski 6181f3aec1 Merged PR 4: WIP: [US-166/location-permission] - Update location permission library and bug fixes
- Switch to Xamarin Essential Permissions
- Resolved infinite loading bug
- Resolved app freezing on permission request
2021-11-15 10:22:20 +00:00
Tobias Reski 0cc4a8ce78 Removed Plugin.Permissions references 2021-11-15 11:15:43 +01:00
Tobias Reski 30c4e4879b Merge branch 'master' into US-166/location-permission
# Conflicts:
#	TINK/TINK/View/Map/MapPage.xaml.cs
#	TINKLib/ViewModel/Map/MapPageViewModel.cs
#	TestFramework/Services/Permissions/PermissionsMock.cs
#	TestTINKLib/TestTINKLib.csproj
2021-11-15 10:06:55 +01:00
Tobias Reski 4993778c42 Removed legacy permission lib and updated code to use essentials lib. 2021-11-15 09:51:06 +01:00
ohauff 4bccfe740b Version 3.0.261 2021-11-14 23:27:29 +01:00
Tobias Reski ba3f987d2a Small refactoring 2021-11-09 16:08:00 +01:00
Tobias Reski 34590fbc7d Fixed issue where location permissions was called infinite times on decline. 2021-11-09 14:22:53 +01:00
Oliver Hauff 8aa3089f32 Tests fixed. 2021-11-08 23:11:56 +01:00
Oliver Hauff 4df8aa98aa Version 3.0.260 2021-11-07 21:28:13 +01:00
Oliver Hauff 5a26bf273b Version 3.0.255 2021-11-07 19:42:59 +01:00
Oliver Hauff db9c288584 Closing lock and returning bike speeded up. 2021-08-28 10:04:10 +02:00
o.hauff e4adeb908c Pipelines reside in a difference branch. 2021-08-15 16:55:45 +00:00
o.hauff 3bc54bb06f Source git repo url corrected. 2021-08-15 16:53:28 +00:00
o.hauff 76a23f3ca0 Copied from sharee.bike App project.
[skip ci]
2021-08-15 16:52:30 +00:00
Oliver Hauff 5e1e5ec77a Compiler error fixed. 2021-08-01 17:43:02 +02:00
Oliver Hauff 59822a839b German translation added. 2021-08-01 17:25:54 +02:00
Oliver Hauff e321764119 Mini survey added.
Minor fiexes.
2021-08-01 17:24:15 +02:00
Oliver Hauff ddfea49ea6 Select station page added to ease getting operator specific contact information. 2021-07-22 22:41:35 +02:00
Oliver Hauff a58c33f005 Contact page shows operator specific info 2021-07-20 23:06:09 +02:00
Oliver Hauff e436e83c1d Version info updated. 2021-07-14 23:36:41 +02:00
Oliver Hauff a7eba321bb Update function corrected: Selected bike is updated, not MyBikes. 2021-07-14 23:31:30 +02:00
Oliver Hauff d874877998 Imput lentght restricted to 10 chars.
Comparison done case insensitve.
2021-07-14 23:30:17 +02:00
Oliver Hauff 0c0baf1b10 Toggle either bike id input controls and lock management view implemented. 2021-07-14 22:39:31 +02:00
Oliver Hauff 892563ac0f Initial version which supports selecting bike by bike id. 2021-07-14 20:40:55 +02:00
Oliver Hauff 4394b6964a Initial version which supports selecting bike by bike id. 2021-07-14 20:39:47 +02:00
Oliver Hauff e1e29da71a Comments/ spelling corrected. 2021-07-14 19:57:07 +02:00
Oliver Hauff 8e84b6deda Continued implementing FindBike functionality by using MyBikes as template. 2021-07-14 00:16:50 +02:00
Oliver Hauff 874166f26f Expression bodied members used and spelling corrected. 2021-07-13 22:37:33 +02:00
Oliver Hauff 7bb4b24034 Menu "Find Bike" added. 2021-07-13 22:20:58 +02:00
Oliver Hauff a51a322d2e Unused usings removed. 2021-07-13 22:17:43 +02:00
Oliver Hauff 47ed05837e Legacy testing lib added.. 2021-07-12 21:31:46 +02:00
Oliver Hauff 0167fc321f Merge branch 'master' of https://dev.azure.com/TeilRad/sharee.bike%20App/_git/sharee.bike%20App 2021-07-12 19:30:48 +02:00
Oliver Hauff 553eaaa4e0 Version 3.0.239 2021-07-12 19:30:14 +02:00
o.hauff 68cf01440c Will be created at different branch azure-pipelines. 2021-07-11 11:26:48 +00:00
o.hauff 0783c94254 Will be created at different branch azure-pipelines. 2021-07-11 11:26:40 +00:00
o.hauff 21aa75e118 Will be created at different branch azure-pipelines. 2021-07-11 11:26:29 +00:00
Oliver Hauff 2a2d814243 AGPLv6 added as license of sharee.bike App 2021-07-08 17:25:26 +02:00
o.hauff e43213c0f7 Display names added. 2021-07-01 12:14:31 +00:00
o.hauff 0e7b07b2c4 vmImage switched. 2021-07-01 12:09:18 +00:00
o.hauff 03d784c90c TestShareeLib Tests run. 2021-07-01 11:55:47 +00:00
o.hauff bc82153835 Initial version.
[skip ci]
2021-07-01 11:14:28 +00:00
o.hauff 863123fdda Variable for solution name added. 2021-07-01 07:24:27 +00:00
o.hauff 9cd2bbc31d Renamed azure-pipelines.yml to Xamarin.iOS.yml 2021-07-01 07:11:55 +00:00