[Libreoffice-commits] core.git: android/source

2017-03-17 Thread aleksandar-stefanovic
android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit b0005f4319acb0a553466f056d9b5b4c4a39 Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Tue Mar 14 19:44:41 2017

[Libreoffice-commits] core.git: android/source

2017-03-14 Thread aleksandar-stefanovic
android/source/build.gradle |2 +- android/source/gradle/wrapper/gradle-wrapper.properties |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit c619f311cee3dc6d1af593413f6f38ba2383eeb0 Author: aleksandar-stefanovic <theonewit

[Libreoffice-commits] core.git: android/source

2017-03-12 Thread aleksandar-stefanovic
: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Sat Feb 25 11:09:22 2017 +0100 Made sort menu use radio buttons This makes it MUCH easier to see what sort option is currently selected. Removed the mechanism of switching between labels when the option is t

[Libreoffice-commits] core.git: android/source

2017-02-25 Thread aleksandar-stefanovic
: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Thu Feb 16 20:42:45 2017 +0100 Moved navigation items to XML I made them add programatically before, because I was unsure whether the list was dynamic, but when I found out that the five items on the list are actually

[Libreoffice-commits] core.git: android/source

2017-02-25 Thread aleksandar-stefanovic
android/source/res/layout/file_list_item.xml |1 + android/source/res/values/themes.xml |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit faeb982d2fc208a5beb22f75185b93bc3724ce03 Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Wed

[Libreoffice-commits] core.git: android/source

2017-02-14 Thread aleksandar-stefanovic
insertions(+), 53 deletions(-) New commits: commit e86c4d3998011fe8ee835e31e86dfa026e11ac6f Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Wed Feb 8 10:33:26 2017 +0100 Moved file filtering to a menu option Moved file filtering from a toolbar spinner to a menu

[Libreoffice-commits] core.git: android/source

2017-02-12 Thread aleksandar-stefanovic
ce1fec5f5d23676e2a02dde062f9b678d4d1dfd0 Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Thu Feb 9 10:39:01 2017 +0100 Changed description of setting entries Changed to make more sense to non-tech-savvy users. See https://material.io/guidelines/style/writing.html for writing guid

[Libreoffice-commits] core.git: android/source

2017-02-10 Thread aleksandar-stefanovic
/ui/LibreOfficeUIActivity.java | 12 ++ 4 files changed, 26 insertions(+), 9 deletions(-) New commits: commit b46ed21a33849d2268406feb875f46bc925a65ec Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Thu Feb 9 10:32:21 2017 +0100 Moved "storage provid

[Libreoffice-commits] core.git: android/source

2017-02-07 Thread aleksandar-stefanovic
23f39d7283e71bccf244ed75b13a4860bd1ab066 Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Tue Jan 31 21:51:25 2017 +0100 android: move sort options to separate menu This is one in a series of commits of trying to unclutter the context menu, which was pretty unorg

[Libreoffice-commits] core.git: android/source

2017-02-07 Thread aleksandar-stefanovic
/LibreOfficeUIActivity.java | 132 +- android/source/src/java/org/libreoffice/ui/RecentFilesAdapter.java| 92 ++ 5 files changed, 313 insertions(+), 23 deletions(-) New commits: commit 62cad676e9beb9d94e8adee6033d7c11c35baf0c Author: aleksandar-stefanovic <theonewithid...@gmail.com>

[Libreoffice-commits] core.git: android/source

2017-02-07 Thread aleksandar-stefanovic
deletions(-) New commits: commit 7d6269ecc9945bff9dc00f5eeb62e47e2cf284bb Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Tue Jan 31 19:35:52 2017 +0100 Removed static context from DisplayPortCalculator Refactored many fields of DisplayPortCalc

[Libreoffice-commits] core.git: android/source

2017-01-31 Thread aleksandar-stefanovic
/LibreOfficeMainActivity.java |6 + 4 files changed, 22 insertions(+), 35 deletions(-) New commits: commit 5f89da97dc7cc7c8f7e9255b6ad41e0a24bf3682 Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Wed Jan 25 16:53:46 2017 +0100 Removed static context from LOKitThread

[Libreoffice-commits] core.git: android/source

2017-01-31 Thread aleksandar-stefanovic
insertions(+), 39 deletions(-) New commits: commit d339bba78ada3655097e96c82eeb886818ee5080 Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Wed Jan 25 20:28:21 2017 +0100 Removed static context from JavaPanZoomController Removed static context, and edited the

[Libreoffice-commits] core.git: android/source

