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
8e236acf
Kaydet (Commit)
8e236acf
authored
Tem 14, 2013
tarafından
Artur Dryomov
Kaydeden (comit)
Michael Meeks
Tem 25, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix source files headers and footers.
Change-Id: I3d5298f43efdf220fc56eee60636a94985a07360
üst
7ab7e72e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
51 additions
and
0 deletions
+51
-0
ComputerConnectionActivity.java
...libreoffice/impressremote/ComputerConnectionActivity.java
+10
-0
ComputerConnectionFragment.java
...libreoffice/impressremote/ComputerConnectionFragment.java
+10
-0
ComputerCreationActivity.java
...g/libreoffice/impressremote/ComputerCreationActivity.java
+10
-0
LicensesActivity.java
...e/src/org/libreoffice/impressremote/LicensesActivity.java
+10
-0
ServersManager.java
...breoffice/impressremote/communication/ServersManager.java
+11
-0
No files found.
android/sdremote/src/org/libreoffice/impressremote/ComputerConnectionActivity.java
Dosyayı görüntüle @
8e236acf
/* -*- 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
.
impressremote
;
import
android.os.Bundle
;
...
...
@@ -49,3 +57,5 @@ public class ComputerConnectionActivity extends SherlockFragmentActivity {
finish
();
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/sdremote/src/org/libreoffice/impressremote/ComputerConnectionFragment.java
Dosyayı görüntüle @
8e236acf
/* -*- 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
.
impressremote
;
import
android.content.BroadcastReceiver
;
...
...
@@ -262,3 +270,5 @@ public class ComputerConnectionFragment extends SherlockFragment implements Serv
getActivity
().
unbindService
(
this
);
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/sdremote/src/org/libreoffice/impressremote/ComputerCreationActivity.java
Dosyayı görüntüle @
8e236acf
/* -*- 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
.
impressremote
;
import
android.app.Activity
;
...
...
@@ -116,3 +124,5 @@ public class ComputerCreationActivity extends SherlockFragmentActivity implement
finish
();
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/sdremote/src/org/libreoffice/impressremote/LicensesActivity.java
Dosyayı görüntüle @
8e236acf
/* -*- 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
.
impressremote
;
import
android.content.ContentResolver
;
...
...
@@ -54,3 +62,5 @@ public class LicensesActivity extends SherlockActivity {
finish
();
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
android/sdremote/src/org/libreoffice/impressremote/communication/ServersManager.java
Dosyayı görüntüle @
8e236acf
/* -*- 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
.
impressremote
.
communication
;
import
java.util.ArrayList
;
import
java.util.HashSet
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.Set
;
...
...
@@ -114,3 +123,5 @@ public class ServersManager {
mBlacklistedServers
.
add
(
aServer
);
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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