Brent Simmons
|
45ef8d8756
|
Add link to privacy policy copy on GitHub.
|
2019-01-13 13:26:42 -08:00 |
Brent Simmons
|
1c7626ab9f
|
Add privacy policy.
|
2019-01-13 13:24:48 -08:00 |
Brent Simmons
|
9ffb7f42ec
|
Start work on Advanced prefs pane.
|
2019-01-11 23:19:19 -08:00 |
Brent Simmons
|
fa28a75c9c
|
Don’t check for crash report if running MAS version.
|
2019-01-11 23:18:48 -08:00 |
Brent Simmons
|
085cfb2e60
|
Run the crash report window at startup when needed.
|
2019-01-11 22:50:36 -08:00 |
Brent Simmons
|
e73c660c03
|
Update RSWeb.
|
2019-01-11 22:12:11 -08:00 |
Brent Simmons
|
4e7f3e15a4
|
Fix typo in crash report sender — it works now.
|
2019-01-11 22:11:46 -08:00 |
Brent Simmons
|
d6501af4fe
|
Add Debug menu test for crash report sending.
|
2019-01-11 22:06:24 -08:00 |
Brent Simmons
|
3b7fe2e3ab
|
Send the crash log to the server.
|
2019-01-11 21:59:27 -08:00 |
Brent Simmons
|
0b87aa46ca
|
Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
|
2019-01-09 23:02:25 -08:00 |
Brent Simmons
|
af65fd948b
|
Start work on uploading the crash log. Create the URL request and the proper headers and form data.
|
2019-01-09 23:02:01 -08:00 |
Brent Simmons
|
cda5c13286
|
Merge pull request #516 from vincode-io/accessibility-technote
added Accessibility technote
|
2019-01-05 11:54:10 -08:00 |
Maurice Parker
|
9b6ace9f30
|
added Accessibility technote
|
2019-01-05 13:59:02 -05:00 |
Brent Simmons
|
2bb261c8b7
|
Merge pull request #515 from vincode-io/credits-darkmode
changed font color to textColor so that it adapts to darkmode
|
2019-01-04 16:45:24 -08:00 |
Maurice Parker
|
055770fe22
|
changed font color to textColor so that it adapts to darkmode
|
2019-01-04 17:20:32 -05:00 |
Brent Simmons
|
299ffe93b6
|
Remove no-longer-needed AppConstants.
|
2018-12-29 13:59:14 -08:00 |
Brent Simmons
|
f8b21c5cc3
|
Add Debug menu for testing crash report window.
|
2018-12-29 12:31:39 -08:00 |
Brent Simmons
|
3931d7ae38
|
Make progress on crash report system.
|
2018-12-29 12:31:27 -08:00 |
Brent Simmons
|
1906dff715
|
Make progress on CrashReportWindowController.
|
2018-12-28 22:56:43 -08:00 |
Brent Simmons
|
844a69446d
|
Add showPrivacyPolicy action to app delegate.
|
2018-12-28 22:11:55 -08:00 |
Brent Simmons
|
5b017cb6a7
|
Add CrashReportWindowController.
|
2018-12-28 21:49:32 -08:00 |
Brent Simmons
|
2e159deac8
|
Add AppConstants.
|
2018-12-28 21:49:21 -08:00 |
Brent Simmons
|
90ce9822ff
|
Add Privacy Policy button to crash reporter window.
|
2018-12-28 17:52:24 -08:00 |
Brent Simmons
|
b9032b295f
|
Make TimelineStringFormatter a struct rather than a class.
|
2018-12-27 22:29:45 -08:00 |
Brent Simmons
|
9c13950815
|
Remove unused extension.
|
2018-12-27 22:18:39 -08:00 |
Brent Simmons
|
7cb218b37f
|
Remove TimelineDataSource, which was overkill.
|
2018-12-27 22:16:38 -08:00 |
Brent Simmons
|
b9aab9a695
|
Remove redundant installAppleEventHandlers().
|
2018-12-27 22:04:04 -08:00 |
Brent Simmons
|
f84f29fbf3
|
Fix bug where contextual menu for article might not have Share menu filled in properly. (Was looking at selectedArticles rather than the intended articles.)
|
2018-12-27 21:49:52 -08:00 |
Brent Simmons
|
9a1ccc4296
|
Move array of sendToCommands from AppDelegate to SharingServicePickerDelegate, where it belongs, since it’s the only place where it’s used.
|
2018-12-27 21:49:18 -08:00 |
Brent Simmons
|
94da6fc7de
|
Make AppDefaults a static struct instead of an object with a shared instance.
|
2018-12-27 21:34:21 -08:00 |
Brent Simmons
|
2279d10ca3
|
Remove DockBadge.swift. Having this separated out was overkill.
|
2018-12-27 21:19:19 -08:00 |
Brent Simmons
|
45f54474f8
|
Rename CrashReporterSheet to CrashReporterWindow.
|
2018-12-27 21:08:02 -08:00 |
Brent Simmons
|
142774f5ae
|
Use hash(into…) instead of a hashValue instance variable.
|
2018-12-27 21:07:34 -08:00 |
Brent Simmons
|
f5637dc353
|
Add preference for sending crash logs automatically.
|
2018-12-23 10:21:40 -08:00 |
Brent Simmons
|
d2cc983dae
|
Remove Help button from Crash Reporter window, since there’s no help content yet.
|
2018-12-23 10:16:37 -08:00 |
Brent Simmons
|
8ed3c31b56
|
Add Crash Log Reporter xib.
|
2018-12-22 13:11:40 -08:00 |
Brent Simmons
|
bdb76bd015
|
Remove plcrashreporter references.
|
2018-12-22 12:02:21 -08:00 |
Brent Simmons
|
f2de9f1a60
|
Make CrashReporter a static struct. Add CrashLog immutable struct.
|
2018-12-22 12:01:31 -08:00 |
Brent Simmons
|
22e17a6d92
|
Continue work on CrashReporter. Call CrashReporter on startup.
|
2018-12-20 22:21:42 -08:00 |
Brent Simmons
|
5ebe8410c7
|
Start work on crash reporter.
|
2018-12-17 22:44:06 -08:00 |
Brent Simmons
|
53214fd4d7
|
Remove CrashReporter submodule. I’m writing my own (much, much simpler) one, based on one that appeared in old versions of NetNewsWire.
|
2018-12-17 22:00:05 -08:00 |
Brent Simmons
|
abf4151417
|
Add my clone of PLCrashReporter.
|
2018-12-17 21:10:12 -08:00 |
Brent Simmons
|
5c9bf4cc5c
|
Remove plcrashreporter.
|
2018-12-17 21:06:58 -08:00 |
Brent Simmons
|
a8cc0d587a
|
Add plcrashreporter as submodule.
|
2018-12-17 20:38:53 -08:00 |
Brent Simmons
|
ac8d15479b
|
Move info.plist for MAS version of Safari extension to the right place.
|
2018-12-17 20:38:19 -08:00 |
Brent Simmons
|
7257021e02
|
Update RSDatabase.
|
2018-12-14 20:00:43 -08:00 |
Brent Simmons
|
b891341ea6
|
Disable inline editing in the sidebar. Fix #156.
|
2018-12-14 19:10:03 -08:00 |
Brent Simmons
|
379126b701
|
Do things to get things building. I forget already.
|
2018-12-11 21:49:23 -08:00 |
Brent Simmons
|
c84d8846ce
|
Get app identifier from bundle rather than hard-coding it. It’s different for the MAS build.
|
2018-12-11 21:49:04 -08:00 |
Brent Simmons
|
f11c4fc955
|
Update cleanPrefsAndData to clear out MAS build prefs and data too.
|
2018-12-11 21:48:05 -08:00 |