Skip to content

Commit

Permalink
[NEW] 18.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrey committed Jan 20, 2025
1 parent eb49f3b commit fd7f834
Show file tree
Hide file tree
Showing 127 changed files with 152 additions and 141 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
OwnTracks iOS App Release Notes
===================================

## OwnTracks 18.2.0 iOS/ipadOS
* Release Date 2025-01-19

** UI enhancements
[NEW] Navigate to Region / POI #829
[NEW] add optional image and imagename properties to location message JSON schema

## OwnTracks 18.1.0 iOS/ipadOS
* Release Date 2024-12-14

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1600"
LastUpgradeVersion = "1620"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1600"
LastUpgradeVersion = "1620"
wasCreatedForAppExtension = "YES"
version = "2.0">
<BuildAction
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1600"
LastUpgradeVersion = "1620"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/AttachPhotoTVC.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 21.11.24.
// Copyright © 2024 OwnTracks. All rights reserved.
// Copyright © 2024-2025 OwnTracks. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/AttachPhotoTVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 21.11.24.
// Copyright © 2024 OwnTracks. All rights reserved.
// Copyright © 2024-2025 OwnTracks. All rights reserved.
//

#import "AttachPhotoTVC.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/Base.lproj/Storyboard.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -3494,7 +3494,7 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="57"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="Copyright © 2013-2024 by Christoph Krey, https://owntracks.org" translatesAutoresizingMaskIntoConstraints="NO" id="dZg-CC-7yD">
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="Copyright © 2013-2025 by Christoph Krey, https://owntracks.org" translatesAutoresizingMaskIntoConstraints="NO" id="dZg-CC-7yD">
<rect key="frame" x="20" y="0.0" width="335" height="57"/>
<color key="textColor" systemColor="labelColor"/>
<fontDescription key="fontDescription" name=".AppleSystemUIFont" family=".AppleSystemUIFont" pointSize="14"/>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/CertificatesTVC.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 01.07.15.
// Copyright © 2015-2024 OwnTracks. All rights reserved.
// Copyright © 2015-2025 OwnTracks. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/CertificatesTVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 01.07.15.
// Copyright © 2015-2024 OwnTracks. All rights reserved.
// Copyright © 2015-2025 OwnTracks. All rights reserved.
//

#import "CertificatesTVC.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/ConnType.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 05.10.16.
// Copyright © 2016-2024 OwnTracks. All rights reserved.
// Copyright © 2016-2025 OwnTracks. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/ConnType.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 05.10.16.
// Copyright © 2016-2024 OwnTracks. All rights reserved.
// Copyright © 2016-2025 OwnTracks. All rights reserved.
//

#import "ConnType.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/Connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 25.08.13.
// Copyright © 2013-2024 Christoph Krey. All rights reserved.
// Copyright © 2013-2025 Christoph Krey. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/Connection.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 25.08.13.
// Copyright © 2013-2024 Christoph Krey. All rights reserved.
// Copyright © 2013-2025 Christoph Krey. All rights reserved.
//

#import "Connection.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/CoreData.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 29.09.13.
// Copyright © 2013-2024 Christoph Krey. All rights reserved.
// Copyright © 2013-2025 Christoph Krey. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/CoreData.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 29.09.13.
// Copyright © 2013-2024 Christoph Krey. All rights reserved.
// Copyright © 2013-2025 Christoph Krey. All rights reserved.
//

#import "CoreData.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/FriendAnnotationV.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 15.09.13.
// Copyright © 2013-2024 Christoph Krey. All rights reserved.
// Copyright © 2013-2025 Christoph Krey. All rights reserved.
//

#import <MapKit/MapKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/FriendAnnotationV.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 15.09.13.
// Copyright © 2013-2024 Christoph Krey. All rights reserved.
// Copyright © 2013-2025 Christoph Krey. All rights reserved.
//

#import "FriendAnnotationV.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/FriendTableViewCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 30.06.15.
// Copyright © 2015-2024 OwnTracks. All rights reserved.
// Copyright © 2015-2025 OwnTracks. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/FriendTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 30.06.15.
// Copyright © 2015-2024 OwnTracks. All rights reserved.
// Copyright © 2015-2025 OwnTracks. All rights reserved.
//

#import "FriendTableViewCell.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/FriendsTVC.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 29.09.13.
// Copyright © 2013-2024 Christoph Krey. All rights reserved.
// Copyright © 2013-2025 Christoph Krey. All rights reserved.
//

#import "Friend+CoreDataClass.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/FriendsTVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 29.09.13.
// Copyright © 2013-2024 Christoph Krey. All rights reserved.
// Copyright © 2013-2025 Christoph Krey. All rights reserved.
//

