summaryrefslogtreecommitdiff
path: root/ios/LibreOfficeLight
AgeCommit message (Collapse)AuthorFilesLines
2018-03-11iOS, updated xcode project filejan Iversen1-0/+52
the only change is that addition of files needed to debug the stack corruption problem. Change-Id: I3598cdba2e84f51a3a90387dbe3439eafb34f878
2018-03-03iOS, change example.odt -> welcome.odtjan Iversen1-1/+1
It must be changed in the swift code also. Change-Id: Ide7ccbb89d94f91a9f6e0dbbd7a29035c46f7f4f
2018-03-03iOS, moved resources from share to direct.jan Iversen1-48/+60
Change-Id: I266fe71a6c58d8b80fa917198e8d84b356dfe296
2018-03-03iOS, updated resource paths.jan Iversen1-8/+4
changed name of example.odt to welcome.odt Change-Id: I59625949f4aaad3b3f75bfa243f1a4186d563822
2018-03-03iOS, made example.odt local to iosjan Iversen1-4/+6
Have a local copy instead of referencing the android dir, allows us to make modifications local to iOS. Change-Id: Ifb6292cff5dcfce0a45c210176f8597d0091ee20
2018-02-13iOS, SAL_LOG added to debug buildsjan Iversen1-0/+7
Change-Id: Ibd5406c8f2ea7b46e3b4863ca1eba5a788bd270a
2018-02-11iOS, added missing document state in callbackjan Iversen1-0/+4
Change-Id: Ib710eb4ce1186571732588948726874a0fb9cb58
2018-02-05iOS, correctly build release/debug versionsjan Iversen2-0/+186
Added 2 schemes Debug/Release as shared to make sure they are available. Not having them as shared and cleaning causes them to be "forgotten" Change-Id: I4cb66c7088f770c7cda592994f3610e98fb1b7f0
2018-02-05iOS, removed OTHER_LDFLAGSjan Iversen1-3/+0
Change-Id: Ib07c1c4823deda7fa4ba389e9679f6eff99691d8
2018-02-04iOS, simplified lib ref and copy to devicejan Iversen1-1/+3
Named libKit directories so they can be referenced simple within xCode Change-Id: Ic05fa4e87b6cc87e2823177474c3ed9ac3433dd3
2018-02-04iOS, launchScreen size updatejan Iversen1-6/+6
Change-Id: Ic00d5f623fafdf05c467e7a260320894d8a27c5b
2018-02-04iOS, removed buildConfiguration Simulatorjan Iversen1-106/+2
We only work with Debug/Release and then let the target determinate active architecture. Change-Id: Iccc6a658168a26c9d6b1650b0928466479cf68dc
2018-02-04iOS, removed schemesjan Iversen3-275/+0
Working only with BuildConfiguration Change-Id: I6790841928ca7ab6938317d0a8e83f9b90608cad
2018-02-04iOS, new launch screenjan Iversen1-60/+82
Updated launch screen, to reflect current development, and the fact that it is based on LO 6.x Change-Id: Iac175abb5ba8dc7a1fbe923ce972d797d78779c5
2018-01-30iOS: linker changes for on deviceJon Nermut2-9/+45
[ae490dd] iOS: add script to sym link the dylib to the right spot Adds a shell script to symlink the right dylib into the build products folder, which means we can reference libKit.dylib relative to that, rather than absolutely [ba4c072] iOS: pass in user path On device using appPath/user as the user directory causes a crash, as an app cannot write inside it's bundle. Instead, add a new param to pass the documents dir into the init. [088ad49] iOS: linker changes to run on device Change-Id: I16f5d85f3ca483df11b82108ee39c4ec461214f4 Reviewed-on: https://gerrit.libreoffice.org/48866 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
2018-01-26iOS, add support for PDFjan Iversen1-0/+23
Updated Document Types and import types. Change-Id: Id7e5aef91cdf52783a83672becfd7bbb78f986ad
2018-01-25iOS, update intro screenjan Iversen1-0/+0
Update to intro.png used for version 6 Change-Id: Ieeb71854eb98eb3f1be815ea15fecce424a5eba9
2018-01-25iOS, removed unused librariesjan Iversen1-36/+0
libz, libiconv etc are now hidden in loKit.dylib Change-Id: I64e7be0c3ad2087f8c13bcc99d693087e4c6732b
2018-01-24iOS, allow orientations for all devicesjan Iversen1-1/+1
Info.plist is no longer limited to ipad Change-Id: Ibe807183fab7e2820e5234fa7fa773fda2c32926
2018-01-23Fix typosAndrea Gelmini1-1/+1
Change-Id: I17e617d89d1b5ad92c5c8218958e86ca722b13e2 Reviewed-on: https://gerrit.libreoffice.org/48435 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2018-01-23iOS: implement tabs for spreadsheetsJon Nermut6-5/+281
Change-Id: I210d68f013e56efd90da004891b872434ce65f68 Reviewed-on: https://gerrit.libreoffice.org/48368 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
2018-01-22iOS, performance updatejan Iversen2-8/+2
Set SAL_LOG to empty in SIMULATOR scheme, allowing to easy add +WARN+INFO when testing. Removed duplicate entry in Info.plist Change-Id: I7d0231b0c30fd710e578f91b450c3c16696deb08
2018-01-20iOS: keep track of doc partJon Nermut6-363/+489
- implement swipe left/right and tap gestures for presentations - move some classes to their own files Change-Id: I3ddd3e17ec809c87097d5515f08038bbc969764f Reviewed-on: https://gerrit.libreoffice.org/48231 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
2018-01-20iOS: Fix debugging in xcode by making include path non-recursiveJon Nermut1-3/+3
it was picking up the wrong headers in the debugger Change-Id: I0bf6a10504e3b3e9a6eb13355f3f8a4f63a15a1e Reviewed-on: https://gerrit.libreoffice.org/48230 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
2018-01-18Resolves: rhbz#1535541 fdo#88004 mimetypes are .macroEnabled not .macroenabledCaolán McNamara1-14/+14
Change-Id: If7942ec9d4cd40f29fae2b9a8f76df1ef08bfc17 Reviewed-on: https://gerrit.libreoffice.org/48120 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2018-01-18iOS: add a temporarily exposed function that calls ↵Jon Nermut3-0/+18
CallbackFlushHandler::Invoke in order to manually flush the callback queue. To be reverted once the callback problem is solved. Change-Id: I95273b8a01eec62f639edd6767f69e02a294d8aa Reviewed-on: https://gerrit.libreoffice.org/48101 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
2018-01-18iOS: keep track of the keyboard, and scroll the next search result into ↵Jon Nermut7-55/+361
view. Reimplement RenderCache (+2 squashed commits) Squashed commits: [3c3f36f] iOS: quieten warnings [8eae946] iOS: display search results in an overlay view Change-Id: I04a38943d5a22b8e6a52ae854e65f01bf43fda7b Reviewed-on: https://gerrit.libreoffice.org/48100 Reviewed-by: jan iversen <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
2018-01-16iOS, actived SAL_INFO + SAL_WARN in debugjan Iversen1-0/+7
SAL_INFO and SAL_WARN are now sending output to the debugger window (which can be saved to a file, in the xcode menu) Change-Id: I0a9b98f8da469e71c6fd56d624dad446561c1153
2018-01-13iOS, debugged callbackjan Iversen1-0/+2
Callback now calls the swift function. It is time to see if we can do without the thread queue. Change-Id: If9a76c884ca7e5018243ae3f4bee20b61dbba40d
2018-01-11Fix typosAndrea Gelmini1-1/+1
Change-Id: If655aaa59d42ab63335ced6d98b2c02d0ac4ff5b Reviewed-on: https://gerrit.libreoffice.org/47764 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2018-01-11iOS, Rendering document.jan Iversen12-30/+1864
This patch is with thanks to Jon Nermut. With this patch, the iPad renders documents as it should be rendered Change-Id: I54903fde3204b949d8c608842c004cd49a211d9a
2018-01-11iOS, removed dummyLOkitjan Iversen2-66/+2
dummyLOkit was only usefull to speed up UI test, due to slow linking, so it is no longer needed. Change-Id: Ib9e2cf259aaa7df4dab21d346e4283cb6ce81dd0
2018-01-10iOS, update to compile appjan Iversen1-6/+4
The dylib reference was wrong, when starting from scratch Change-Id: I88f1a2bf5634683d3d13faa71a1aa8c039f0c472
2018-01-08iOS, switched simulator to use .dylibjan Iversen1-8/+6
changed static lib to .dylib causing link times to be 1-2 seconds. However .dylib have a "missing code signature". Change-Id: I59e95444a0db5406075bc15360f0acb6ab08b65b
2018-01-05iOS, bump LibreOfficeLight to 11.2jan Iversen1-6/+6
Change-Id: Idd7737d2d4494a336ce8592c773a07055908646c
2017-12-30iOS, make LIBRARY path relative.jan Iversen1-3/+3
Patch based on suggestion from jon Nermut. Change-Id: I91244ad839b2a7f532b45c0ca8b37228c2ff27b1
2017-12-06iOS, update to xcode 9.2jan Iversen4-5/+5
Change-Id: Id7962a0e40d2341fbe5f702399478f926c0ef5bf
2017-11-26iOS, make Kit symbols externaljan Iversen1-5/+14
Xcode has a problem (a bug) with linkink .o files to a project, this is ignored on the linker line. We use visisbility=hidden as default, therefore the symbols to be exported need to have the attribute visibility=default Change-Id: I079189dbaf6c0f606028a1e582f320db97995285
2017-11-25iOS, project update to compile with dummy LOkitjan Iversen3-1/+17
Change-Id: If76f4aaecb853db6b33d671092b7806bbb9b9d2d
2017-11-25iOS, update app projectjan Iversen2-99/+24
Updated LibreOfficeLight to correspond to new prelink. Change-Id: Iec0425d3516849afaae4b640e8b4fc733430d595
2017-11-22iOS, update icons to support new modelsjan Iversen8-64/+63
Update of icons and start image (xib file not png) Change-Id: I172c4e6eb0f27d6dd05b9eb28b2e352f29578279
2017-11-22iOS, update app project.jan Iversen1-24/+135
Adjustments to cope with schemes. Change-Id: Ifbe50658299927d66886fc88753db5544e1f93d6
2017-11-22iOS, update loApp.xcconfig pathjan Iversen1-5/+4
Path is now relative to core directory, as documented Change-Id: Ib731e8c650dd600932516cfda2e9545b04609994
2017-11-22iOS, icudt59.dat => icudt60.datjan Iversen1-4/+4
Updated copy of icu dat file, due to version change Change-Id: I12885de019fa00f0816b9c31a30d02e73821be33
2017-11-19iOS, updated app iconjan Iversen6-19/+74
new demands for appicons (iOS 11.1) Change-Id: I26eb7c61d4ffe24347ed3b192b579d07e46afc34
2017-11-19iOS, added schemes to projectjan Iversen4-11/+286
This is very much an experimental feature, to ease the building process. Currently only SIMULATOR is tested Change-Id: I67137057132115d800af31a617aeafc585b0819b
2017-11-18iOS, Xcode upgrade ruined project.pbxprojjan Iversen1-118/+1
The latest Xcode upgrade caused dublicate XBUILDCONFIGURATIONS, giving a strange behaivour when changing parameters using Xcode. Change-Id: I3e4d43af5540ef505665cf832090c767774bd951
2017-11-17iOS changed icons to non transparent.jan Iversen10-1/+1
Transparent icons have a black frame on the iPad, changed transparent background to a green background (after all green is the color of LO). Change-Id: Id0703c63bab0f6cb5d5a9c268124daba5d6323b1
2017-11-17iOS, updated app icon setjan Iversen16-7/+11
Change-Id: I5995f4caad6b03bad7cbc76e860ea0471572952d
2017-11-16iOS, add tile sizing functionjan Iversen3-28/+13
Added function to calculate needed tiles. Change-Id: Ie598f6a5f438dea72c298e769bdba8fd00bbb4bf