Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-13 | iOS: attach the slider to the toolbar differently for iOS 7 | Paul Gardiner | |
Under iOS 7, the slider becomes inoperable when included a toolbar item in the standard way. Instead just add it as a subview, being careful to also remove it to avoid multiple copies | |||
2014-01-10 | iOS: correctly handle document changes that may affect several pages | Paul Gardiner | |
Interaction with forms may change several pages, so all pages currently represented by view need updating. | |||
2014-01-10 | iOS: on iPhone use custom buttons to accommodate shortage of space | Paul Gardiner | |
Otherwise, in portrait mode, there isn’t enough room for all five buttons and some are not displayed. | |||
2014-01-09 | Remove comment header blurb from ios files. | Tor Andersson | |
2014-01-09 | iOS: save changes on returning to the library | Paul Gardiner | |
Also change the way the back button works, using an explicit action, rather than relying on the navigation controller. Doing so allowed an alert dialog to be displayed asking if document changes should be discarded or saved. It also allowed the word-based button to be replaced by an icon-based one, which saves space (important for iPod and iPhone). We may want to also save on other occasions, but this at least provides some way to do so. | |||
2014-01-07 | iOS: remove search-bar-transparency hack | Paul Gardiner | |
Doesn’t work in iOS 7.1: removes the the whole text view | |||
2014-01-07 | iOS: don’t allow hiding of the navigation bar when it is other than at the ↵ | Paul Gardiner | |
root menu Seems more natural and avoids cases where tapping doesn’t bring the bar back, hence trapping the user in one of the submodes. | |||
2013-11-27 | iOS: some fixes for iOS 7 | Paul Gardiner | |
2013-11-22 | iOS; remove use of deprecated functions and fix other warnings | Paul Gardiner | |
2013-11-22 | iOS: support annotation deletion | Paul Gardiner | |
2013-11-20 | iOS: support creation of Ink annotations | Paul Gardiner | |
2013-11-19 | iOS: add support for creating markup annotations | Paul Gardiner | |
2013-11-07 | iOS: fix non-appearance of buttons for files with no outline | Paul Gardiner | |
2013-10-16 | iOS: add support for selecting form choice fields | Paul Gardiner | |
2013-10-16 | iOS: support filling in of text form fields | Paul Gardiner | |
2013-10-09 | iOS: implement internal-link following | Paul Gardiner | |
Also: add hooks for the other link types remove unnecessary protocol from MuPageViewReflow turn off optimizations for the debug build | |||
2013-09-25 | iOS: while adjusting reflow zoom, refresh only the visible page | Paul Gardiner | |
At end of gesture all pages are refreshed so that newly-becoming-visible pages appear at the correct zoom. | |||
2013-09-24 | iOS: add reflow mode | Paul Gardiner | |
2013-09-24 | iOS: use ObjC-level ref counting to control lifetime of fz_document | Paul Gardiner | |
With the latest version if iOS, timing changes were causing crashes during close down of a MuDocumentController. This change isolates us from those changes. | |||
2013-09-17 | iOS: split the classes into separate files | Paul Gardiner | |