#import "OwnTracksAppDelegate.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/HistoryTVC.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 26.08.19.
// Copyright © 2019-2024 OwnTracks. All rights reserved.
// Copyright © 2019-2025 OwnTracks. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/HistoryTVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 26.08.19.
// Copyright © 2019-2024 OwnTracks. All rights reserved.
// Copyright © 2019-2025 OwnTracks. All rights reserved.
//

#import "HistoryTVC.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/LocationManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 21.10.14.
// Copyright © 2014-2024 OwnTracks. All rights reserved.
// Copyright © 2014-2025 OwnTracks. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/LocationManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 21.10.14.
// Copyright © 2014-2024 OwnTracks. All rights reserved.
// Copyright © 2014-2025 OwnTracks. All rights reserved.
//

#import "LocationManager.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/LogsTVC.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 14.11.23.
// Copyright © 2023-2024 OwnTracks. All rights reserved.
// Copyright © 2023-2025 OwnTracks. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/LogsTVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 14.11.23.
// Copyright © 2023-2024 OwnTracks. All rights reserved.
// Copyright © 2023-2025 OwnTracks. All rights reserved.
//

#import "LogsTVC.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/ModesTVC.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 29.03.21.
// Copyright © 2021-2024 OwnTracks. All rights reserved.
// Copyright © 2021-2025 OwnTracks. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/ModesTVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 29.03.21.
// Copyright © 2021-2024 OwnTracks. All rights reserved.
// Copyright © 2021-2025 OwnTracks. All rights reserved.
//

#import "ModesTVC.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/NSNumber+decimals.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 01.02.21.
// Copyright © 2021-2024 OwnTracks. All rights reserved.
// Copyright © 2021-2025 OwnTracks. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/NSNumber+decimals.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 01.02.21.
// Copyright © 2021-2024 OwnTracks. All rights reserved.
// Copyright © 2021-2025 OwnTracks. All rights reserved.
//

#import "NSNumber+decimals.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/NavigationController.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 29.06.15.
// Copyright © 2015-2024 OwnTracks. All rights reserved.
// Copyright © 2015-2025 OwnTracks. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/NavigationController.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 29.06.15.
// Copyright © 2015-2024 OwnTracks. All rights reserved.
// Copyright © 2015-2025 OwnTracks. All rights reserved.
//

#import "NavigationController.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/OwnTracking.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 28.06.15.
// Copyright © 2015-2024 OwnTracks. All rights reserved.
// Copyright © 2015-2025 OwnTracks. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/OwnTracking.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 28.06.15.
// Copyright © 2015-2024 OwnTracks. All rights reserved.
// Copyright © 2015-2025 OwnTracks. All rights reserved.
//

#import "OwnTracking.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/OwnTracksAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 03.02.14.
// Copyright © 2014-2024 OwnTracks. All rights reserved.
// Copyright © 2014-2025 OwnTracks. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/OwnTracksAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 03.02.14.
// Copyright © 2014-2024 OwnTracks. All rights reserved.
// Copyright © 2014-2025 OwnTracks. All rights reserved.
//

#import "OwnTracksAppDelegate.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/OwnTracksEditTVC.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 13.10.19.
// Copyright © 2019-2024 OwnTracks. All rights reserved.
// Copyright © 2019-2025 OwnTracks. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/OwnTracksEditTVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 13.10.19.
// Copyright © 2019-2024 OwnTracks. All rights reserved.
// Copyright © 2019-2025 OwnTracks. All rights reserved.
//

#import "OwnTracksEditTVC.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/PersonTVC.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 29.10.13.
// Copyright © 2013-2024 Christoph Krey. All rights reserved.
// Copyright © 2013-2025 Christoph Krey. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/PersonTVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 29.10.13.
// Copyright © 2013-2024 Christoph Krey. All rights reserved.
// Copyright © 2013-2025 Christoph Krey. All rights reserved.
//

#import "PersonTVC.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/PhotoAnnotationV.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 04.12.24.
// Copyright © 2024 OwnTracks. All rights reserved.
// Copyright © 2024-2025 OwnTracks. All rights reserved.
//

#import <MapKit/MapKit.h>
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/PhotoAnnotationV.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 04.12.24.
// Copyright © 2024 OwnTracks. All rights reserved.
// Copyright © 2024-2025 OwnTracks. All rights reserved.
//

#import "PhotoAnnotationV.h"
Expand Down
2 changes: 1 addition & 1 deletion OwnTracks/OwnTracks/RegionTVC.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OwnTracks
//
// Created by Christoph Krey on 01.10.13.
// Copyright © 2013-2024 Christoph Krey. All rights reserved.
// Copyright © 2013-2025 Christoph Krey. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
Loading

0 comments on commit fd7f834

Please sign in to comment.