Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
43a503cf
Kaydet (Commit)
43a503cf
authored
Mar 16, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: add missing license headers and modelines
Change-Id: I66b2fc7ee846d6865b11cf1cbb168a6e5fab2eea
üst
325690a7
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
158 additions
and
9 deletions
+158
-9
DocumentPartView.java
...LOAndroid3/src/java/org/libreoffice/DocumentPartView.java
+10
-0
DocumentPartViewListAdapter.java
...src/java/org/libreoffice/DocumentPartViewListAdapter.java
+10
-0
LOEvent.java
...rimental/LOAndroid3/src/java/org/libreoffice/LOEvent.java
+10
-0
LOKitInputConnectionHandler.java
...src/java/org/libreoffice/LOKitInputConnectionHandler.java
+10
-0
LOKitShell.java
...ental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java
+10
-0
LOKitTileProvider.java
...OAndroid3/src/java/org/libreoffice/LOKitTileProvider.java
+9
-1
MockTileProvider.java
...LOAndroid3/src/java/org/libreoffice/MockTileProvider.java
+10
-0
TextCursorLayer.java
.../LOAndroid3/src/java/org/libreoffice/TextCursorLayer.java
+10
-0
TextCursorView.java
...l/LOAndroid3/src/java/org/libreoffice/TextCursorView.java
+11
-2
ThumbnailCreator.java
...LOAndroid3/src/java/org/libreoffice/ThumbnailCreator.java
+10
-0
TileIdentifier.java
...l/LOAndroid3/src/java/org/libreoffice/TileIdentifier.java
+11
-2
TileProvider.java
...tal/LOAndroid3/src/java/org/libreoffice/TileProvider.java
+10
-0
TileProviderFactory.java
...ndroid3/src/java/org/libreoffice/TileProviderFactory.java
+11
-2
ToolbarController.java
...OAndroid3/src/java/org/libreoffice/ToolbarController.java
+10
-0
FolderIconView.java
...OAndroid3/src/java/org/libreoffice/ui/FolderIconView.java
+10
-0
OnSlideSwipeListener.java
...oid3/src/java/org/mozilla/gecko/OnSlideSwipeListener.java
+6
-2
No files found.
android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartView.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
public
class
DocumentPartView
{
...
...
@@ -9,3 +17,5 @@ public class DocumentPartView {
this
.
partName
=
partName
;
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/DocumentPartViewListAdapter.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
import
android.app.Activity
;
...
...
@@ -39,3 +47,5 @@ public class DocumentPartViewListAdapter extends ArrayAdapter<DocumentPartView>
return
view
;
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/LOEvent.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
import
android.graphics.PointF
;
...
...
@@ -106,3 +114,5 @@ public class LOEvent implements Comparable<LOEvent> {
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitInputConnectionHandler.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
import
android.view.KeyEvent
;
...
...
@@ -43,3 +51,5 @@ public class LOKitInputConnectionHandler implements InputConnectionHandler {
return
false
;
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
...
...
@@ -151,3 +159,5 @@ public class LOKitShell {
LOKitShell
.
sendEvent
(
new
LOEvent
(
LOEvent
.
NAVIGATION_CLICK
));
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitTileProvider.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
import
android.graphics.Bitmap
;
...
...
@@ -409,4 +417,4 @@ public class LOKitTileProvider implements TileProvider {
}
}
/
/ vim:set shiftwidth=4 softtabstop=4 expandtab:
/
* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/MockTileProvider.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
import
android.graphics.Bitmap
;
...
...
@@ -139,3 +147,5 @@ public class MockTileProvider implements TileProvider {
public
void
onSwipeRight
()
{
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorLayer.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
import
android.app.Activity
;
...
...
@@ -132,3 +140,5 @@ public class TextCursorLayer extends Layer {
});
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/TextCursorView.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
import
android.content.Context
;
...
...
@@ -205,4 +213,6 @@ public class TextCursorView extends View {
mGraphicSelectionVisible
=
false
;
invalidate
();
}
}
\ No newline at end of file
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/ThumbnailCreator.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
import
android.graphics.Bitmap
;
...
...
@@ -106,3 +114,5 @@ public class ThumbnailCreator {
}
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/TileIdentifier.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
import
android.graphics.Rect
;
...
...
@@ -67,4 +75,6 @@ public class TileIdentifier {
public
String
toString
()
{
return
String
.
format
(
"TileIdentifier (%d, %d) z=%f s=(%d, %d)"
,
x
,
y
,
zoom
,
size
.
width
,
size
.
height
);
}
}
\ No newline at end of file
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/TileProvider.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
...
...
@@ -112,3 +120,5 @@ public interface TileProvider {
void
setTextSelectionReset
(
PointF
documentCoordinate
);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/TileProviderFactory.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
...
...
@@ -27,4 +35,6 @@ public class TileProviderFactory {
private
static
enum
TileProviderID
{
MOCK
,
LOKIT
}
}
\ No newline at end of file
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/ToolbarController.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
;
import
android.support.v7.app.ActionBar
;
...
...
@@ -36,3 +44,5 @@ public class ToolbarController {
});
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/libreoffice/ui/FolderIconView.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; 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/.
*/
package
org
.
libreoffice
.
ui
;
import
org.libreoffice.R
;
...
...
@@ -199,3 +207,5 @@ public class FolderIconView extends View{
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/experimental/LOAndroid3/src/java/org/mozilla/gecko/OnSlideSwipeListener.java
Dosyayı görüntüle @
43a503cf
/* -*- Mode: Java; c-basic-offset: 4; tab-width: 20; indent-tabs-mode: nil; -*-
/* -*- Mode: Java; 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/. */
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package
org
.
mozilla
.
gecko
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment