Commit Graph

1541 Commits

Author SHA1 Message Date
Jan Holesovsky
363ee152d4 android: optipng the images.
Change-Id: Iac510a12dcca59209af75ea8d77f9290025c5c03
2015-05-03 19:10:52 +02:00
Jan Holesovsky
fe731a2f9f android: Plain .component files are not used from what I know.
Change-Id: I6e70dd44430a7b0e61c7618e3f0da42deadcd43d
2015-05-03 19:10:52 +02:00
Christian Lohmaier
a229089527 fix theme with AppCompat 22.1 or later
AppCompat 22.1 is stricter in regards to what flags it it accepts

Change-Id: If9b77e59604147cb7050b5721380ab213fcdb9a6
Reviewed-on: https://gerrit.libreoffice.org/15571
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-30 18:11:35 +00:00
Jan Holesovsky
02432d6ef2 viewer: Enable taps to be able to handle hyperlinks.
Change-Id: I0b735d8db3204dc826c2b5fa9a568a5b425353e4
2015-04-24 10:25:02 +02:00
Siqi Liu
f265344c4d intent preference overrides default prefs.
Change-Id: I315d283f6c000d971421a098264e9c594930283e
2015-04-23 15:31:17 +02:00
Siqi Liu
6c03914e2b load default prefs once and use new sortmode/filter mode on refresh.
Change-Id: I54c3e25e960ade172eeb0f4bf24104b3b06e2ee2
2015-04-23 15:31:17 +02:00
Siqi Liu
0848e70b0f Use switch... and effectively sorts before listing.
Change-Id: Ia7eb2c53dc8a69b3d65e56afc7a27f0548c63d07
2015-04-23 15:31:16 +02:00
Siqi Liu
dde1964a2c Formatting for consistency
Change-Id: Ifd153869c965ffa33640e23e9794defaa57dba0b
2015-04-23 15:31:16 +02:00
Siqi Liu
79dd7b118e Set correct title for sort mode after changes.
Change-Id: I4f75f5ee68de6ed6f3b07d93b3681aa2307cb2dc
2015-04-23 15:31:16 +02:00
Siqi Liu
e49e8ac40a Remove unimplemented search functionality
Change-Id: I955bec2c94c386ee18fff8e8f5d90a7a90edf9d2
2015-04-23 15:31:15 +02:00
Siqi Liu
1973966b47 formatting for consistancy and remove unused file.
TODO(siqi): try to refactor the ListItemAdapter to a separate file later.

Change-Id: I01b82d1fea65cda353d5bb08da42e2faf1c8cf13
2015-04-23 15:31:15 +02:00
Siqi Liu
b160d3893c Do NOT browse files from "Documents" folder. Browse from root instead.
This is more likely what users expect. Previously we assumed that all
the documents are stored in root_folder/Documents and there is no way
to navigate up to other folders.

