Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed SPM compile error & warnings #77

Open
wants to merge 70 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
872aa7a
can’t do this in extensions
sobri909 Dec 4, 2020
c2db8bc
Merge pull request #76 from sobri909/master
sobri909 Dec 5, 2020
bda131d
Merge branch 'master' into develop
sobri909 Dec 7, 2020
4015bfe
extra multi recorder safety
sobri909 Dec 7, 2020
41b460d
convenience isPath getter
sobri909 Dec 9, 2020
8d11ea7
making some stuff Combine / SwiftUI observable
sobri909 Dec 16, 2020
154d8e5
little bit less debug noise on sample classifying
sobri909 Dec 16, 2020
7bc0109
this debug noise has a performance cost
sobri909 Feb 21, 2021
491a702
treat recorders in Deep Sleep as still alive
sobri909 Feb 21, 2021
043d432
got my negative and positive around the wrong way
sobri909 Feb 21, 2021
d2d4d9b
app names sortable by index
sobri909 Feb 21, 2021
c5913a1
possibly fix the mega processing loops that were freezing some timeli…
sobri909 Feb 25, 2021
95aa282
sigh. getting the right greater/less than sign makes all the difference
sobri909 Feb 27, 2021
4e96799
more protection from absurdly large processing loops
sobri909 Mar 16, 2021
f336732
api consumers might want these throws
sobri909 Mar 16, 2021
da34d53
potentially avoid more multi-recorder desync issues
sobri909 Mar 16, 2021
d205484
reduce warning noise
sobri909 Mar 26, 2021
3d7ca78
much more efficient edge cleansing / healing during processing loops
sobri909 Mar 26, 2021
41a4849
oops spelling
sobri909 Mar 26, 2021
12ca5b5
don’t think anything needs these anymore
sobri909 Mar 26, 2021
71cb1b4
better sample pruning logic, and made the method public for at will h…
sobri909 Mar 27, 2021
176b8ac
this order was wrong. and seems significant. hopefully it wasn’t caus…
sobri909 Mar 27, 2021
4615157
smarter sample pruning logic again
sobri909 Mar 30, 2021
ce19f34
noise
sobri909 Mar 30, 2021
9e92459
do pruning inside processing handler, for extra safety
sobri909 Mar 30, 2021
b5ce37a
double check the sample’s deletion state when adopting orphans
sobri909 Apr 5, 2021
5c4cc1b
do sample pruning as part of processing loop, not segment updating
sobri909 Apr 22, 2021
8a6afcf
ability to store shared app settings in the app group
sobri909 Apr 22, 2021
b1a71ac
Fix SPM compile and warnings
Overcot May 17, 2021
2e696e6
Fix spacing
Overcot May 17, 2021
6fe962e
Fix error
Overcot May 17, 2021
e42e7aa
Fix optional Reachibility
Overcot May 17, 2021
765ee11
sometimes you need to override this one
sobri909 Jun 1, 2021
a0badd4
preserve more samples inside visits when pruning
sobri909 Jun 1, 2021
28964e2
add FlatBuffers dependency, and use it for ActivityType.coordinatesMa…
sobri909 Jun 5, 2021
192bcd8
grdb v5 is all good
sobri909 Jun 10, 2021
98558da
force a rebuild of activity type models, to get the FlatBuffers matrices
sobri909 Jun 10, 2021
5c8560e
actually grdb v5 isn’t all good - it removes/moves this. temporarily …
sobri909 Jun 10, 2021
2ca24a9
only update current item based on other recorder’s if self isn’t curr…
sobri909 Jun 18, 2021
c3ee507
don’t let secondary queue concurrents explode
sobri909 Jun 29, 2021
fb66540
Jobs observable with Combine, for SwiftUI debug views
sobri909 Aug 19, 2021
58dcc3d
mins:secs per kilometre pace string helper
sobri909 Aug 19, 2021
c8cf062
unimportant typo
sobri909 Aug 21, 2021
eda6502
ease off on sample smoothing
sobri909 Aug 21, 2021
c542c77
fix some main thread locking (but needs more thread safety testing)
sobri909 Aug 21, 2021
96f8362
string change was causing modified objects to not be invalidated
sobri909 Sep 14, 2021
1f17979
fix a crash when switching rapidly between apps
sobri909 Sep 14, 2021
6632eac
not allowed to use an invalidated cached item
sobri909 Sep 14, 2021
0e732d6
Update dependencies
Overcot Sep 15, 2021
c83d428
update for mac os
Overcot Sep 15, 2021
43c22c3
Fix compile error on xcode 12
Sep 16, 2021
f164941
fix some warnings
sobri909 Sep 17, 2021
320e67e
ignore the flatbuffers description file
sobri909 Sep 17, 2021
e92eb0c
send notification when currentItem changes (for triggering manual wid…
sobri909 Sep 17, 2021
dcc2693
fix a crash (but cause an inconsistency?)
sobri909 Sep 17, 2021
a539039
fix a crash when not the active recorder
sobri909 Sep 21, 2021
d9222de
don't prune sleep samples inside visits if they've got a confirmed mo…
sobri909 Sep 26, 2021
ceae2aa
fix another crash when switching between v3 / Mini
sobri909 Sep 26, 2021
1b50263
make ItemSegment an ObservableObject
sobri909 Oct 12, 2021
d1356d1
don't touch samples at all during TimelineItem backups
sobri909 Oct 18, 2021
406af9d
further reduced sample smoothing
sobri909 Oct 29, 2021
e72bccd
Merge branch 'master' into develop
Overcot Nov 5, 2021
0fcd07e
Merge branch 'master' into develop
Overcot Nov 5, 2021
a9e8a1d
fix warning
Overcot Nov 5, 2021
6865890
Удаление зависимости в лице Upsurge
Overcot Dec 23, 2021
4e11641
Merge pull request #1 from beedgtl/removeUpsurge
Overcot Dec 23, 2021
7591c6b
Удалена функциональность timeLine
Overcot Dec 23, 2021
efc01d9
Merge pull request #2 from beedgtl/removeDeps
Overcot Dec 23, 2021
2182dae
drop demo app
Overcot Dec 23, 2021
48e8444
Drop unneccessary files
Overcot Dec 23, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 72 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,75 @@
xcuserdata
.idea
Pods
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/
.DS_Store

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.xcuserstate

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
metadata

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.mobileprovision
report.xml
*.log
tags
build
.DS_Store
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Carthage/Checkouts
Carthage/Build

#AppCode
.idea/

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

vendor/
xcodebuild.log

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions ActivityTypeClassifierExamples.md

This file was deleted.

517 changes: 0 additions & 517 deletions LocoKit Demo App.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions LocoKit Demo App.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

42 changes: 0 additions & 42 deletions LocoKit Demo App/AppDelegate.swift

This file was deleted.

32 changes: 0 additions & 32 deletions LocoKit Demo App/Array.helpers.swift

This file was deleted.

53 changes: 0 additions & 53 deletions LocoKit Demo App/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

6 changes: 0 additions & 6 deletions LocoKit Demo App/Assets.xcassets/Contents.json

This file was deleted.

21 changes: 0 additions & 21 deletions LocoKit Demo App/Assets.xcassets/dot.imageset/Contents.json

This file was deleted.

Binary file not shown.
Loading