Commit Graph

1205 Commits

Author SHA1 Message Date
Davide De Rosa ff03611c2e Merge branch 'refactor-meta-and-scripts' 2019-09-30 14:21:29 +02:00
Davide De Rosa 550edb1682 Drop unused link 2019-09-30 14:21:13 +02:00
Davide De Rosa 08e2a3afba Update API 2019-09-30 14:21:13 +02:00
Davide De Rosa b39ad33081 Update bundle and pods 2019-09-30 14:21:07 +02:00
Davide De Rosa 42f204c136 Refactor fastlane scripts 2019-09-30 14:21:07 +02:00
Davide De Rosa 84c13737dd Unignore Gemfile.lock 2019-09-30 14:21:07 +02:00
Davide De Rosa 6118557bca Bump minor version 2019-09-24 17:18:48 +02:00
Davide De Rosa 4e6b9b358b Revert "Temporarily use automatic signing"
This reverts commit f3a8e4ae25.
2019-09-22 20:58:23 +02:00
Davide De Rosa 56c87bd57c Update Core with fixed intent string IDs 2019-09-17 17:38:21 +02:00
Davide De Rosa 7c532e94af Suppress warning on unused if let 2019-09-17 17:22:26 +02:00
Davide De Rosa 4bc35efcca Bump version 2019-09-17 17:18:37 +02:00
Davide De Rosa 093bb17367 Update Core to Xcode 11 2019-09-17 17:17:30 +02:00
Davide De Rosa fccc46092d Set release date 2019-09-15 19:27:38 +02:00
Davide De Rosa b2f8cc1513 Omit provider registration links 2019-09-13 22:17:43 +02:00
Davide De Rosa af813ddc14 Attach issue for .ovpn files bug in iOS 13 2019-09-12 00:03:57 +02:00
Davide De Rosa 8b5973b592 Set beta release 2019-09-11 21:45:13 +02:00
Davide De Rosa 90f924b836 Update release notes 2019-09-11 10:09:44 +02:00
Davide De Rosa f3a8e4ae25 Temporarily use automatic signing 2019-09-11 10:03:48 +02:00
Davide De Rosa c9f807babd Upgrade project to Xcode 11
Disable code signing for frameworks.
2019-09-11 10:03:48 +02:00
Davide De Rosa 47789132d9 Drop Patreon link 2019-09-11 09:26:30 +02:00
Davide De Rosa 95f5ae8733 Comply with iOS 13 Dark Mode
Fixes #93
2019-09-11 09:25:02 +02:00
Davide De Rosa db3cde3aae Update CHANGELOG and release notes
Skip iOS 13 fixes from official release notes (pre-release).
2019-09-07 10:47:28 +02:00
Davide De Rosa ebb34c5ab0 Update to latest API 2019-09-07 10:47:15 +02:00
Davide De Rosa 3c62a967c9 Use TunnelKit 2.0.3
Had to update CocoaPods 1.6.0 to 1.7.5
2019-09-07 00:14:01 +02:00
Davide De Rosa f90a84f1a4 Reuse Issue from Core 2019-09-05 22:50:56 +02:00
Davide De Rosa f0188a0a5c Pick rating event count back from Core 2019-09-05 17:56:56 +02:00
Davide De Rosa a8a8cdd027 Update Core 2019-09-05 12:04:29 +02:00
Davide De Rosa 758e94c229 Set beta release 2019-09-03 00:31:38 +02:00
Davide De Rosa 042d652147 Update TunnelKit 2019-09-03 00:31:20 +02:00
Davide De Rosa d32674da8c Update pods 2019-09-03 00:19:45 +02:00
Davide De Rosa f59a0a34c7 Add rank and role to suppress upload warnings 2019-09-02 23:54:44 +02:00
Davide De Rosa 1838b0635f Broaden "Document Types" to handle all files
Mitigates iOS 13 "Imported UTIs" regression.
2019-09-02 23:37:43 +02:00
Davide De Rosa 54772a950e Drop .prefersLargeTitles. in split navigation bars
Caused a transparent navigation bar in iPadOS 13 regardless of
navigationItem.largeTitleDisplayMode in top view controllers.

This only happened when building against Xcode 11. Apps built with
10.x worked fine even on iOS 13.
2019-08-29 22:02:22 +02:00
Davide De Rosa b2d1c87219 Add ru App Store metadata 2019-08-26 20:32:51 +02:00
Davide De Rosa 203d363b1c Add sponsors 2019-08-24 23:02:16 +02:00
Davide De Rosa 9dd1695973 Update TunnelKit 2019-08-23 09:28:01 +02:00
Davide De Rosa a796c12ac0 Set beta release 2019-08-18 10:11:38 +02:00
Davide De Rosa 9ed83e3d2a Move rating count to app 2019-08-16 18:49:51 +02:00
Davide De Rosa 4bc0f9f8c9 Update Core 2019-08-16 00:25:52 +02:00
Davide De Rosa 3b9e3879ca Move InAppHelper to Core 2019-08-16 00:24:05 +02:00
Davide De Rosa 84b7453791 Update TunnelKit
Fix deadlock on shutdown again.
2019-08-12 15:23:21 +02:00
Davide De Rosa 2c3e19eec1 Add zh-Hans to project localizations
Forgotten as usual!
2019-08-11 16:01:10 +02:00
Davide De Rosa 8c676bd127 Bump version 2019-08-10 10:08:32 +02:00
Davide De Rosa e54fd3e82d Credit zh-Hans 2019-08-10 10:08:17 +02:00
Davide De Rosa f736c6d605
Merge pull request #95 from OnlyThen/master
Add Simplified Chinese Translation
2019-08-10 09:57:41 +02:00
OnlyThen cea4aad60f Add Simplified Chinese Translaion 2019-08-10 11:26:47 +08:00
Davide De Rosa 2bd96396cb Set release date 2019-08-02 09:12:09 +02:00
Davide De Rosa 2c83c5d210 Merge branch 'prepare-for-dark-mode' 2019-07-28 17:08:58 +02:00
Davide De Rosa d6fc6a2f47 Comment Dark Mode themes out
Dark Mode cannot be enabled until iOS 13 release, because the
App Store rejects binaries built with Beta SDKs.

Uncomment when rebuilding with iOS 13 SDK.

See #93
2019-07-28 17:08:43 +02:00
Davide De Rosa 4c591fc6f4 Adjust theme to future iOS 13 Dark Mode
Update provider logos where adequate:

- NordVPN (use white on dark)
- ProtonVPN (use green)
2019-07-28 17:06:34 +02:00