Commit Graph

20 Commits

Author SHA1 Message Date
Andrea Busi fd4c38df75 refactor: Remove not used constants 2020-07-25 10:45:46 +02:00
Andrea Busi ca67f26828 refactor: Align code format in the whole file 2020-07-24 17:47:42 +02:00
Andrea Busi b12deb40ae refactor: Remove unused code 2020-07-24 17:30:31 +02:00
Andrea Busi a18a5f438e refactor: Remove classes from Notification extensions
Some Swift files was added to NotificationService and NotificationContent extensions, but without any usage
2020-07-24 17:29:58 +02:00
Andrea Busi 963bdb5fe8 fix: Solve mispelled filename 2020-07-24 17:26:02 +02:00
Andrea Busi 10467ce588 refactor: Move bridging headers to proper folders 2020-07-24 17:25:29 +02:00
Andrea Busi e1e7ece41b fix: Move sound file in "Copy" phase and not "Build" phase 2020-07-24 17:02:05 +02:00
Andrea Busi c933e44f4b refactor: Improve code 2020-07-24 16:21:35 +02:00
Andrea Busi 7d44345521 refactor: Remove unused and deprecated code for push notifications
Code related to UIUserNotificationSettings has been removed, because the app targets iOS 12 and is not yet needed (deprecated since iOS 10).

`application:didReceiveRemoteNotification` is not needed because Firebase handle it automatically
2020-07-24 16:21:32 +02:00
Andrea Busi 4b9c63ca97 fix: Solve controller dismissed on non main thread 2020-07-24 16:21:30 +02:00
Andrea Busi 60a2fda1b5 refactor: Improve style in WaitViewController 2020-07-24 16:21:28 +02:00
Andrea Busi 479e326492 fix: Solve controller dismissed on non main thread
This issue could cause a crash at runtime
2020-07-24 16:21:26 +02:00
Andrea Busi fac6aec3d6 fix: Change Google Ads init due to framework update 2020-07-24 16:21:24 +02:00
Andrea Busi bf18fa240f refactor: Reorganize part of project structure 2020-07-24 16:21:21 +02:00
Andrea Busi e48d3f19e7 dependency: Reorganize Podfile and run a pod update 2020-07-24 16:21:18 +02:00
Andrea Busi 59b12a7d94 refactor: Execute migration to Swift 5 2020-07-24 16:21:16 +02:00
Andrea Busi 64ebda5194 feat: Increase target to iOS 12 2020-07-24 16:21:14 +02:00
Andrea Busi f2052cddaa chore: Reorganize schemas 2020-07-24 16:21:12 +02:00
Andrea Busi b6fe262ae0 dependency: Run a clean pod install 2020-07-24 16:21:10 +02:00
Andrea Busi 4d8bbdc7ef Production version
Add to Git the current app version (the same available in the OriginalZip folder)
2020-07-24 15:33:53 +02:00