/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include GalleryObjectStorage::~GalleryObjectStorage() = default; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)Author
2016-03-23no need for IPC on Android, removes the need for the cache-hackChristian Lohmaier
2016-03-19formatting and whitespaceAlexandru Moscu
2016-02-08Fix typosAndrea Gelmini
2016-02-05android: document some parameters for doxygenChris Sherlock
2016-02-02tdf#88389 - android document browser: external storage accessAlexF
2016-01-29Bump build tools version to account for sdk updatesPeter Foley
2016-01-21improve android build status reportingPeter Foley
2016-01-10Fix typosAndrea Gelmini
2016-01-05Fix typosAndrea Gelmini
2016-01-04tdf#96127 Android: No UI visibleAlexF
2015-12-25tdf#88391 android document browser: draw and impress icon is the sameAlexF
2015-11-23android: remove duplicated bitmapsMiklos Vajna
2015-11-21android: another part where underline and strikethrough commands were swappedChristian Lohmaier
2015-11-21android: underline and strikethrough commands were swappedChristian Lohmaier
2015-11-17android: don't crash on empty filelistCaolán McNamara
2015-11-13android: Fixes to AndroidManifestTomaž Vajngerl
2015-11-13android: add source of icons to READMETomaž Vajngerl
2015-11-13android: don't set text color in about dialogTomaž Vajngerl
2015-11-13android: remove old unused action buttons (bold, italic,...)Tomaž Vajngerl
2015-11-13android: rename "editMode" to "experimentalMode"Tomaž Vajngerl
2015-11-13android: add undo/redo to the main toolbarTomaž Vajngerl
2015-11-13android: Add string searching + search toolbarTomaž Vajngerl
2015-11-13android: Add bottom formatting toolbarTomaž Vajngerl
2015-11-13android: make toolbar visuals easier to changeTomaž Vajngerl
2015-11-13android: remove attrs.xmlTomaž Vajngerl
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga
2015-11-10lokdocview: assert that loading of handle bitmaps succeededMiklos Vajna
2015-11-02android: chanhe handles to use alias, tint handles with colorTomaž Vajngerl
2015-11-02andorid: use 4 spaces for indent in color.xmlTomaž Vajngerl
2015-11-01android: don't crash in LO when SurfaceView layout is 0 widthTomaž Vajngerl
2015-11-01android: don't crash in TextureReaper when Integer is nullTomaž Vajngerl
2015-11-01android: update JNI facade, rename mouse/keyboard event flagsTomaž Vajngerl
2015-11-01android: add desing libraryTomaž Vajngerl
2015-11-01android: remove CommandLine.java as we don't use it anymoreTomaž Vajngerl
2015-10-21android: remove MockTileProviderTomaž Vajngerl
2015-10-21android: remove the native DirectBufferAllocatorTomaž Vajngerl
2015-10-21android: typo in gradle build script (app crashed on key press)Tomaž Vajngerl
2015-10-15android: show flat ODS files in the doc browserMiklos Vajna
2015-10-14allow using Android Studio with lldb to debug native partChristian Lohmaier
2015-10-14make ndk-gdb work againChristian Lohmaier
2015-10-12android can only target sdk 22 - openssl triggers text relocation errorsChristian Lohmaier
2015-10-11tdf#94891 fix crash when rotating screen in docbrowser right after launchChristian Lohmaier
2015-10-11move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier
2015-10-11migrate android build to gradleChristian Lohmaier