# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_JunitTest_JunitTest,connectivity_complex)) $(eval $(call gb_JunitTest_set_defs,connectivity_complex,\ $$(DEFS) \ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/connectivity/qa/scenearios.sce \ )) $(eval $(call gb_JunitTest_use_jars,connectivity_complex,\ jurt \ OOoRunner \ ridl \ test \ unoil \ )) $(eval $(call gb_JunitTest_use_externals,connectivity_complex,\ hsqldb \ )) $(eval $(call gb_JunitTest_add_classes,connectivity_complex,\ org.openoffice.test.UnoApiTest \ )) $(eval $(call gb_JunitTest_add_sourcefiles,connectivity_complex,\ connectivity/qa/complex/connectivity/DBaseDriverTest \ connectivity/qa/complex/connectivity/FlatFileAccess \ connectivity/qa/complex/connectivity/HsqlDriverTest \ connectivity/qa/complex/connectivity/JdbcLongVarCharTest \ connectivity/qa/complex/connectivity/SubTestCase \ connectivity/qa/complex/connectivity/TestCase \ connectivity/qa/complex/connectivity/dbase/DBaseDateFunctions \ connectivity/qa/complex/connectivity/dbase/DBaseNumericFunctions \ connectivity/qa/complex/connectivity/dbase/DBaseSqlTests \ connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions \ connectivity/qa/complex/connectivity/hsqldb/DatabaseMetaData \ connectivity/qa/complex/connectivity/hsqldb/TestCacheSize \ connectivity/qa/connectivity/tools/AbstractDatabase \ connectivity/qa/connectivity/tools/CRMDatabase \ connectivity/qa/connectivity/tools/CsvDatabase \ connectivity/qa/connectivity/tools/DataSource \ connectivity/qa/connectivity/tools/DatabaseAccess \ connectivity/qa/connectivity/tools/DbaseDatabase \ connectivity/qa/connectivity/tools/FlatFileDatabase \ connectivity/qa/connectivity/tools/HsqlColumnDescriptor \ connectivity/qa/connectivity/tools/HsqlDatabase \ connectivity/qa/connectivity/tools/HsqlTableDescriptor \ connectivity/qa/connectivity/tools/QueryDefinition \ connectivity/qa/connectivity/tools/RowSet \ connectivity/qa/connectivity/tools/sdb/Connection \ )) # vim: set noet sw=4 ts=4: >distro/collabora/co-2021 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)Author
2019-02-18android: Add a missing dependency.Jan Holesovsky
2019-01-25Fix typoAndrea Gelmini
2018-12-13Introduce --enable-android-editingStephan Bergmann
2018-12-13Switch Android armeabi-v7a to libc++/libc++abi/libunwind tooStephan Bergmann
2018-12-13Export RTTI symbols from liblo-native-code.so, for binary UNO bridgeStephan Bergmann
2018-12-13Move NSSLIBS to a more sensible place on the linker command lineStephan Bergmann
2018-12-12Make android/mobile-config.py compatible with Python 3Stephan Bergmann
2018-11-13android: lock away editing mode in separate build flavorChristian Lohmaier
2018-11-04[Pardus] ability to change slide nameMert Tumer
2018-11-04Fix nullptr exception in presentation on AndroidMert Tumer
2018-11-02[Pardus] fix highlight color in Presentation On AndroidMert Tumer
2018-11-02[Pardus] fix missing break in switch case on AndroidMert Tumer
2018-11-02[Pardus] removed ignore hidden files on AndroidMert Tumer
2018-11-02[Pardus] language improvements on AndroidGulsah Kose
2018-11-02[Pardus] language improvements on AndroidMert Tumer
2018-11-02Fix permission settings on Android ViewerMert Tumer
2018-10-18Added Turkish Language Support on Android ViewerMert Tumer
2018-10-18Added language support on Android ViewerMert Tumer
2018-10-06Extract hardcoded strings to string resource file on Android ViewerMert Tumer
2018-08-21Added Clear Formatting button on Android ViewerMert Tumer
2018-08-21Fix listing all options (presentation and spreadsheet) on all documentsMert Tumer
2018-08-15tdf#89860 ability to print from Android ViewerMert Tumer
2018-08-11Added PDF Export option on Android ViewerMert Tumer
2018-08-07tdf#106648 save current work when switching to other appsMert Tumer
2018-08-07Fix floating action button disappears after closing a documentMert Tumer
2018-08-07tdf#119082 Exception wrong thread on Android ViewerMert Tumer
2018-08-07Show Save document dialog when using colorpickerMert Tumer
2018-07-31Rename/Delete worksheets and slides option on Android ViewerMert Tumer
2018-07-31Setting visibility of menu items instead of disabling or enabling themMert Tumer
2018-07-31Renamed "Font Back Color" to "Highlight Color" on Android ViewerMert Tumer
2018-07-15Developer ModeXimeng Zu
2018-07-12Style tab added to Android ViewerMert Tumer
2018-07-12tdf#118622 fix unhandled exception when selecting remove serverMert Tumer
2018-07-12tdf#118618 fix document browser doesnt list all documentsMert Tumer
2018-07-12tdf#118585 Fix exception when closing Android ViewerMert Tumer
2018-07-12Fix remote server can not be selected on Android ViewerMert Tumer
2018-07-12Fix endless loop when selecting remote server on Android ViewerMert Tumer
2018-06-30android: simplify boolean statementChristian Lohmaier
2018-06-30android: get rid of unsafe/unchecked castsChristian Lohmaier
2018-06-30android: suppress deprecation warning for Html.toHtml(String)Christian Lohmaier
2018-06-30android: bump gradle, gradle-plugin, support libary & target versionsChristian Lohmaier