Commit Graph

3821 Commits

Author SHA1 Message Date
Maurice Parker 8eabcd34bb Build to run tests in NNW and all NNW frameworks 2019-10-11 12:10:15 -05:00
Maurice Parker 5b448d9a20
Merge pull request #1125 from kielgillard/master
Refactor add and create feeds
2019-10-11 10:58:03 -05:00
Kiel Gillard 438338ac9f Refactor add and create feeds since they differ only by refreshing after adding. 2019-10-11 20:32:21 +11:00
Kiel Gillard e0b35d6854 Add feed request 2019-10-11 18:14:23 +11:00
Maurice Parker 4191127978 Correct scheme variable reference 2019-10-10 20:06:13 -05:00
Maurice Parker b0bb64c4bf Prepare to add the iOS build 2019-10-10 20:02:50 -05:00
Maurice Parker 8656753423 Rename MarkArticlesReadAlertController to UndoAvailableAlertController to better reflect its new purpose 2019-10-10 15:13:20 -05:00
Maurice Parker f57d3f7df8 Prepend team name to shared user defaults to get rid of warning and hopefully prevent user default corruption 2019-10-10 14:44:20 -05:00
Maurice Parker 458f79871f Update to latest submodules 2019-10-10 14:38:38 -05:00
Maurice Parker f7da774e1d Update to the latest RSParser 2019-10-10 14:15:48 -05:00
Maurice Parker 02128b8b12 Add VerifyNoBS script on framework projects 2019-10-10 13:58:31 -05:00
Maurice Parker d5255c66ee Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-10-10 11:01:48 -05:00
Maurice Parker abe2ac841d Add pull request trigger 2019-10-10 11:01:41 -05:00
Maurice Parker 263a030356
Change build badge 2019-10-10 10:36:39 -05:00
Maurice Parker 4a9026db05 Remove code signing override 2019-10-10 10:20:41 -05:00
Kiel Gillard d1e4c84a9e Refactoring create feed 2019-10-10 21:25:14 +11:00
Kiel Gillard 7cac3e6238 Simplifying operations to improve their reusability and composability 2019-10-10 21:25:14 +11:00
Maurice Parker 3b722021f9 Update to the latest RSDatabase 2019-10-10 00:35:31 -05:00
Maurice Parker df79422185 Remove provisioning profile 2019-10-10 00:32:18 -05:00
Maurice Parker 0b5be9057f Correct build configuration for CI build 2019-10-10 00:24:36 -05:00
Maurice Parker 1aaf56309b Remove project file build settings 2019-10-09 23:58:51 -05:00
Brent Simmons 521586ae97 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-10-09 21:51:18 -07:00
Brent Simmons cc9a9435d7 Add provisioning profile. On Signing 7 Capabilities, import provisioning profile. 2019-10-09 21:51:13 -07:00
Maurice Parker 23b4283704 Add code signing identity to xcodebuild params 2019-10-09 23:49:56 -05:00
Maurice Parker 428e5a2822 Dump the build settings for diagnostics 2019-10-09 23:40:38 -05:00
Maurice Parker 0caccff880 Add provisioning profile specifier 2019-10-09 23:35:50 -05:00
Maurice Parker 39a2b09fef Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-10-09 23:35:12 -05:00
Brent Simmons 3f8e7282e3 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-10-09 21:32:52 -07:00
Brent Simmons e18995d701 Redo cert and p12. Add provisioning profile. 2019-10-09 21:32:44 -07:00
Maurice Parker 7e30bba16a Fix next unread and first unread timeline animations 2019-10-09 21:39:11 -05:00
Maurice Parker ba8d1dfa83 Convert parameter usages of automated to animated 2019-10-09 21:24:56 -05:00
Maurice Parker d80b83eaf3 Updates to do manual provisioning 2019-10-09 16:36:06 -05:00
Maurice Parker c2f29c9085 Remove some team specific properties 2019-10-09 11:55:14 -05:00
Maurice Parker b52c67595f Add show/hide button to password on add accounts and credentials update. Issue #1066 2019-10-09 11:45:36 -05:00
Maurice Parker 411ed18551 Add org identifier documentation 2019-10-09 10:37:52 -05:00
Maurice Parker 742796aaa8 Add default organization identifier to xcconfig files 2019-10-09 10:24:30 -05:00
Maurice Parker d183f3672d Ported sub/sup rules over from Mac stylesheet 2019-10-09 10:23:58 -05:00
Maurice Parker 4f52388676
Merge pull request #1121 from jbennett/feature/use-organization-for-bundle-identifiers
Use ORGANIZATION_IDENTIFIER for the bundle identifier
2019-10-09 10:17:56 -05:00
Maurice Parker 65b612eb11
Merge pull request #1120 from kielgillard/master
Implements creating, updating, moving and removing feeds.
2019-10-09 10:16:52 -05:00
Maurice Parker 29392ec80e
Merge pull request #1117 from pdokas/master
Fix leading for super and subscript in the article view
2019-10-09 10:08:25 -05:00
Jonathan Bennett 073ad07767 Use ORGANIZATION_IDENTIFIER for the bundle identifier
The ORGANIZATION_IDENTIFIER was not being used on the Mac and Safari Extension. This made the bundle and provisioning profile be com.ranchero.XYZ, which now conflicts because of added entitlements and signing.

Changing this to use the ORGANIZATION_IDENTIFIER lets developers have a unique ID
2019-10-09 09:17:44 -04:00
Kiel Gillard 3089f2332e Show progress while fetching the content of a newly created feed. 2019-10-09 19:47:15 +11:00
Kiel Gillard 13197054bf Implement restore folders. Not sure how to test this. 2019-10-09 19:44:52 +11:00
Kiel Gillard dedce600a4 Implement restore feeds. Not sure how to test this. 2019-10-09 19:42:12 +11:00
Kiel Gillard a965677687 Fetch the contents of the feed when first adding it 2019-10-09 19:38:16 +11:00
Kiel Gillard 614628883f Use a suitable error for unexpectedly failing to add a feed 2019-10-09 19:15:48 +11:00
Kiel Gillard 92fa66f345 Refresh progress updates for changes which cannot be applied immediately and restored on failure 2019-10-09 19:06:59 +11:00
Kiel Gillard 41ca023c31 Implements creating, updating, moving and removing feeds. 2019-10-09 18:38:28 +11:00
Maurice Parker 6443d0da97 Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire 2019-10-09 01:23:12 -05:00
Maurice Parker d76a12ff99 Change to do debug build instead of release 2019-10-09 01:23:05 -05:00