Change-Id: Idf0ce2476d3abe638b2e8b0f35b6da577032742b
2015-04-23 15:31:15 +02:00
Siqi Liu
72f023fc97 refactor xml styling for listview texts
Change-Id: Id52d33807c34b0fa12bc563ed479f5519103c8fe
2015-04-23 15:31:15 +02:00
Siqi Liu
c9baf39df6 formatting for consistancy across Java code
Change-Id: I7bde4c9c024dfe7a18c92a36069433f044fc89bc
2015-04-23 15:31:14 +02:00
Siqi Liu
3c8ad51e35 use LOGTAG instead
Change-Id: Ie89afb3526ff670581094107c59a4a20597d9225
2015-04-23 15:31:14 +02:00
Siqi Liu
bc7300a76d formatting for consistancy across Java code
Change-Id: I4d53376ea1b5ffa158cbb3412353c3cf5ba860d5
2015-04-23 15:31:14 +02:00
Miklos Vajna
47f82250ac android: typo in InvalidationHandler documentation
Change-Id: Ibd6a53f358c1ae844d458440947d10d3c514948a
2015-04-21 14:47:03 +02:00
Siqi Liu
2932bf06be add debugging missing services to README
Change-Id: Ib30a0e3d56ca9ebd07ee55e0aee9b13c0474a060
2015-04-14 21:15:04 +02:00
Siqi Liu
bbfe124bfb disable saving on .tmp files.
Change-Id: I80af505d0dd9a71eda5d640dd336a034288a574d
2015-04-14 15:10:27 +02:00
Tomaž Vajngerl
c92ceb544c android: add comments
Change-Id: I30f8180dd9cf9c94eedca61926ab706f241142df
2015-04-14 18:07:55 +09:00
Siqi Liu
0632f77ee8 LOK_STATE_CHANGED callback implemented with sfx events interception. 2015-04-13 16:23:32 +02:00
Siqi Liu
cc54da2237 java part handles received statechange callback 2015-04-13 16:22:49 +02:00
Tomaž Vajngerl
3c4fd27392 android: hide the keyboard when scrolling velocity exceeds 18
Change-Id: Ibc3c1e384e73f0ecdd10f5a0c8972a04e4101a59
2015-04-13 19:33:07 +09:00
Tomaž Vajngerl
98b12bf77f android: transition first, then move the viewport to the cursor
Change-Id: Iabc9b45dc3198472adda9b6fad1d531c41635f00
2015-04-13 19:33:07 +09:00
Miklos Vajna
6eaf6c8d23 android: move strikeout button after underline
So that it matches the order we show on the desktop.

Change-Id: Ia5be2a233bc4ab3adc37b013b22784032d58a174
2015-04-13 09:07:05 +02:00
Tomaž Vajngerl
7f0dfb3ae6 android: tune the viewport moving to cursor position on key input
Change-Id: Ie420307f28cc05ca03fabe47f46712f67c6f18fa
2015-04-13 09:07:03 +02:00
Tomaž Vajngerl
3e6d192b04 android: hide keyboard on scrolling at a more correct location
When animation happens the scrollbars appear. This hides the
keyboard when the user types and the viewport is repositioned.
With this change, trigger the keyboard hiding only when we really
do scrolling (panning).

Change-Id: I17dc651a6641e807a386d5184868412dd6710a28
2015-04-13 09:07:02 +02:00
Tomaž Vajngerl
5d7a203bda android: reposition the viewport to the cursor at key event
Change-Id: I9b18001d0629e203bee41ebbf4a3bd57adfea88e
2015-04-13 09:07:02 +02:00
Tomaž Vajngerl
e585b12069 android: don't need the cursor position from DocumentOverlay
Change-Id: I79155f9c5c8df211b35137cc61430cebccb4cfe3
2015-04-13 09:07:02 +02:00
Tomaž Vajngerl
2038289555 android: add possibility to move the viewport and zoom + animation
Change-Id: I294ad30b1fdd7f1a3d5099304cc4f077034567b7
2015-04-13 09:07:02 +02:00
Tomaž Vajngerl
6cbcde0267 android: separate layer functionality to DocumentOverlayLayer
Change-Id: Ie69259dbc5826dafbaebc8eec08163256b459337
2015-04-13 09:07:01 +02:00
Tomaž Vajngerl
5707813c07 android: rename TextCursorLayer{View} -> DocumentOverlay{View}
Change-Id: I53a55e2d30c298e7c34f18b7713de91f3c77d5f2
2015-04-13 09:07:01 +02:00
Tomaž Vajngerl
4fb38c6f66 android: get cursor position from TextCursorLayer/View
Change-Id: I7629deb6e01ace052ac8bec70202844bc627ea85
2015-04-13 09:07:01 +02:00
Tomaž Vajngerl
6d9af88998 android: add Cursor class for drawing the cursor to the canvas
Change-Id: I5d8191ffb3d3dd3d3ab11c757a3b7d5dc3fb2e82
2015-04-13 09:07:00 +02:00
Miklos Vajna
b102c585ee android: update emulator / debugging documentation
Change-Id: I402e9073f15dccb3618c06e355559b9f8ff7f763
2015-04-08 11:28:49 +02:00
Siqi Liu
600781382c implement strike out and .uno:Save
.uno:Save works out of box for when tested against documents (impress,
calc) loaded directly from dropbox for example. However, it doesn't work with
impress/calc documents loaded from local files. Writer documents won't
save, either locally or from network resources. More research needed.

