-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: amplitude/skylab-ios-client
base: main
head repository: bandlab/skylab-ios-client
compare: main
- 11 commits
- 3 files changed
- 4 contributors
Commits on Apr 30, 2021
-
change min deployment target to 12.3
I want to integrate Skylab via Carthage. However, Skylab project's min deployment target is iOS 14.2. I think it makes sense to use for Skylab the same min deployment target Amplitude uses, which is iOS 10.0.
Configuration menu - View commit details
-
Copy full SHA for 34a105f - Browse repository at this point
Copy the full SHA 34a105fView commit details
Commits on May 19, 2021
-
avoid race conditions in storage
Our app has faced 58 crashes since we started using Skylab. I see that the access to the map property isn't synchronised. For example, DefaultSkylabClient.fetchAll works with map on a background thread. At the same time the client may access map from another thread. It leads to a race condition, which mean lead to a crash
Configuration menu - View commit details
-
Copy full SHA for b23fb84 - Browse repository at this point
Copy the full SHA b23fb84View commit details
Commits on Sep 21, 2021
-
cherry pick commit to fix decoding
Ivan Reinaldo committedSep 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 37e5970 - Browse repository at this point
Copy the full SHA 37e5970View commit details -
Merge pull request #1 from ivanrein/fix-decoding
cherry pick commit to fix decoding
Configuration menu - View commit details
-
Copy full SHA for 11df0e7 - Browse repository at this point
Copy the full SHA 11df0e7View commit details
Commits on Sep 22, 2021
-
Ivan Reinaldo committed
Sep 22, 2021 Configuration menu - View commit details
-
Copy full SHA for dc825ae - Browse repository at this point
Copy the full SHA dc825aeView commit details -
Merge pull request #2 from ivanrein/fix-force-unwrap
fix force unwrapping
Configuration menu - View commit details
-
Copy full SHA for 29b3872 - Browse repository at this point
Copy the full SHA 29b3872View commit details
Commits on Aug 24, 2022
-
Merge remote-tracking branch 'origin/main' into develop
# Conflicts: # Skylab.xcodeproj/project.pbxproj # Sources/Skylab/UserDefaultsStorage.swift
Configuration menu - View commit details
-
Copy full SHA for 6da9f0b - Browse repository at this point
Copy the full SHA 6da9f0bView commit details
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6b16f08 - Browse repository at this point
Copy the full SHA 6b16f08View commit details
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d01e95d - Browse repository at this point
Copy the full SHA d01e95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08a4a19 - Browse repository at this point
Copy the full SHA 08a4a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38db2e9 - Browse repository at this point
Copy the full SHA 38db2e9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main