aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFunctions.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with app beachballing when connecting from external URL (#2903)Max2018-04-201-0/+6
| | | | Let’s hope this won’t break on older OS versions now…
* Update source code compatibilityMax2017-03-311-2/+1
| | | | | | * Remove forward SDK declaration for 10.8 and below (since that is the minimum required development SDK) * Fix one case where a method unconditionally required a 10.9+ runtime * Move all of the forward/backward hacks into their own file
* * Added two helper methods for working with nil/NSNull in arraysMax Lohrmann2016-04-091-0/+7
| | | | | | | * Fixed a case of "Updating UI from background thread" when navigating foreign keys *within* a table * Fixed navigating foreign keys of binary columns causing exceptions if the origin table is not in latin1 and the binary data not "text like" (#2098). * As a consequence binary columns will now use Hex representation when navigating FKs. * Added a new content filter to do "= UNHEX($x)" as an interim solution
* Change CSV field mapper so that the first row is no longer displayed as ↵Max2016-01-311-0/+7
| | | | content row when "First line contains field names" is enabled
* Guess someone at Apple forgot an #include in the 10.7 SDKMax2015-10-151-1/+1
|
* Use a better RNG for IV when encrypting session filesMax2015-10-131-0/+30
|
* Fix two cases of "UI manipulation from background thread" (relates to #2248)Max2015-10-011-0/+41