Change-Id: Ibdcc209a71f14ec91ba9c1152b305e0278787713
2015-04-07 09:18:21 +02:00
Siqi Liu
950d33871d add saving action placeholder
Change-Id: Ibb4595e297a4328f2bb108e1b9e71bb50843e3b9
2015-04-07 09:18:21 +02:00
Siqi Liu
26afe0a339 add italic/underline button with icons for different screen res
Change-Id: Ib158f32af7ef8d65d4ddd822839b260161a74343
2015-04-07 09:18:20 +02:00
Miklos Vajna
7bc83da3d6 android: update startup details of README
Change-Id: I88a0483e96f2de38ae3c1bc6f707e3b5b504bbac
2015-04-07 09:18:19 +02:00
Miklos Vajna
3f82a2e72f android: remove dead GSoC-2012-eclipse-workspace
Change-Id: I62e551b99904036e8c0e67f0684dc16e5ade2b90
2015-04-07 09:18:18 +02:00
Miklos Vajna
d4a39c158b android: Insure -> Ensure
Change-Id: I33d8282210329d8bb3a471a7c717fcf653930e95
2015-04-07 09:18:17 +02:00
Tomaž Vajngerl
ae4f4b7192 android: remove unneeded layerView stuff
Change-Id: Ide81f4b5dd7f71a3dda21ff51d02a12d7fe9a315
2015-04-07 09:18:16 +02:00
Tomaž Vajngerl
2bbf630d96 android: don't modify if the value is same - all in TextCursorView
Change-Id: Ia90458ca037959c07244673fc5521fb940737390
2015-04-07 09:18:16 +02:00
Tomaž Vajngerl
3dbb8ccb4a android: don't update position, if it is the same
Change-Id: I8f0759db2c9cc6577ce25bfacb8272f3a5f6db92
2015-04-07 09:18:16 +02:00
Tomaž Vajngerl
dacf5c45fe android: don't reset position at showCursor
Change-Id: I9a8eb1df0821e357ed268ad7730be98b69b5f249
2015-04-07 09:18:15 +02:00
Tomaž Vajngerl
1c4202d2f8 android: remove selection handles from xml definition
Change-Id: I41d1d121f9d2d805624c4c8380a7c67bcd12f856
2015-04-07 09:18:15 +02:00
Tomaž Vajngerl
6218409072 android: update README
Change-Id: I8e3d0e5b8032ee5e8cc65b943855b365e7db3864
2015-04-07 09:18:12 +02:00
Tomaž Vajngerl
2502121e5e android: extract BitmapHandle from SelectionHandle
Change-Id: I16ef07414eb7ab9b4a9b8169c8f1d8bfe9bd628e
2015-04-07 09:18:09 +02:00
Tomaž Vajngerl
01a1cf2adc android: propagate visibility to graphic selection handles
Change-Id: I39ff4b0dd6d4b6f71146721920c9524ce04ae84e
2015-04-07 09:18:08 +02:00
Tomaž Vajngerl
6d59210340 android: replace TextSelection{Handle} with SelectionHandles
TextSelection was an additional overlay on the screen to show text
selection (start, middle, end) handles. Now they are replaced with
CanvasElement - SelectionHandle, that is drawn in TextCursorView
the same as cursor and text/graphic selections.

Change-Id: I30e1b00b349500c307d9b580abc4d30e3faf722d
2015-04-07 09:18:08 +02:00