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
eaf189ab
Kaydet (Commit)
eaf189ab
authored
Ara 14, 2012
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: more cleanup / misc. fixes.
üst
44db6912
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
Makefile
android/qa/desktop/Makefile
+3
-8
LODesktop.java
...sktop/src/org/libreoffice/android/examples/LODesktop.java
+2
-0
No files found.
android/qa/desktop/Makefile
Dosyayı görüntüle @
eaf189ab
# lo-main-library - parameter denoting which shlib to load and execute
# 'lo_main' from
include
../../../config_host.mk
# The default target just builds.
...
...
@@ -151,8 +148,5 @@ build-ant: android_version_setup copy-stuff link-so properties setup-jars
unset
JAVA_HOME
&&
$(ANT)
debug
run
:
echo
"-env:INIFILENAME=file:///assets/program/sofficerc"
>
cmdline
# echo "file:///assets/demo/writer.odt" > cmdline
$(ANDROID_SDK_HOME)/platform-tools/adb
push
cmdline
$(APP_DATA_PATH)/cmdline
$(ANDROID_SDK_HOME)/platform-tools/adb
shell
am
start
-n
org.libreoffice.android.exampless/LODesktop
-e
lo-main-delay
20
-e
lo-main-indirect-cmdline
"$(APP_DATA_PATH)/cmdline"
# add -e lo-strace yes # if you want that
$(ANDROID_SDK_HOME)
/platform-tools/adb shell am start
-n
org.libreoffice.android.examples/.LODesktop
-e
input /asset/test1.odt
#
-e
lo-main-delay
20
-e
lo-strace
yes
\ No newline at end of file
android/qa/desktop/src/org/libreoffice/android/examples/LODesktop.java
Dosyayı görüntüle @
eaf189ab
...
...
@@ -257,6 +257,8 @@ public class LODesktop
{
super
.
onCreate
(
savedInstanceState
);
Log
.
i
(
TAG
,
"onCreate - added here\n"
);
try
{
String
input
=
getIntent
().
getStringExtra
(
"input"
);
if
(
input
==
null
)
...
...
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