2017-01-31 Thread aleksandar-stefanovic
android/source/src/java/org/libreoffice/LOKitTileProvider.java | 26 -- 1 file changed, 12 insertions(+), 14 deletions(-) New commits: commit 644d92ada400e335e256215598a532f116438a1f Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Wed Jan 25 19:50:19 2017

[Libreoffice-commits] core.git: android/source

2017-01-26 Thread aleksandar-stefanovic
/ui/LibreOfficeUIActivity.java | 13 - 4 files changed, 115 insertions(+), 127 deletions(-) New commits: commit 8802ebd5172ec4bc412a59d136c82b77ab452281 Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Sun Jan 15 10:45:56 2017 +0100 Moved About dialog to DialogFr

[Libreoffice-commits] core.git: android/source

2017-01-25 Thread aleksandar-stefanovic
/LibreOfficeMainActivity.java |6 +- android/source/src/java/org/libreoffice/ToolbarController.java | 22 +++--- 5 files changed, 28 insertions(+), 31 deletions(-) New commits: commit 6310fa8a70db81334b710b06377e20b4ecb378da Author: aleksandar-stefanovic <theonewithid...@gmail.com>

[Libreoffice-commits] core.git: android/source

2017-01-25 Thread aleksandar-stefanovic
| 5 - android/source/src/java/org/mozilla/gecko/gfx/PanZoomController.java | 5 - 22 files changed, 147 insertions(+), 143 deletions(-) New commits: commit 96b2aa3f820f4cc65904195cde12e305434a732c Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Sat Jan 14

[Libreoffice-commits] core.git: android/source

2017-01-16 Thread aleksandar-stefanovic
deletions(-) New commits: commit 9123ba9632ec1e8a74e215c406da9ca02be09b8d Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Thu Jan 12 17:51:58 2017 +0100 Cleaned up FormattingController It was coded pretty badly, so I cleaned it up. Most notably, it used a

[Libreoffice-commits] core.git: android/source

2017-01-16 Thread aleksandar-stefanovic
android/source/src/java/org/libreoffice/SearchController.java | 22 +- 1 file changed, 11 insertions(+), 11 deletions(-) New commits: commit 15c97b28aa058006a66a17b1305c16dc7480f8af Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Thu Jan 12 17:59:01 2017

[Libreoffice-commits] core.git: android/source

2017-01-16 Thread aleksandar-stefanovic
/LibreOfficeUIActivity.java | 286 +- 4 files changed, 157 insertions(+), 267 deletions(-) New commits: commit a2945d837b7026f764ac5269c4d2453eb0862ee6 Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Wed Jan 11 19:21:06 2017 +0100 Replaced list and grid with Recycl

[Libreoffice-commits] core.git: android/source

2017-01-16 Thread aleksandar-stefanovic
changed, 121 insertions(+), 48 deletions(-) New commits: commit b610c98b5981b9d2ab531196e17a6c6059e8d272 Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Mon Jan 9 11:58:59 2017 +0100 Revamped the navigation drawer Replaced the custom implementation of the

[Libreoffice-commits] core.git: android/source

2017-01-10 Thread aleksandar-stefanovic
a940c8280d26be030dd7a53cf7b4077430597e8d Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Thu Dec 29 20:55:55 2016 +0100 Folder icon redesign Replaced old and busted icon design, with Google's generic app icon. It is now a vector drawable, which means it will be sharp at any reso

[Libreoffice-commits] core.git: android/source

2017-01-10 Thread aleksandar-stefanovic
deletions(-) New commits: commit d976f9151af53319819c6adb77bc819c460c1bb5 Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Thu Dec 29 20:29:41 2016 +0100 Updated toolbar spinner to newer implementation Lowered all-caps navigation labels to something more profes

[Libreoffice-commits] core.git: android/Bootstrap android/source

2017-01-10 Thread aleksandar-stefanovic
/org/libreoffice/storage/external/OTGDocumentsProvider.java |1 7 files changed, 26 deletions(-) New commits: commit 11e443bfe1166939df4836f2e41c79fb7032089f Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Thu Dec 29 15:25:33 2016 +0100 Removed unnecessary i

[Libreoffice-commits] core.git: android/source

2017-01-10 Thread aleksandar-stefanovic
android/source/build.gradle | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit ca48c612120d2f0351e198c581fcfde746837243 Author: aleksandar-stefanovic <theonewithid...@gmail.com> Date: Thu Dec 29 14:56:17 2016 +0100 Bumped version numbers in