commit 6ce802e8ea49e92e4e6a9a6ff17da7d7887db507 Author: Ondrej Holy Date: 2016-03-21 Update NEWS for 1.28.0 release M NEWS commit 3d3aa2f0b05d823f9d49bc18ad277f5ed854908e Author: Ask Hjorth Larsen Date: 2016-03-20 Updated Danish translation M po/da.po commit 069cbacecada6959dfbb18194f7720c7be3022ab Author: Bastien Nocera Date: 2016-03-12 afc: Don't list inaccessible applications As we can only start HouseArrest for applications that have UIFileSharingEnabled turned on, there's absolutely no need to list the other applications. See https://github.com/libimobiledevice/libimobiledevice/issues/193 https://bugzilla.gnome.org/show_bug.cgi?id=763606 M daemon/gvfsbackendafc.c commit b8ad223b1e2fbe0aec24baeec224a76d91f4ca2f Author: Bastien Nocera Date: 2016-03-12 afc: Fix accessing applications with HouseArrest Only sideloaded applications (development versions for example) can use the VendContainer method of accessing application documents. Always use the VendDocuments method instead. Note that we'll also re-root the Documents folder as the root of the app container is inaccessible ("EPERM") to avoid users fiddling with it. See https://github.com/libimobiledevice/libimobiledevice/issues/193#issuecomment-95280639 https://bugzilla.gnome.org/show_bug.cgi?id=763606 M daemon/gvfsbackendafc.c commit c2117a9befc812037bed3754abe22125d480dfa0 Author: Bastien Nocera Date: 2016-03-18 afc: Better error message when house arrest fails to start https://bugzilla.gnome.org/show_bug.cgi?id=749639 M daemon/gvfsbackendafc.c commit 87ee9ea43a7e956e21feea51b82a4cbe6dfc395c Author: Bastien Nocera Date: 2015-05-20 afc: Add debug info when house arrest fails to start As can happen with some iOS and libplist combinations. https://bugzilla.gnome.org/show_bug.cgi?id=749639 M monitor/afc/afcvolume.c commit 0b68656de4cca842aa9170a62b6b4884a05f6705 Author: Bastien Nocera Date: 2016-03-14 afc: Don't mount the default AFC service There's no interesting data for users in afc:/// so it's best to show iDevices through MTP instead. The only reason we'd want to use this mount is if we had support for accessing the iTunes database. Unfortunately, this database needs to be encrypted, and we don't know how to encrypt it. Even then, we would probably want the default AFC service to be hidden so only applications access it, and not users. https://bugzilla.gnome.org/show_bug.cgi?id=749639 M monitor/afc/afcvolumemonitor.c commit 7ca0618af5d57e50041ff9e0ca90717861135783 Author: Bastien Nocera Date: 2015-05-20 gphoto2: Show iDevices through MTP There's no interesting data for users in afc:/// so it's best to show iDevices through MTP instead. Stop hiding iDevices through the MTP. https://bugzilla.gnome.org/show_bug.cgi?id=749639 M monitor/gphoto2/ggphoto2volumemonitor.c commit fe83e098679e120c0be2586b83f18f2fee4ea570 Author: Bastien Nocera Date: 2015-05-20 afc: Remove attempts at thumbnailing photos iDevices had a list of thumbnails available through afc:/// for photos stored in the DCIM/ sub-directory, but the code to handle this was always pretty fragile, relying on the iOS version to know which of a number of different ways the thumbnails could be called or where they would be stored. It's easier to create the thumbnails ourselves from the JPG files, or even access photos through PTP so that thumbnails are readily accessible and in a way that doesn't change with each iOS release. https://bugzilla.gnome.org/show_bug.cgi?id=749639 M daemon/gvfsbackendafc.c commit 6116c50e11cc9e6d32f55147c4912af11b526e2c Author: Ondrej Holy Date: 2016-03-14 Post release version bump M configure.ac