/osx/

uokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/ios/LibreOfficeLight/LibreOfficeLight
AgeCommit message (Collapse)Author
2017-10-29iOS, document handle sidebarjan Iversen
Change-Id: I4df15312f1174009d7d34b02241c129abc27c0b7
2017-10-29iOS background handlingjan Iversen
When the app moves to background (hipernate) LOkit needs to be stopped, and when it reenters foreground started again. In order to keep AppDelegate slim as recommended, calls to DocumentController are added. Change-Id: I7e4c8c5ae7fe29235381e3e7217abfd1911e39ad
2017-10-29iOS documentation and minor correctionsjan Iversen
Started on documentating all classes, to make it easier for others to understand the code. Change-Id: I5b463f7ae23fb6316dc3f1418d73222360083bdc
2017-10-29iOS, use UIDocumentPickerViewControllerjan Iversen
UIDocumentPickerViewController is new in iOS 11.0 and provides much more flexibility. Change-Id: Idd44ab57e8ddbf707327e8a66c5dae2a05ee172c
2017-10-27iOS online check for iCloudjan Iversen
Added check for active iCloud during startup as well as when returning from background. Change-Id: I4481a4cc7814540da98c4c432fe04543316fa7aa
2017-10-26iOS added menu entriesjan Iversen
Added Copy/Move/Delete since this is the only way to access the local storage. Change-Id: I9b054a4f23d32d5220ae500a37b52cb7e7a8587c
2017-10-26iOS added select local/iCloud storagejan Iversen
Added button in Document window, to signal if working local or in iCloud Change-Id: Ib33b67c95dfad466664e2289390ea577ba5e3391
2017-10-16iOS, update to app due to prelink lib changejan Iversen
Change-Id: I86074b2bf6779834760e19cd206d469b93a1c480
2017-10-11iOS, make linking of LO dependentjan Iversen
Added a flag to remove need for LO in app, this allows faster change of UI changes. Change-Id: Iad3be518733cbd3ce092eebab76f8f66e91e579d
2017-10-10iOS, update app to linkjan Iversen
Linking app for test directly in xCode, later it will be added to CustomTarget_iOS.mk Change-Id: I166bbdb626625ea1c4a8a191004b85ba7eef8f11
2017-10-08iOS, update app to build with single lib.jan Iversen
Added the prebuild lib(s) to the project and removed the local implementation Change-Id: I2538fa0eed016585d35a3b6e1bafc8d7a726d202
2017-10-08iOS, update app to swift 4jan Iversen
Preparing for iOS 11.0 and xCode 9.0 Change-Id: I9e7dc9b6c55bf5606eae859baa47fcd95fdc5ed8
2017-09-29iOS, WIP build static library.jan Iversen
Adjusting differences between default project, and old iOS project Change-Id: I2639761bbe909cbd893c7d6b932e11c1e57998df
2017-09-26iOS, build instructions.jan Iversen
Added README with instruction on how to build for the different platforms, updated iOS files corresponding Change-Id: I8a85f808841d682bc09f1e3b039192e342ecc484