android/source/src/java/org/libreoffice/UnitConverter.java |4
android/source/src/java/org/libreoffice/canvas/AdjustLengthLine.java |5
+++--
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit b70afa9ffd6408e1611ddd94e1d77163660d445b
Author: Ximeng Zu
/LOKitTileProvider.java |8
android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java |7
9 files changed, 262 insertions(+), 2 deletions(-)
New commits:
commit 8d977511e3ab755da65d34a0bd618ef3c9db90c7
Author: Ximeng Zu
Date: Mon Aug 14 11:41:30 2017 -0500
tdf
/libreoffice/LibreOfficeMainActivity.java |
2
android/source/src/java/org/libreoffice/overlay/CalcHeadersController.java |
54 +-
5 files changed, 106 insertions(+), 2 deletions(-)
New commits:
commit 4e2555b7f37172ab28d43d5aecfa52a38c0cdd65
Author: Ximeng Zu
Date: Thu Jul 20 09
/org/libreoffice/overlay/CalcHeadersView.java |
9 ++---
4 files changed, 8 insertions(+), 18 deletions(-)
New commits:
commit 218ea8750827982dc325fb0f0daa6d9f4b2dc044
Author: Ximeng Zu
Date: Sun Aug 20 18:15:46 2017 -0500
[Android] Clean up util func with Calc dev
43f5161991cffedabb280a6e4e388c5bcbac4f96
Author: Ximeng Zu
Date: Wed Jul 26 11:15:26 2017 -0500
[Android Viewer] Password support
Added password support for documents.
Change-Id: Ifd9cf86894ddaf2fd5ad97510d2ac1b5850611ad
Reviewed-on: https://gerrit.libreoffice.org/40458
Hello,
I spent my last week working on zooming for Calc on Android Viewer. In
short, I didn't succeed. Since I implemented headers and the headers need to
be synced with the main GL content, and there is a syncing problem, we have
decided to fix the zoom and fix DPI = 96 to ensure headers and m
android/source/AndroidManifest.xml |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 985474a03f902e088d25e005a7d6499037ed8e12
Author: Ximeng Zu
Date: Wed Aug 2 11:23:55 2017 -0500
[Android Viewer] Fix windowSoftInputMode
Fix the wrong parameter in
f45cdbc9f3dd877a2ebda1e2718c59e83faf3c6a
Author: Ximeng Zu
Date: Wed Jul 12 09:20:56 2017 -0500
[Android Viewer] Add header funcs to Calc
Added insert/delete/hide/show/optimal width or height
/adjust width or heigth to Calc. These options
show in a floating menu near the headers when the
user taps on
/org/libreoffice/overlay/DocumentOverlayView.java |
51
11 files changed, 337 insertions(+), 14 deletions(-)
New commits:
commit b9471511523d5c80b80a5e99d149af65e9915840
Author: Ximeng Zu
Date: Sun Jun 18 16:37:13 2017 -0500
[Android Viewer] Add cell selection by row/column/all
android/Bootstrap/src/org/libreoffice/kit/Document.java | 38
1 file changed, 19 insertions(+), 19 deletions(-)
New commits:
commit 063db6b5a011c48fd4f04048a292747f33418a82
Author: Ximeng Zu
Date: Tue Jul 11 11:45:13 2017 -0500
[Android Viewer] Correct LOK Enums
/source/src/java/org/libreoffice/overlay/DocumentOverlayView.java |
8
android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java |
3
12 files changed, 369 insertions(+), 19 deletions(-)
New commits:
commit 02f3c4848ab52358bfee56c570a19a3a071574f2
Author: Ximeng Zu
Date
/libreoffice/ToolbarController.java |3
8 files changed, 329 insertions(+), 16 deletions(-)
New commits:
commit 6b873439042960bfc72a5e341c5ed61eeb40f53e
Author: Ximeng Zu
Date: Wed May 24 17:02:17 2017 -0500
Presentation Mode
Adding fullscreen presentation mode.
Change
android/Bootstrap/src/org/libreoffice/kit/Document.java | 21
1 file changed, 21 insertions(+)
New commits:
commit c746468607d020be10366f2ad2df6dddf947c656
Author: Ximeng Zu
Date: Wed Jun 28 15:52:10 2017 -0500
Add LOKit Enums to Document.java
Added LOKit
n view and header views. We managed to
solve it by fixing the zoom to 1x in Calc document. The patch is pushed onto
gerrit now. Next step is to add more controls to Calc UI as in LOOL.
Ximeng Zu
___
LibreOffice mailing list
LibreOffice@lists.freedesktop
ction.
Best,
Ximeng Zu
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice
o make this record on the
mail list archive just in case any contributor in the future wants to see.
All in all, I think the problem is Ubuntu or me failing to install some
libraries/dependencies.
Now I'm installing openSUSE on my surface pro 3
Ubuntu and hopefully it will work
out.
Link to gerrit patch [WIP]: https://gerrit.libreoffice.org/#/c/38006/
Best wishes,
Ximeng Zu
IRC: uznomis[m]
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman
f45cfc6569d2a5a81784284f294eb35e98211b19
Author: Ximeng Zu
Date: Fri May 19 23:15:28 2017 -0500
Update zoom constraints with device rotate
Added function of updating zoom constraints
whenever device rotates. This is achieved by
calculating min zoom factor every time the
android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java |
22 +-
1 file changed, 12 insertions(+), 10 deletions(-)
New commits:
commit e0ccc8913598c91a9a76fd6bcca6d397bf79e304
Author: Ximeng Zu
Date: Thu Apr 27 22:07:32 2017 -0500
Fix behavior of double tap
android/source/res/layout/activity_main.xml | 33
++
android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java |2
2 files changed, 21 insertions(+), 14 deletions(-)
New commits:
commit 5c2833c4edf88ab7f9ad9b6165829c149432aae5
Author: Ximeng Zu
android/source/src/java/org/libreoffice/LOKitTileProvider.java |1 +
android/source/src/java/org/libreoffice/ToolbarController.java |2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 936ffc11cee7176e63785f3b4a97eb1f0acfdf0e
Author: Ximeng Zu
Date: Thu Apr 13 17
android/source/src/java/org/libreoffice/InvalidationHandler.java |6 ++--
android/source/src/java/org/libreoffice/ToolbarController.java | 15
+-
2 files changed, 18 insertions(+), 3 deletions(-)
New commits:
commit 1a748066b49ceaa8cdd3477556756336d6dfb8b3
Author: Ximeng Zu
android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java |
13 ++
1 file changed, 13 insertions(+)
New commits:
commit 50938d84de555ac8dd3151f44e8ba20276ddd7be
Author: Ximeng Zu
Date: Wed Apr 5 16:38:13 2017 -0500
Double tap zooms in and out
Added
+
android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java |
10 +
8 files changed, 198 insertions(+), 2 deletions(-)
New commits:
commit 78bc5053a15ef218cce394b0d0e012f1700f760a
Author: Ximeng Zu
Date: Wed Apr 5 23:37:12 2017 -0500
tdf#96764 - Android Viewer
android/source/res/values/strings.xml|1
android/source/src/java/org/libreoffice/InvalidationHandler.java | 81
+-
2 files changed, 81 insertions(+), 1 deletion(-)
New commits:
commit 5333f93a6fd191e424327afe3935f2770a71f620
Author: Ximeng Zu
Date
/mozilla/gecko/gfx/GeckoLayerClient.java |
1 -
android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java |
4 +---
5 files changed, 11 insertions(+), 10 deletions(-)
New commits:
commit ed900113d091431f89ccc312b55a6955ca341b9e
Author: Ximeng Zu
Date: Thu Mar 16 23:24:27
/ic_search_direction_up.xml |2 +-
android/source/res/drawable/ic_undo.xml |2 +-
android/source/res/values/colors.xml |2 +-
19 files changed, 19 insertions(+), 19 deletions(-)
New commits:
commit b35552f39503b9baca9c2d7b6944d9f18ca0004a
Author: Ximeng
android/Bootstrap/src/org/libreoffice/kit/Document.java |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 662a1b0a52bdb891ae5802a4799af884e854f205
Author: Ximeng Zu
Date: Tue Apr 4 16:09:28 2017 -0500
Fix typo: inticator -> indicator
The rela
android/source/AndroidManifest.xml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c1769e9b27bcf62e644927139d07ee195803363a
Author: Ximeng Zu
Date: Sun Mar 26 12:25:19 2017 -0500
tdf#96816 android: top part unreachable with soft keyboard
29 matches
Mail list logo