[Libreoffice-commits] core.git: android/CustomTarget_lo4android.mk android/CustomTarget_sdremote.mk android/Module_android.mk android/sdremote firefoxos/sdremote ios/iosremote l10ntools/source
Norbert Thiebaud
nthiebaud at gmail.com
Thu Jan 30 16:55:27 PST 2014
android/CustomTarget_lo4android.mk | 7
android/CustomTarget_sdremote.mk | 23
android/Module_android.mk | 8
android/sdremote/.gitignore | 2
android/sdremote/.project | 33
android/sdremote/.settings/org.eclipse.jdt.core.prefs | 11
android/sdremote/AndroidManifest.xml | 102
android/sdremote/Makefile | 33
android/sdremote/build.xml | 92
android/sdremote/proguard-project.txt | 20
android/sdremote/project.properties | 17
android/sdremote/res/drawable/bg_action_bar_tab.xml | 78
android/sdremote/res/drawable/bg_grid_slide.xml | 34
android/sdremote/res/drawable/underline_header.xml | 29
android/sdremote/res/layout-land/fragment_empty_slide.xml | 25
android/sdremote/res/layout-land/fragment_slides_pager.xml | 77
android/sdremote/res/layout-v11/action_bar_computer_creation.xml | 68
android/sdremote/res/layout-xlarge-land/fragment_slides_pager.xml | 75
android/sdremote/res/layout/action_bar_computer_creation.xml | 71
android/sdremote/res/layout/activity_computer_creation.xml | 48
android/sdremote/res/layout/activity_computers.xml | 23
android/sdremote/res/layout/activity_licenses.xml | 60
android/sdremote/res/layout/activity_requirements.xml | 67
android/sdremote/res/layout/fragment_computer_connection.xml | 93
android/sdremote/res/layout/fragment_computers_list.xml | 70
android/sdremote/res/layout/fragment_empty_slide.xml | 40
android/sdremote/res/layout/fragment_slides_grid.xml | 31
android/sdremote/res/layout/fragment_slides_pager.xml | 80
android/sdremote/res/layout/list_item.xml | 25
android/sdremote/res/layout/progress.xml | 5
android/sdremote/res/layout/view_grid_slide.xml | 44
android/sdremote/res/layout/view_pager_slide.xml | 24
android/sdremote/res/menu/menu_action_bar_computer_connection.xml | 28
android/sdremote/res/menu/menu_action_bar_computers.xml | 48
android/sdremote/res/menu/menu_action_bar_slide_show.xml | 56
android/sdremote/res/menu/menu_context_computers.xml | 25
android/sdremote/res/values-ar/strings.xml | 62
android/sdremote/res/values-bg/strings.xml | 66
android/sdremote/res/values-ca/strings.xml | 66
android/sdremote/res/values-cs/strings.xml | 67
android/sdremote/res/values-da/strings.xml | 66
android/sdremote/res/values-de/strings.xml | 66
android/sdremote/res/values-el/strings.xml | 66
android/sdremote/res/values-es/strings.xml | 66
android/sdremote/res/values-et/strings.xml | 66
android/sdremote/res/values-fi/strings.xml | 66
android/sdremote/res/values-fr/strings.xml | 66
android/sdremote/res/values-gl/strings.xml | 66
android/sdremote/res/values-he/strings.xml | 60
android/sdremote/res/values-hi/strings.xml | 2
android/sdremote/res/values-hr/strings.xml | 2
android/sdremote/res/values-hu/strings.xml | 65
android/sdremote/res/values-id/strings.xml | 14
android/sdremote/res/values-it/strings.xml | 66
android/sdremote/res/values-ja/strings.xml | 2
android/sdremote/res/values-kk/strings.xml | 48
android/sdremote/res/values-ko/strings.xml | 2
android/sdremote/res/values-lt/strings.xml | 67
android/sdremote/res/values-lv/strings.xml | 2
android/sdremote/res/values-nb/strings.xml | 66
android/sdremote/res/values-nl/strings.xml | 66
android/sdremote/res/values-pl/strings.xml | 67
android/sdremote/res/values-pt-rBR/strings.xml | 66
android/sdremote/res/values-pt/strings.xml | 66
android/sdremote/res/values-ro/strings.xml | 66
android/sdremote/res/values-ru/strings.xml | 68
android/sdremote/res/values-sk/strings.xml | 2
android/sdremote/res/values-sl/strings.xml | 68
android/sdremote/res/values-sr/strings.xml | 2
android/sdremote/res/values-sv/strings.xml | 66
android/sdremote/res/values-th/strings.xml | 2
android/sdremote/res/values-tr/strings.xml | 65
android/sdremote/res/values-uk/strings.xml | 68
android/sdremote/res/values-vi/strings.xml | 2
android/sdremote/res/values-xlarge/dimens.xml | 6
android/sdremote/res/values-zh-rCN/strings.xml | 2
android/sdremote/res/values-zh-rHK/strings.xml | 2
android/sdremote/res/values-zh-rTW/strings.xml | 65
android/sdremote/res/values/colors.xml | 31
android/sdremote/res/values/dimens.xml | 63
android/sdremote/res/values/strings.xml | 95
android/sdremote/res/values/styles.xml | 40
android/sdremote/res/values/themes.xml | 64
android/sdremote/res/xml/preferences.xml | 39
android/sdremote/src/org/libreoffice/impressremote/activity/ComputerConnectionActivity.java | 69
android/sdremote/src/org/libreoffice/impressremote/activity/ComputerCreationActivity.java | 152 -
android/sdremote/src/org/libreoffice/impressremote/activity/ComputersActivity.java | 207 -
android/sdremote/src/org/libreoffice/impressremote/activity/LicensesActivity.java | 58
android/sdremote/src/org/libreoffice/impressremote/activity/RequirementsActivity.java | 47
android/sdremote/src/org/libreoffice/impressremote/activity/SettingsActivity.java | 38
android/sdremote/src/org/libreoffice/impressremote/activity/SlideShowActivity.java | 590 ----
android/sdremote/src/org/libreoffice/impressremote/adapter/ComputersAdapter.java | 64
android/sdremote/src/org/libreoffice/impressremote/adapter/ComputersPagerAdapter.java | 41
android/sdremote/src/org/libreoffice/impressremote/adapter/SlidesGridAdapter.java | 118
android/sdremote/src/org/libreoffice/impressremote/adapter/SlidesPagerAdapter.java | 101
android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothServerConnection.java | 81
android/sdremote/src/org/libreoffice/impressremote/communication/BluetoothServersFinder.java | 140 -
android/sdremote/src/org/libreoffice/impressremote/communication/CommandsTransmitter.java | 87
android/sdremote/src/org/libreoffice/impressremote/communication/CommunicationService.java | 229 -
android/sdremote/src/org/libreoffice/impressremote/communication/MessagesListener.java | 27
android/sdremote/src/org/libreoffice/impressremote/communication/MessagesReceiver.java | 172 -
android/sdremote/src/org/libreoffice/impressremote/communication/PairingProvider.java | 71
android/sdremote/src/org/libreoffice/impressremote/communication/Protocol.java | 122
android/sdremote/src/org/libreoffice/impressremote/communication/Server.java | 101
android/sdremote/src/org/libreoffice/impressremote/communication/ServerConnection.java | 24
android/sdremote/src/org/libreoffice/impressremote/communication/ServersFinder.java | 21
android/sdremote/src/org/libreoffice/impressremote/communication/ServersManager.java | 162 -
android/sdremote/src/org/libreoffice/impressremote/communication/SlideShow.java | 92
android/sdremote/src/org/libreoffice/impressremote/communication/TcpServerConnection.java | 75
android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java | 181 -
android/sdremote/src/org/libreoffice/impressremote/communication/Timer.java | 105
android/sdremote/src/org/libreoffice/impressremote/fragment/ComputerConnectionFragment.java | 379 --
android/sdremote/src/org/libreoffice/impressremote/fragment/ComputersFragment.java | 439 ---
android/sdremote/src/org/libreoffice/impressremote/fragment/EmptySlideFragment.java | 30
android/sdremote/src/org/libreoffice/impressremote/fragment/SlidesGridFragment.java | 209 -
android/sdremote/src/org/libreoffice/impressremote/fragment/SlidesPagerFragment.java | 364 --
android/sdremote/src/org/libreoffice/impressremote/fragment/TimerEditingDialog.java | 123
android/sdremote/src/org/libreoffice/impressremote/fragment/TimerSettingDialog.java | 77
android/sdremote/src/org/libreoffice/impressremote/util/Fragments.java | 68
android/sdremote/src/org/libreoffice/impressremote/util/ImageLoader.java | 154 -
android/sdremote/src/org/libreoffice/impressremote/util/Intents.java | 191 -
android/sdremote/src/org/libreoffice/impressremote/util/Preferences.java | 102
android/sdremote/src/org/libreoffice/impressremote/util/SavedStates.java | 29
dev/null |binary
firefoxos/sdremote/index.html | 51
firefoxos/sdremote/js/client.js | 54
firefoxos/sdremote/js/receiver.js | 46
firefoxos/sdremote/js/slideshow.js | 33
firefoxos/sdremote/js/transmitter.js | 45
firefoxos/sdremote/js/ui.js | 9
firefoxos/sdremote/manifest.webapp | 26
ios/iosremote/Impress/Images.xcassets/AppIcon.appiconset/Contents.json | 104
ios/iosremote/Impress/Images.xcassets/LaunchImage.launchimage/Contents.json | 94
ios/iosremote/InAppSettingsKit/Controllers/IASKAppSettingsViewController.h | 84
ios/iosremote/InAppSettingsKit/Controllers/IASKAppSettingsViewController.m | 798 -----
ios/iosremote/InAppSettingsKit/Controllers/IASKAppSettingsWebViewController.h | 30
ios/iosremote/InAppSettingsKit/Controllers/IASKAppSettingsWebViewController.m | 144 -
ios/iosremote/InAppSettingsKit/Controllers/IASKSpecifierValuesViewController.h | 36
ios/iosremote/InAppSettingsKit/Controllers/IASKSpecifierValuesViewController.m | 204 -
ios/iosremote/InAppSettingsKit/Controllers/IASKViewController.h | 26
ios/iosremote/InAppSettingsKit/Models/IASKSettingsReader.h | 144 -
ios/iosremote/InAppSettingsKit/Models/IASKSettingsReader.m | 266 -
ios/iosremote/InAppSettingsKit/Models/IASKSettingsStore.h | 39
ios/iosremote/InAppSettingsKit/Models/IASKSettingsStore.m | 68
ios/iosremote/InAppSettingsKit/Models/IASKSettingsStoreFile.h | 28
ios/iosremote/InAppSettingsKit/Models/IASKSettingsStoreFile.m | 53
ios/iosremote/InAppSettingsKit/Models/IASKSettingsStoreUserDefaults.h | 25
ios/iosremote/InAppSettingsKit/Models/IASKSettingsStoreUserDefaults.m | 67
ios/iosremote/InAppSettingsKit/Models/IASKSpecifier.h | 59
ios/iosremote/InAppSettingsKit/Models/IASKSpecifier.m | 239 -
ios/iosremote/InAppSettingsKit/Views/IASKPSSliderSpecifierViewCell.h | 31
ios/iosremote/InAppSettingsKit/Views/IASKPSSliderSpecifierViewCell.m | 71
ios/iosremote/InAppSettingsKit/Views/IASKPSTextFieldSpecifierViewCell.h | 29
ios/iosremote/InAppSettingsKit/Views/IASKPSTextFieldSpecifierViewCell.m | 49
ios/iosremote/InAppSettingsKit/Views/IASKPSTitleValueSpecifierViewCell.h | 22
ios/iosremote/InAppSettingsKit/Views/IASKPSTitleValueSpecifierViewCell.m | 57
ios/iosremote/InAppSettingsKit/Views/IASKPSToggleSwitchSpecifierViewCell.h | 29
ios/iosremote/InAppSettingsKit/Views/IASKPSToggleSwitchSpecifierViewCell.m | 59
ios/iosremote/InAppSettingsKit/Views/IASKSlider.h | 26
ios/iosremote/InAppSettingsKit/Views/IASKSlider.m | 29
ios/iosremote/InAppSettingsKit/Views/IASKSwitch.h | 26
ios/iosremote/InAppSettingsKit/Views/IASKSwitch.m | 30
ios/iosremote/InAppSettingsKit/Views/IASKTextField.h | 26
ios/iosremote/InAppSettingsKit/Views/IASKTextField.m | 29
ios/iosremote/InAppSettingsKit/Xibs/IASKAppSettingsView.xib | 199 -
ios/iosremote/InAppSettingsKit/Xibs/IASKAppSettingsWebView.xib | 378 --
ios/iosremote/InAppSettingsKit/Xibs/IASKPSSliderSpecifierViewCell.xib | 251 -
ios/iosremote/InAppSettingsKit/Xibs/IASKPSTextFieldSpecifierViewCell.xib | 254 -
ios/iosremote/InAppSettingsKit/Xibs/IASKPSToggleSwitchSpecifierViewCell.xib | 237 -
ios/iosremote/InAppSettingsKit/Xibs/IASKSpecifierValuesView.xib | 227 -
ios/iosremote/PopoverView/PopoverView.h | 208 -
ios/iosremote/PopoverView/PopoverView.m | 1069 -------
ios/iosremote/PopoverView/PopoverViewCompatibility.h | 29
ios/iosremote/PopoverView/PopoverView_Configuration.h | 128
ios/iosremote/SWRevealViewController/SWRevealViewController.h | 180 -
ios/iosremote/SWRevealViewController/SWRevealViewController.m | 1257 ---------
ios/iosremote/ServerListViewController~ipad.h | 15
ios/iosremote/ServerListViewController~ipad.m | 46
ios/iosremote/Settings.bundle/Root.plist | 115
ios/iosremote/TestFlightSDK1.2.6/README.md | 223 -
ios/iosremote/TestFlightSDK1.2.6/TestFlight.h | 114
ios/iosremote/TestFlightSDK1.2.6/release_notes.md | 249 -
ios/iosremote/UserDefaults.plist | 10
ios/iosremote/ar.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/ca.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/cs.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/da.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/de.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/el.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/en.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/en.lproj/iPad_autosize_old.storyboard | 648 ----
ios/iosremote/es.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/fi.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/fr.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/fr.lproj/iPad_autosize_old.storyboard | 648 ----
ios/iosremote/hu.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/iosremote.xcodeproj/project.pbxproj | 1386 ----------
ios/iosremote/iosremote.xcodeproj/project.xcworkspace/contents.xcworkspacedata | 7
ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcuserdata/me.xcuserdatad/WorkspaceSettings.xcsettings | 10
ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcuserdata/siqi.xcuserdatad/WorkspaceSettings.xcsettings | 22
ios/iosremote/iosremote.xcodeproj/xcuserdata/me.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist | 20
ios/iosremote/iosremote.xcodeproj/xcuserdata/me.xcuserdatad/xcschemes/iosremote.xcscheme | 86
ios/iosremote/iosremote.xcodeproj/xcuserdata/me.xcuserdatad/xcschemes/xcschememanagement.plist | 22
ios/iosremote/iosremote.xcodeproj/xcuserdata/siqi.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist | 46
ios/iosremote/iosremote.xcodeproj/xcuserdata/siqi.xcuserdatad/xcschemes/iosremote.xcscheme | 86
ios/iosremote/iosremote.xcodeproj/xcuserdata/siqi.xcuserdatad/xcschemes/xcschememanagement.plist | 22
ios/iosremote/iosremote/Categories/AutoDismissKeyboardNavigationViewController.h | 14
ios/iosremote/iosremote/Categories/AutoDismissKeyboardNavigationViewController.m | 43
ios/iosremote/iosremote/Categories/NSString+Base64.h | 16
ios/iosremote/iosremote/Categories/NSString+Base64.m | 23
ios/iosremote/iosremote/Categories/UIBarButtonItem+Theme.h | 15
ios/iosremote/iosremote/Categories/UIBarButtonItem+Theme.m | 47
ios/iosremote/iosremote/Categories/UIImage+Resize.m | 186 -
ios/iosremote/iosremote/Categories/UIImage+imageWithColor.h | 17
ios/iosremote/iosremote/Categories/UIImage+imageWithColor.m | 29
ios/iosremote/iosremote/Categories/UIImageView+setImageAnimated.h | 16
ios/iosremote/iosremote/Categories/UIImageView+setImageAnimated.m | 30
ios/iosremote/iosremote/Categories/UINavigationController+Theme.h | 13
ios/iosremote/iosremote/Categories/UINavigationController+Theme.m | 22
ios/iosremote/iosremote/Categories/UIView+FadeInFadeOut.h | 13
ios/iosremote/iosremote/Categories/UIView+FadeInFadeOut.m | 33
ios/iosremote/iosremote/Categories/UIView+Shadowing.h | 16
ios/iosremote/iosremote/Categories/UIView+Shadowing.m | 34
ios/iosremote/iosremote/Categories/UIViewController+LibOStyling.h | 28
ios/iosremote/iosremote/Categories/UIViewController+LibOStyling.m | 72
ios/iosremote/iosremote/Classes/AboutViewController.h | 15
ios/iosremote/iosremote/Classes/AboutViewController.m | 48
ios/iosremote/iosremote/Classes/AppDelegate.h | 21
ios/iosremote/iosremote/Classes/AppDelegate.m | 107
ios/iosremote/iosremote/Classes/AppDelegate~ipad.h | 16
ios/iosremote/iosremote/Classes/AppDelegate~ipad.m | 16
ios/iosremote/iosremote/Classes/BasePresentationViewController.h | 58
ios/iosremote/iosremote/Classes/BasePresentationViewController.m | 586 ----
ios/iosremote/iosremote/Classes/ControlVariables.h | 57
ios/iosremote/iosremote/Classes/EditableTableViewCell.h | 14
ios/iosremote/iosremote/Classes/EditableTableViewCell.m | 55
ios/iosremote/iosremote/Classes/HorizontalSlideCell.h | 17
ios/iosremote/iosremote/Classes/HorizontalSlideCell.m | 64
ios/iosremote/iosremote/Classes/LibONavigationController.h | 13
ios/iosremote/iosremote/Classes/LibONavigationController.m | 44
ios/iosremote/iosremote/Classes/MainSplitViewController.h | 17
ios/iosremote/iosremote/Classes/MainSplitViewController.m | 79
ios/iosremote/iosremote/Classes/NewServerViewController.h | 39
ios/iosremote/iosremote/Classes/NewServerViewController.m | 253 -
ios/iosremote/iosremote/Classes/PinValidationViewController.h | 16
ios/iosremote/iosremote/Classes/PinValidationViewController.m | 79
ios/iosremote/iosremote/Classes/SWReavealMainController.h | 13
ios/iosremote/iosremote/Classes/SWReavealMainController.m | 38
ios/iosremote/iosremote/Classes/ServerListViewController.h | 20
ios/iosremote/iosremote/Classes/ServerListViewController.m | 536 ---
ios/iosremote/iosremote/Classes/ServerListViewController~ipad.h | 15
ios/iosremote/iosremote/Classes/ServerListViewController~ipad.m | 46
ios/iosremote/iosremote/Classes/SlideShowPreviewViewController.h | 27
ios/iosremote/iosremote/Classes/SlideShowPreviewViewController.m | 107
ios/iosremote/iosremote/Classes/SlideShowPreviewViewController~ipad.h | 21
ios/iosremote/iosremote/Classes/SlideShowPreviewViewController~ipad.m | 86
ios/iosremote/iosremote/Classes/SlideShowPreviewViewController~iphone.h | 14
ios/iosremote/iosremote/Classes/SlideShowPreviewViewController~iphone.m | 58
ios/iosremote/iosremote/Classes/SlideShowSwipeInList~ipad.h | 13
ios/iosremote/iosremote/Classes/SlideShowSwipeInList~ipad.m | 154 -
ios/iosremote/iosremote/Classes/SlideShowSwipeInList~iphone.h | 18
ios/iosremote/iosremote/Classes/SlideShowSwipeInList~iphone.m | 307 --
ios/iosremote/iosremote/Classes/SlideShowViewController.h | 22
ios/iosremote/iosremote/Classes/SlideShowViewController.m | 82
ios/iosremote/iosremote/Classes/SlideShowViewController~iphone.h | 30
ios/iosremote/iosremote/Classes/SlideShowViewController~iphone.m | 311 --
ios/iosremote/iosremote/Classes/StopWatch.h | 47
ios/iosremote/iosremote/Classes/StopWatch.m | 175 -
ios/iosremote/iosremote/Classes/Timer.h | 47
ios/iosremote/iosremote/Classes/Timer.m | 230 -
ios/iosremote/iosremote/Classes/WalkThroughContainerViewController.h | 15
ios/iosremote/iosremote/Classes/WalkThroughContainerViewController.m | 120
ios/iosremote/iosremote/Classes/WalkThroughPageViewController.h | 22
ios/iosremote/iosremote/Classes/WalkThroughPageViewController.m | 87
ios/iosremote/iosremote/Classes/slideShow_vc.m | 148 -
ios/iosremote/iosremote/Communication/Client.h | 38
ios/iosremote/iosremote/Communication/Client.m | 252 -
ios/iosremote/iosremote/Communication/CommandInterpreter.h | 21
ios/iosremote/iosremote/Communication/CommandInterpreter.m | 131
ios/iosremote/iosremote/Communication/CommandTransmitter.h | 37
ios/iosremote/iosremote/Communication/CommandTransmitter.m | 107
ios/iosremote/iosremote/Communication/CommunicationManager.h | 101
ios/iosremote/iosremote/Communication/CommunicationManager.m | 203 -
ios/iosremote/iosremote/Communication/Server.h | 30
ios/iosremote/iosremote/Communication/Server.m | 79
ios/iosremote/iosremote/Communication/SlideShow.h | 43
ios/iosremote/iosremote/Communication/SlideShow.m | 189 -
ios/iosremote/iosremote/Views/WalkThroughPageViewController.xib | 464 ---
ios/iosremote/iosremote/Views/WalkThroughPageViewControllerWithHint.xib | 464 ---
ios/iosremote/iosremote/Views/WalkThroughPageViewMainImageController.xib | 66
ios/iosremote/iosremote/ar.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/ar.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/ca.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/ca.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/cs.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/cs.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/da.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/da.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/de.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/de.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/el.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/el.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/en.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/en.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/en.lproj/iPhone_autoSize_old.storyboard | 631 ----
ios/iosremote/iosremote/es.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/es.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/fi.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/fi.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/fr.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/fr.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/fr.lproj/iPhone_autoSize_old.storyboard | 631 ----
ios/iosremote/iosremote/hu.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/hu.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/iosremote-Info.plist | 68
ios/iosremote/iosremote/iosremote-Prefix.pch | 16
ios/iosremote/iosremote/it.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/it.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/main.m | 18
ios/iosremote/iosremote/nb.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/nb.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/nl.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/nl.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/pl.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/pl.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/pt-BR.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/pt-BR.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/pt.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/pt.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/ru.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/ru.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/sl.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/sl.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/sv.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/sv.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/tr.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/tr.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/uk.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/uk.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/zh-Hans.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/zh-Hans.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/iosremote/zh-Hans.lproj/iPhone_autoSize_old.storyboard | 631 ----
ios/iosremote/iosremote/zh-Hant.lproj/InfoPlist.strings | 2
ios/iosremote/iosremote/zh-Hant.lproj/iPhone_autoSize.storyboard | 631 ----
ios/iosremote/it.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/licenses.html | 51
ios/iosremote/localize.py | 105
ios/iosremote/nb.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/nl.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/pl.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/pt-BR.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/pt.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/ru.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/sl.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/sv.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/tr.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/uk.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/zh-Hans.lproj/iPad_autosize.storyboard | 648 ----
ios/iosremote/zh-Hans.lproj/iPad_autosize_old.storyboard | 648 ----
ios/iosremote/zh-Hant.lproj/iPad_autosize.storyboard | 648 ----
l10ntools/source/localize.cxx | 1
361 files changed, 3 insertions(+), 61511 deletions(-)
New commits:
commit bab7eebba127d603a9f8011fed290627e2a64423
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Thu Jan 30 18:54:36 2014 -0600
moved impress remote clients to a separate repository
Change-Id: I654e3af31a6915f08ff808b351d304da773ad267
see: git://gerrit.libreoffice.org/impress_remote
diff --git a/android/CustomTarget_lo4android.mk b/android/CustomTarget_lo4android.mk
index 9b615ff..f7c0f86 100644
--- a/android/CustomTarget_lo4android.mk
+++ b/android/CustomTarget_lo4android.mk
@@ -13,14 +13,13 @@ lo4android_DIR := $(call gb_CustomTarget_get_workdir,android/experimental/LibreO
$(call gb_CustomTarget_get_target,android/lo4android) : \
$(lo4android_DIR)/done
-# We know that CustomTarget_sdremote.mk is included first, so
-# sdremote_DIR is defined. We want that to be built completely first,
+# We want that to be built completely first,
# so that we can serialize Ant access to Bootstrap, which is used both
-# by DocumentLoader and sdremote. We don't want one Ant to be cleaning
+# by DocumentLoader. We don't want one Ant to be cleaning
# out Bootstrap while another is building stuff that depends on it.
# Yeah, this sucks
-$(lo4android_DIR)/done : $(sdremote_DIR)/done $(call gb_Postprocess_get_target,AllModulesButInstsetNative)
+$(lo4android_DIR)/done : $(call gb_Postprocess_get_target,AllModulesButInstsetNative)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MAK,2)
cd $(SRCDIR)/android/experimental/LibreOffice4Android && $(MAKE) all
# Copy to $(BUILDDIR)/instsetoo_native as that is where the tinderbox build script
diff --git a/android/CustomTarget_sdremote.mk b/android/CustomTarget_sdremote.mk
deleted file mode 100644
index 0287eeb..0000000
--- a/android/CustomTarget_sdremote.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# -*- 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_CustomTarget_CustomTarget,android/sdremote))
-
-sdremote_DIR := $(call gb_CustomTarget_get_workdir,android/sdremote)
-
-$(call gb_CustomTarget_get_target,android/sdremote) : $(sdremote_DIR)/done
-
-$(sdremote_DIR)/done:
- $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MAK,2)
- cd $(SRCDIR)/android/sdremote && $(MAKE) all
-
-$(call gb_CustomTarget_get_clean_target,android/sdremote) :
- $(call gb_Output_announce,$(subst $(WORKDIR)/Clean/,,$@),$(false),MAK,2)
- cd $(SRCDIR)/android/sdremote && $(MAKE) clean
-
-# vim: set noet sw=4 ts=4:
diff --git a/android/Module_android.mk b/android/Module_android.mk
index da98482..336f118 100644
--- a/android/Module_android.mk
+++ b/android/Module_android.mk
@@ -8,19 +8,11 @@
$(eval $(call gb_Module_Module,android))
-ifeq ($(ENABLE_SDREMOTE_ANDROID),TRUE)
-
-$(eval $(call gb_Module_add_targets,android,\
- CustomTarget_sdremote \
-))
-
-endif
ifeq ($(OS),ANDROID)
$(eval $(call gb_Module_add_targets,android,\
CustomTarget_lo4android \
- CustomTarget_android_desktop \
))
endif
diff --git a/android/sdremote/.gitignore b/android/sdremote/.gitignore
deleted file mode 100644
index 211e4ff..0000000
--- a/android/sdremote/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/translations*
-/ant.properties
diff --git a/android/sdremote/.project b/android/sdremote/.project
deleted file mode 100644
index 1a4d0d2..0000000
--- a/android/sdremote/.project
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>SDRemote</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>com.android.ide.eclipse.adt.ApkBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>com.android.ide.eclipse.adt.AndroidNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/android/sdremote/.settings/org.eclipse.jdt.core.prefs b/android/sdremote/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 8000cd6..0000000
--- a/android/sdremote/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,11 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml
deleted file mode 100644
index 91e1279..0000000
--- a/android/sdremote/AndroidManifest.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.libreoffice.impressremote"
- android:versionCode="9"
- android:versionName="2.0.0"
- android:installLocation="auto">
-
- <uses-permission
- android:name="android.permission.INTERNET"/>
- <uses-permission
- android:name="android.permission.BLUETOOTH"/>
- <uses-permission
- android:name="android.permission.BLUETOOTH_ADMIN"/>
-
- <uses-feature
- android:name="android.hardware.bluetooth"
- android:required="false"/>
-
- <uses-sdk
- android:minSdkVersion="9"
- android:targetSdkVersion="17"/>
-
- <application
- android:allowBackup="true"
- android:label="@string/application_name"
- android:icon="@drawable/ic_launcher"
- android:logo="@drawable/ic_logo"
- android:theme="@style/Theme.ImpressRemote">
-
- <activity
- android:name=".activity.ComputersActivity"
- android:theme="@style/Theme.ImpressRemote.Computers">
-
- <intent-filter>
- <action android:name="android.intent.action.MAIN"/>
- <category android:name="android.intent.category.LAUNCHER"/>
- </intent-filter>
-
- </activity>
-
- <activity
- android:name=".activity.ComputerCreationActivity"
- android:label="@string/title_creation"
- android:theme="@style/Theme.ImpressRemote.ComputerCreation">
- </activity>
-
- <activity
- android:name=".activity.ComputerConnectionActivity"
- android:label="@string/title_connection">
- </activity>
-
- <activity
- android:name=".activity.SlideShowActivity"
- android:label="@string/title_slide_show">
- </activity>
-
- <activity
- android:name=".activity.SettingsActivity"
- android:label="@string/title_settings">
- </activity>
-
- <activity
- android:name=".activity.RequirementsActivity"
- android:label="@string/title_requirements">
-
- <intent-filter>
- <action android:name="android.intent.action.VIEW"/>
- <data android:scheme="org.libreoffice.impressremote"/>
- <category android:name="android.intent.category.DEFAULT"/>
- </intent-filter>
-
- </activity>
-
- <activity
- android:name=".activity.LicensesActivity"
- android:label="@string/title_licenses">
- </activity>
-
- <service
- android:name=".communication.CommunicationService">
- </service>
-
- </application>
-
-</manifest>
diff --git a/android/sdremote/Makefile b/android/sdremote/Makefile
deleted file mode 100644
index 84a7b80..0000000
--- a/android/sdremote/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# -*- 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/.
-
-ifeq ($(WORKDIR),)
-include ../../config_host.mk
-endif
-
-all: ant.properties
- $(ANT) debug
-
-clean: ant.properties
- $(ANT) -quiet -keep-going clean
-
-# library references must be relative, let python do the magic.
-ant.properties: $(WORKDIR)/appcompat/build.xml
- python -c "import os.path; print 'android.library.reference.1='+ os.path.relpath('$(<D)', '$(CURDIR)')" > $@ || rm $@
-
-# sdk-manager installs it without an build.xml, to not mess with files outside of the
-# build-tree, copy to workdir
-$(WORKDIR)/appcompat/build.xml:
- -rm -r $(WORKDIR)/appcompat
- cp -a $(ANDROID_SDK_HOME)/extras/android/support/v7/appcompat $(WORKDIR)/appcompat
- $(ANDROID_SDK_HOME)/tools/android update project -p $(WORKDIR)/appcompat
-
-install: all
- $(ANDROID_SDK_HOME)/platform-tools/adb install -r ./bin/ImpressRemote-debug.apk
-
-# vim: set noet sw=4 ts=4:
diff --git a/android/sdremote/build.xml b/android/sdremote/build.xml
deleted file mode 100644
index 30dd5ba..0000000
--- a/android/sdremote/build.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="ImpressRemote" default="help">
-
- <!-- The local.properties file is created and updated by the 'android' tool.
- It contains the path to the SDK. It should *NOT* be checked into
- Version Control Systems. -->
- <property file="local.properties" />
-
- <!-- The ant.properties file can be created by you. It is only edited by the
- 'android' tool to add properties to it.
- This is the place to change some Ant specific build properties.
- Here are some properties you may want to change/update:
-
- source.dir
- The name of the source directory. Default is 'src'.
- out.dir
- The name of the output directory. Default is 'bin'.
-
- For other overridable properties, look at the beginning of the rules
- files in the SDK, at tools/ant/build.xml
-
- Properties related to the SDK location or the project target should
- be updated using the 'android' tool with the 'update' action.
-
- This file is an integral part of the build system for your
- application and should be checked into Version Control Systems.
-
- -->
- <property file="ant.properties" />
-
- <!-- if sdk.dir was not set from one of the property file, then
- get it from the ANDROID_SDK_HOME env var.
- This must be done before we load project.properties since
- the proguard config can use sdk.dir -->
- <property environment="env" />
- <condition property="sdk.dir" value="${env.ANDROID_SDK_HOME}">
- <isset property="env.ANDROID_SDK_HOME" />
- </condition>
-
- <!-- The project.properties file is created and updated by the 'android'
- tool, as well as ADT.
-
- This contains project specific properties such as project target, and library
- dependencies. Lower level build properties are stored in ant.properties
- (or in .classpath for Eclipse projects).
-
- This file is an integral part of the build system for your
- application and should be checked into Version Control Systems. -->
- <loadproperties srcFile="project.properties" />
-
- <!-- quick check on sdk.dir -->
- <fail
- message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_SDK_HOME environment variable."
- unless="sdk.dir"
- />
-
- <!--
- Import per project custom build rules if present at the root of the project.
- This is the place to put custom intermediary targets such as:
- -pre-build
- -pre-compile
- -post-compile (This is typically used for code obfuscation.
- Compiled code location: ${out.classes.absolute.dir}
- If this is not done in place, override ${out.dex.input.absolute.dir})
- -post-package
- -post-build
- -pre-clean
- -->
- <import file="custom_rules.xml" optional="true" />
-
- <!-- Import the actual build file.
-
- To customize existing targets, there are two options:
- - Customize only one target:
- - copy/paste the target into this file, *before* the
- <import> task.
- - customize it to your needs.
- - Customize the whole content of build.xml
- - copy/paste the content of the rules files (minus the top node)
- into this file, replacing the <import> task.
- - customize to your needs.
-
- ***********************
- ****** IMPORTANT ******
- ***********************
- In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
- in order to avoid having your file be overridden by tools such as "android update project"
- -->
- <!-- version-tag: 1 -->
- <import file="${sdk.dir}/tools/ant/build.xml" />
-
-</project>
diff --git a/android/sdremote/proguard-project.txt b/android/sdremote/proguard-project.txt
deleted file mode 100644
index f2fe155..0000000
--- a/android/sdremote/proguard-project.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# To enable ProGuard in your project, edit project.properties
-# to define the proguard.config property as described in that file.
-#
-# Add project specific ProGuard rules here.
-# By default, the flags in this file are appended to flags specified
-# in ${sdk.dir}/tools/proguard/proguard-android.txt
-# You can edit the include path and order by changing the ProGuard
-# include property in project.properties.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# Add any project specific keep options here:
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
diff --git a/android/sdremote/project.properties b/android/sdremote/project.properties
deleted file mode 100644
index ba270da..0000000
--- a/android/sdremote/project.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must be checked in Version Control Systems.
-#
-# To customize properties used by the Ant build system edit
-# "ant.properties", and override values to adapt the script to your
-# project structure.
-#
-# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
-#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
-
-# Project target.
-target=android-14
-# this will only work if you set sdk.dir to a relative path
-# and when using ant, you also need to create build.xml
-android.library.reference.1=${sdk.dir}/extras/android/support/v7/appcompat
diff --git a/android/sdremote/res/drawable-hdpi/bg_action_bar.9.png b/android/sdremote/res/drawable-hdpi/bg_action_bar.9.png
deleted file mode 100755
index 18d2ea9..0000000
Binary files a/android/sdremote/res/drawable-hdpi/bg_action_bar.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected.9.png b/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected.9.png
deleted file mode 100755
index dff6238..0000000
Binary files a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected_focused.9.png b/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected_focused.9.png
deleted file mode 100755
index 0602056..0000000
Binary files a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected_focused.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected_pressed.9.png b/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected_pressed.9.png
deleted file mode 100755
index 933ff55..0000000
Binary files a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_selected_pressed.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected.9.png b/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected.9.png
deleted file mode 100755
index 93dc5dc..0000000
Binary files a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected_focused.9.png b/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected_focused.9.png
deleted file mode 100755
index 57c5f18..0000000
Binary files a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected_focused.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected_pressed.9.png b/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected_pressed.9.png
deleted file mode 100755
index f44171c..0000000
Binary files a/android/sdremote/res/drawable-hdpi/bg_action_bar_tab_unselected_pressed.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/ic_action_add_computer.png b/android/sdremote/res/drawable-hdpi/ic_action_add_computer.png
deleted file mode 100755
index ad8ada6..0000000
Binary files a/android/sdremote/res/drawable-hdpi/ic_action_add_computer.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/ic_action_bluetooth_searching.png b/android/sdremote/res/drawable-hdpi/ic_action_bluetooth_searching.png
deleted file mode 100644
index 0203ea4..0000000
Binary files a/android/sdremote/res/drawable-hdpi/ic_action_bluetooth_searching.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/ic_action_cancel.png b/android/sdremote/res/drawable-hdpi/ic_action_cancel.png
deleted file mode 100755
index 094eea5..0000000
Binary files a/android/sdremote/res/drawable-hdpi/ic_action_cancel.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/ic_action_grid.png b/android/sdremote/res/drawable-hdpi/ic_action_grid.png
deleted file mode 100755
index 6b58c2d..0000000
Binary files a/android/sdremote/res/drawable-hdpi/ic_action_grid.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/ic_action_pager.png b/android/sdremote/res/drawable-hdpi/ic_action_pager.png
deleted file mode 100755
index 3f93d33..0000000
Binary files a/android/sdremote/res/drawable-hdpi/ic_action_pager.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/ic_action_reconnect.png b/android/sdremote/res/drawable-hdpi/ic_action_reconnect.png
deleted file mode 100755
index bb9d855..0000000
Binary files a/android/sdremote/res/drawable-hdpi/ic_action_reconnect.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/ic_action_resume.png b/android/sdremote/res/drawable-hdpi/ic_action_resume.png
deleted file mode 100755
index df8a2ca..0000000
Binary files a/android/sdremote/res/drawable-hdpi/ic_action_resume.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/ic_action_save.png b/android/sdremote/res/drawable-hdpi/ic_action_save.png
deleted file mode 100755
index 53cf687..0000000
Binary files a/android/sdremote/res/drawable-hdpi/ic_action_save.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/ic_action_timer.png b/android/sdremote/res/drawable-hdpi/ic_action_timer.png
deleted file mode 100755
index 314ec93..0000000
Binary files a/android/sdremote/res/drawable-hdpi/ic_action_timer.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/ic_launcher.png b/android/sdremote/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index 9ebe318..0000000
Binary files a/android/sdremote/res/drawable-hdpi/ic_launcher.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-hdpi/ic_logo.png b/android/sdremote/res/drawable-hdpi/ic_logo.png
deleted file mode 100644
index 9bef30e..0000000
Binary files a/android/sdremote/res/drawable-hdpi/ic_logo.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-ldpi/ic_launcher.png b/android/sdremote/res/drawable-ldpi/ic_launcher.png
deleted file mode 100644
index 9657a3c..0000000
Binary files a/android/sdremote/res/drawable-ldpi/ic_launcher.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/bg_action_bar.9.png b/android/sdremote/res/drawable-mdpi/bg_action_bar.9.png
deleted file mode 100755
index 1a65764..0000000
Binary files a/android/sdremote/res/drawable-mdpi/bg_action_bar.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected.9.png b/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected.9.png
deleted file mode 100755
index c04af6c..0000000
Binary files a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected_focused.9.png b/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected_focused.9.png
deleted file mode 100755
index 60a3e8c..0000000
Binary files a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected_focused.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected_pressed.9.png b/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected_pressed.9.png
deleted file mode 100755
index 64dda62..0000000
Binary files a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_selected_pressed.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected.9.png b/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected.9.png
deleted file mode 100755
index 1a998b0..0000000
Binary files a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected_focused.9.png b/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected_focused.9.png
deleted file mode 100755
index 0fa12db..0000000
Binary files a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected_focused.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected_pressed.9.png b/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected_pressed.9.png
deleted file mode 100755
index 2c13a55..0000000
Binary files a/android/sdremote/res/drawable-mdpi/bg_action_bar_tab_unselected_pressed.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_action_add_computer.png b/android/sdremote/res/drawable-mdpi/ic_action_add_computer.png
deleted file mode 100755
index 4d5d484..0000000
Binary files a/android/sdremote/res/drawable-mdpi/ic_action_add_computer.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_action_bluetooth_searching.png b/android/sdremote/res/drawable-mdpi/ic_action_bluetooth_searching.png
deleted file mode 100644
index 22dccb1..0000000
Binary files a/android/sdremote/res/drawable-mdpi/ic_action_bluetooth_searching.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_action_cancel.png b/android/sdremote/res/drawable-mdpi/ic_action_cancel.png
deleted file mode 100755
index 3336760..0000000
Binary files a/android/sdremote/res/drawable-mdpi/ic_action_cancel.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_action_grid.png b/android/sdremote/res/drawable-mdpi/ic_action_grid.png
deleted file mode 100755
index 5b87a5f..0000000
Binary files a/android/sdremote/res/drawable-mdpi/ic_action_grid.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_action_pager.png b/android/sdremote/res/drawable-mdpi/ic_action_pager.png
deleted file mode 100755
index 9b542d2..0000000
Binary files a/android/sdremote/res/drawable-mdpi/ic_action_pager.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_action_reconnect.png b/android/sdremote/res/drawable-mdpi/ic_action_reconnect.png
deleted file mode 100755
index bd611e8..0000000
Binary files a/android/sdremote/res/drawable-mdpi/ic_action_reconnect.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_action_resume.png b/android/sdremote/res/drawable-mdpi/ic_action_resume.png
deleted file mode 100755
index 6a40cd5..0000000
Binary files a/android/sdremote/res/drawable-mdpi/ic_action_resume.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_action_save.png b/android/sdremote/res/drawable-mdpi/ic_action_save.png
deleted file mode 100755
index 35cda8e..0000000
Binary files a/android/sdremote/res/drawable-mdpi/ic_action_save.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_action_timer.png b/android/sdremote/res/drawable-mdpi/ic_action_timer.png
deleted file mode 100755
index a09df2b..0000000
Binary files a/android/sdremote/res/drawable-mdpi/ic_action_timer.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_launcher.png b/android/sdremote/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index 2620d77..0000000
Binary files a/android/sdremote/res/drawable-mdpi/ic_launcher.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-mdpi/ic_logo.png b/android/sdremote/res/drawable-mdpi/ic_logo.png
deleted file mode 100644
index abf3401..0000000
Binary files a/android/sdremote/res/drawable-mdpi/ic_logo.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-nodpi/bg_slide_unknown.png b/android/sdremote/res/drawable-nodpi/bg_slide_unknown.png
deleted file mode 100644
index 62d55e7..0000000
Binary files a/android/sdremote/res/drawable-nodpi/bg_slide_unknown.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/bg_action_bar.9.png b/android/sdremote/res/drawable-xhdpi/bg_action_bar.9.png
deleted file mode 100755
index 9c08f12..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/bg_action_bar.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected.9.png b/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected.9.png
deleted file mode 100755
index d2d06a4..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected_focused.9.png b/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected_focused.9.png
deleted file mode 100755
index 286e973..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected_focused.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected_pressed.9.png b/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected_pressed.9.png
deleted file mode 100755
index c97c301..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_selected_pressed.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected.9.png b/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected.9.png
deleted file mode 100755
index 08e5ed1..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected_focused.9.png b/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected_focused.9.png
deleted file mode 100755
index 3c87dd9..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected_focused.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected_pressed.9.png b/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected_pressed.9.png
deleted file mode 100755
index fd190db..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/bg_action_bar_tab_unselected_pressed.9.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/ic_action_add_computer.png b/android/sdremote/res/drawable-xhdpi/ic_action_add_computer.png
deleted file mode 100755
index 23b9a1c..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/ic_action_add_computer.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/ic_action_bluetooth_searching.png b/android/sdremote/res/drawable-xhdpi/ic_action_bluetooth_searching.png
deleted file mode 100644
index 97252d4..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/ic_action_bluetooth_searching.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/ic_action_cancel.png b/android/sdremote/res/drawable-xhdpi/ic_action_cancel.png
deleted file mode 100755
index f391760..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/ic_action_cancel.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/ic_action_grid.png b/android/sdremote/res/drawable-xhdpi/ic_action_grid.png
deleted file mode 100755
index 4b4355c..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/ic_action_grid.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/ic_action_pager.png b/android/sdremote/res/drawable-xhdpi/ic_action_pager.png
deleted file mode 100755
index 6d2bfb6..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/ic_action_pager.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/ic_action_reconnect.png b/android/sdremote/res/drawable-xhdpi/ic_action_reconnect.png
deleted file mode 100755
index a7fdc0d..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/ic_action_reconnect.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/ic_action_resume.png b/android/sdremote/res/drawable-xhdpi/ic_action_resume.png
deleted file mode 100755
index 5112499..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/ic_action_resume.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/ic_action_save.png b/android/sdremote/res/drawable-xhdpi/ic_action_save.png
deleted file mode 100755
index b52dc37..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/ic_action_save.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/ic_action_timer.png b/android/sdremote/res/drawable-xhdpi/ic_action_timer.png
deleted file mode 100755
index c8771db..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/ic_action_timer.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/ic_launcher.png b/android/sdremote/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index 3109fa0..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xhdpi/ic_logo.png b/android/sdremote/res/drawable-xhdpi/ic_logo.png
deleted file mode 100644
index cc1f02f..0000000
Binary files a/android/sdremote/res/drawable-xhdpi/ic_logo.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xxhdpi/ic_action_add_computer.png b/android/sdremote/res/drawable-xxhdpi/ic_action_add_computer.png
deleted file mode 100644
index c42c2bf..0000000
Binary files a/android/sdremote/res/drawable-xxhdpi/ic_action_add_computer.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xxhdpi/ic_action_bluetooth_searching.png b/android/sdremote/res/drawable-xxhdpi/ic_action_bluetooth_searching.png
deleted file mode 100644
index 8e827e9..0000000
Binary files a/android/sdremote/res/drawable-xxhdpi/ic_action_bluetooth_searching.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xxhdpi/ic_action_cancel.png b/android/sdremote/res/drawable-xxhdpi/ic_action_cancel.png
deleted file mode 100644
index 5dc2143..0000000
Binary files a/android/sdremote/res/drawable-xxhdpi/ic_action_cancel.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xxhdpi/ic_action_grid.png b/android/sdremote/res/drawable-xxhdpi/ic_action_grid.png
deleted file mode 100644
index bba7a0a..0000000
Binary files a/android/sdremote/res/drawable-xxhdpi/ic_action_grid.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xxhdpi/ic_action_pager.png b/android/sdremote/res/drawable-xxhdpi/ic_action_pager.png
deleted file mode 100644
index 810e377..0000000
Binary files a/android/sdremote/res/drawable-xxhdpi/ic_action_pager.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xxhdpi/ic_action_reconnect.png b/android/sdremote/res/drawable-xxhdpi/ic_action_reconnect.png
deleted file mode 100644
index f5ed228..0000000
Binary files a/android/sdremote/res/drawable-xxhdpi/ic_action_reconnect.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xxhdpi/ic_action_resume.png b/android/sdremote/res/drawable-xxhdpi/ic_action_resume.png
deleted file mode 100644
index 7f7ca2e..0000000
Binary files a/android/sdremote/res/drawable-xxhdpi/ic_action_resume.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xxhdpi/ic_action_save.png b/android/sdremote/res/drawable-xxhdpi/ic_action_save.png
deleted file mode 100644
index 68c41de..0000000
Binary files a/android/sdremote/res/drawable-xxhdpi/ic_action_save.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xxhdpi/ic_action_timer.png b/android/sdremote/res/drawable-xxhdpi/ic_action_timer.png
deleted file mode 100644
index a06752c..0000000
Binary files a/android/sdremote/res/drawable-xxhdpi/ic_action_timer.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xxhdpi/ic_launcher.png b/android/sdremote/res/drawable-xxhdpi/ic_launcher.png
deleted file mode 100644
index 5e05e32..0000000
Binary files a/android/sdremote/res/drawable-xxhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/sdremote/res/drawable-xxhdpi/ic_logo.png b/android/sdremote/res/drawable-xxhdpi/ic_logo.png
deleted file mode 100644
index fd225ff..0000000
Binary files a/android/sdremote/res/drawable-xxhdpi/ic_logo.png and /dev/null differ
diff --git a/android/sdremote/res/drawable/bg_action_bar_tab.xml b/android/sdremote/res/drawable/bg_action_bar_tab.xml
deleted file mode 100644
index 2b49758..0000000
--- a/android/sdremote/res/drawable/bg_action_bar_tab.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
- <!-- Non focused states -->
-
- <item
- android:state_focused="false"
- android:state_selected="false"
- android:state_pressed="false"
- android:drawable="@android:color/transparent"/>
-
- <item
- android:state_focused="false"
- android:state_selected="true"
- android:state_pressed="false"
- android:drawable="@drawable/bg_action_bar_tab_selected"/>
-
- <!-- Focused states -->
-
- <item
- android:state_focused="true"
- android:state_selected="false"
- android:state_pressed="false"
- android:drawable="@drawable/bg_action_bar_tab_unselected_focused"/>
-
- <item
- android:state_focused="true"
- android:state_selected="true"
- android:state_pressed="false"
- android:drawable="@drawable/bg_action_bar_tab_selected_focused"/>
-
- <!-- Pressed -->
-
- <!-- Non focused states -->
- <item
- android:state_focused="false"
- android:state_selected="false"
- android:state_pressed="true"
- android:drawable="@drawable/bg_action_bar_tab_unselected_pressed"/>
-
- <item
- android:state_focused="false"
- android:state_selected="true"
- android:state_pressed="true"
- android:drawable="@drawable/bg_action_bar_tab_selected_pressed"/>
-
- <!-- Focused states -->
-
- <item
- android:state_focused="true"
- android:state_selected="false"
- android:state_pressed="true"
- android:drawable="@drawable/bg_action_bar_tab_unselected_pressed"/>
-
- <item
- android:state_focused="true"
- android:state_selected="true"
- android:state_pressed="true"
- android:drawable="@drawable/bg_action_bar_tab_selected_pressed"/>
-
-</selector>
\ No newline at end of file
diff --git a/android/sdremote/res/drawable/bg_grid_slide.xml b/android/sdremote/res/drawable/bg_grid_slide.xml
deleted file mode 100644
index b18ce97..0000000
--- a/android/sdremote/res/drawable/bg_grid_slide.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * 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 .
--->
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
-
- <solid
- android:color="@android:color/transparent" />
-
- <stroke
- android:width="1dp"
- android:color="@color/stroke_grid_slide"/>
-
- <padding
- android:left="1dp"
- android:top="1dp"
- android:right="1dp"
- android:bottom="1dp"/>
-
-</shape>
\ No newline at end of file
diff --git a/android/sdremote/res/drawable/libreoffice_logo.png b/android/sdremote/res/drawable/libreoffice_logo.png
deleted file mode 100644
index 7ad1147..0000000
Binary files a/android/sdremote/res/drawable/libreoffice_logo.png and /dev/null differ
diff --git a/android/sdremote/res/drawable/underline_header.xml b/android/sdremote/res/drawable/underline_header.xml
deleted file mode 100644
index e19bc22..0000000
--- a/android/sdremote/res/drawable/underline_header.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
-
- <size
- android:width="100000dp"
- android:height="1dp"/>
-
- <solid
- android:color="@color/background_header"/>
-
-</shape>
\ No newline at end of file
diff --git a/android/sdremote/res/layout-land/fragment_empty_slide.xml b/android/sdremote/res/layout-land/fragment_empty_slide.xml
deleted file mode 100644
index 1f49152..0000000
--- a/android/sdremote/res/layout-land/fragment_empty_slide.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@color/background_slide_empty"
- android:contentDescription="@string/description_empty_slide"
- android:layout_gravity="center"
- android:padding="@dimen/padding_empty_slide_layout"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
\ No newline at end of file
diff --git a/android/sdremote/res/layout-land/fragment_slides_pager.xml b/android/sdremote/res/layout-land/fragment_slides_pager.xml
deleted file mode 100644
index e3e3c9b..0000000
--- a/android/sdremote/res/layout-land/fragment_slides_pager.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:gravity="center"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <android.support.v4.view.ViewPager
- android:id="@+id/pager_slides"
- android:layout_weight="2"
- android:padding="@dimen/padding_slide"
- android:layout_width="0dp"
- android:layout_height="match_parent"/>
-
- <LinearLayout
- android:id="@+id/layout_notes"
- android:orientation="vertical"
- android:paddingRight="@dimen/padding_slide_notes"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:layout_height="match_parent">
-
- <TextView
- style="@style/SectionHeader"
- android:text="@string/header_notes"
- android:paddingTop="@dimen/padding_header"
- android:textSize="@dimen/text_size_notes"/>
-
- <ScrollView
- android:id="@+id/scroll_notes"
- android:paddingTop="@dimen/padding_slide_notes"
- android:paddingLeft="@dimen/padding_slide_notes"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <TextSwitcher
- android:id="@+id/text_switcher_notes"
- android:inAnimation="@android:anim/fade_in"
- android:outAnimation="@android:anim/fade_out"
- android:measureAllChildren="false"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="@dimen/text_size_notes"/>
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="@dimen/text_size_notes"/>
-
- </TextSwitcher>
-
- </ScrollView>
-
- </LinearLayout>
-
-</LinearLayout>
diff --git a/android/sdremote/res/layout-v11/action_bar_computer_creation.xml b/android/sdremote/res/layout-v11/action_bar_computer_creation.xml
deleted file mode 100644
index 90b73fa..0000000
--- a/android/sdremote/res/layout-v11/action_bar_computer_creation.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:divider="?android:attr/dividerVertical"
- android:showDividers="middle"
- android:dividerPadding="@dimen/padding_horizontal_action_bar_divider"
- android:baselineAligned="false"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <FrameLayout
- android:id="@+id/button_cancel"
- style="?android:actionButtonStyle"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:layout_height="match_parent">
-
- <TextView
- style="?android:actionBarTabTextStyle"
- android:text="@string/button_cancel"
- android:drawableLeft="@drawable/ic_action_cancel"
- android:drawablePadding="@dimen/padding_action_bar_button_drawable"
- android:paddingRight="@dimen/padding_horizontal_action_bar_button"
- android:gravity="center_vertical"
- android:layout_gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
-
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/button_save"
- style="?android:actionButtonStyle"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:layout_height="match_parent">
-
- <TextView
- style="?android:actionBarTabTextStyle"
- android:text="@string/button_save"
- android:drawableLeft="@drawable/ic_action_save"
- android:drawablePadding="@dimen/padding_action_bar_button_drawable"
- android:paddingRight="@dimen/padding_horizontal_action_bar_button"
- android:gravity="center_vertical"
- android:layout_gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
-
- </FrameLayout>
-
-</LinearLayout>
\ No newline at end of file
diff --git a/android/sdremote/res/layout-xlarge-land/fragment_slides_pager.xml b/android/sdremote/res/layout-xlarge-land/fragment_slides_pager.xml
deleted file mode 100644
index ffd97c4..0000000
--- a/android/sdremote/res/layout-xlarge-land/fragment_slides_pager.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center"
- android:orientation="horizontal" >
-
- <android.support.v4.view.ViewPager
- android:id="@+id/pager_slides"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1" />
-
- <LinearLayout
- android:id="@+id/layout_notes"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:orientation="vertical"
- android:paddingLeft="@dimen/padding_slides_pager"
- android:paddingRight="@dimen/padding_slides_pager" >
-
- <TextView
- style="@style/SectionHeader"
- android:paddingTop="@dimen/padding_header"
- android:text="@string/header_notes"
- android:textSize="@dimen/text_size_notes"/>
-
- <ScrollView
- android:id="@+id/scroll_notes"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" >
-
- <TextSwitcher
- android:id="@+id/text_switcher_notes"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:inAnimation="@android:anim/fade_in"
- android:measureAllChildren="false"
- android:outAnimation="@android:anim/fade_out"
- android:paddingLeft="@dimen/padding_slide_notes"
- android:paddingRight="@dimen/padding_slide_notes"
- android:paddingTop="@dimen/padding_slide_notes" >
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="@dimen/text_size_notes"/>
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="@dimen/text_size_notes"/>
- </TextSwitcher>
- </ScrollView>
- </LinearLayout>
-
-</LinearLayout>
\ No newline at end of file
diff --git a/android/sdremote/res/layout/action_bar_computer_creation.xml b/android/sdremote/res/layout/action_bar_computer_creation.xml
deleted file mode 100644
index a88089c..0000000
--- a/android/sdremote/res/layout/action_bar_computer_creation.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <FrameLayout
- android:id="@+id/button_cancel"
- style="@style/Widget.AppCompat.ActionButton"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:layout_height="match_parent">
-
- <TextView
- style="@style/Widget.AppCompat.ActionBar.TabText"
- android:text="@string/button_cancel"
- android:drawableLeft="@drawable/ic_action_cancel"
- android:drawablePadding="@dimen/padding_action_bar_button_drawable"
- android:paddingRight="@dimen/padding_horizontal_action_bar_button"
- android:gravity="center_vertical"
- android:layout_gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
-
- </FrameLayout>
-
- <View
- android:layout_width="@dimen/width_action_bar_divider"
- android:layout_height="match_parent"
- android:layout_marginTop="@dimen/margin_vertical_action_bar_divider"
- android:layout_marginBottom="@dimen/margin_vertical_action_bar_divider"
- android:background="@color/background_action_bar_divider"/>
-
- <FrameLayout
- android:id="@+id/button_save"
- style="@style/Widget.AppCompat.ActionButton"
- android:layout_weight="1"
- android:layout_width="0dp"
- android:layout_height="match_parent">
-
- <TextView
- style="@style/Widget.AppCompat.ActionBar.TabText"
- android:text="@string/button_save"
- android:drawableLeft="@drawable/ic_action_save"
- android:drawablePadding="@dimen/padding_action_bar_button_drawable"
- android:paddingRight="@dimen/padding_horizontal_action_bar_button"
- android:gravity="center_vertical"
- android:layout_gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
-
- </FrameLayout>
-
-</LinearLayout>
\ No newline at end of file
diff --git a/android/sdremote/res/layout/activity_computer_creation.xml b/android/sdremote/res/layout/activity_computer_creation.xml
deleted file mode 100644
index 28ce196..0000000
--- a/android/sdremote/res/layout/activity_computer_creation.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <LinearLayout
- android:orientation="vertical"
- android:padding="@dimen/padding_creation_layout"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
- <EditText
- android:id="@+id/edit_ip_address"
- android:singleLine="true"
- android:inputType="phone"
- android:hint="@string/hint_ip_address"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
-
- <EditText
- android:id="@+id/edit_name"
- android:singleLine="true"
- android:inputType="text|textCapSentences"
- android:hint="@string/hint_name"
- android:paddingTop="@dimen/padding_vertical_edit"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
-
- </LinearLayout>
-
-</ScrollView>
\ No newline at end of file
diff --git a/android/sdremote/res/layout/activity_computers.xml b/android/sdremote/res/layout/activity_computers.xml
deleted file mode 100644
index 1345208..0000000
--- a/android/sdremote/res/layout/activity_computers.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<android.support.v4.view.ViewPager
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/pager_computers"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
\ No newline at end of file
diff --git a/android/sdremote/res/layout/activity_licenses.xml b/android/sdremote/res/layout/activity_licenses.xml
deleted file mode 100644
index a69118b..0000000
--- a/android/sdremote/res/layout/activity_licenses.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/layout_license"
- android:layout_width="match_parent"
- android:layout_height="fill_parent"
- android:layout_marginTop="0dp"
- android:gravity="center_horizontal|top"
- android:orientation="vertical" >
-
- <ImageView
- android:id="@+id/imageView1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:adjustViewBounds="true"
- android:maxWidth="350dp"
- android:padding="16dp"
- android:src="@drawable/libreoffice_logo" />
-
- <TextView
- android:id="@+id/textView1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/application_name"
- android:textAppearance="@style/SectionHeader"
- android:textSize="22sp" />
-
- <TextView
- android:id="@+id/version"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:padding="8dp"
- android:text="Version: %s (Build ID: %s)" />
-
- <TextView
- android:id="@+id/copyright"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:paddingLeft="16dp"
- android:paddingRight="16dp"
- android:text="Copyright © 2012-2014 LibreOffice contributors\nThis App is provided under the\nMozilla Public License, v. 2.0" />
-
-</LinearLayout>
\ No newline at end of file
diff --git a/android/sdremote/res/layout/activity_requirements.xml b/android/sdremote/res/layout/activity_requirements.xml
deleted file mode 100644
index 2cf839d..0000000
--- a/android/sdremote/res/layout/activity_requirements.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <LinearLayout
- android:orientation="vertical"
- android:padding="@dimen/padding_help"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
- <TextView
- style="@style/SectionHeader"
- android:text="@string/title_generic"/>
-
- <TextView
- style="@style/SectionItem"
- android:text="@string/requirements_libreoffice_version"/>
-
- <TextView
- style="@style/SectionItem"
- android:text="@string/requirements_libreoffice_general_enabled"/>
-
- <TextView
- style="@style/SectionHeader"
- android:text="@string/title_wifi"/>
-
- <TextView
- style="@style/SectionItem"
- android:text="@string/requirements_network_connection"/>
-
- <TextView
- style="@style/SectionItem"
- android:text="@string/requirements_libreoffice_experimental_enabled"/>
-
- <TextView
- style="@style/SectionItem"
- android:text="@string/requirements_network_ports"/>
-
- <TextView
- style="@style/SectionHeader"
- android:text="@string/title_bluetooth"/>
-
- <TextView
- style="@style/SectionItem"
- android:text="@string/requirements_bluetooth_connection"/>
-
- </LinearLayout>
-
-</ScrollView>
\ No newline at end of file
diff --git a/android/sdremote/res/layout/fragment_computer_connection.xml b/android/sdremote/res/layout/fragment_computer_connection.xml
deleted file mode 100644
index 0953e44..0000000
--- a/android/sdremote/res/layout/fragment_computer_connection.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<ViewAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/view_animator"
- android:inAnimation="@android:anim/fade_in"
- android:outAnimation="@android:anim/fade_out"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <ProgressBar
- android:id="@+id/progress_bar"
- style="?android:progressBarStyle"
- android:layout_gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
-
- <LinearLayout
- android:id="@+id/layout_pin_validation"
- android:orientation="vertical"
- android:paddingLeft="@dimen/padding_horizontal_connection_layout"
- android:paddingRight="@dimen/padding_horizontal_connection_layout"
- android:layout_gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <TextView
- android:text="@string/message_impress_pin_validation"
- android:gravity="center_horizontal"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
-
- <TextView
- android:id="@+id/text_pin"
- android:textSize="@dimen/text_size_pin"
- android:gravity="center_horizontal"
- android:paddingTop="@dimen/padding_vertical_pin"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
-
- </LinearLayout>
-
- <LinearLayout
- android:id="@+id/layout_error_message"
- android:orientation="vertical"
- android:paddingLeft="@dimen/padding_horizontal_connection_layout"
- android:paddingRight="@dimen/padding_horizontal_connection_layout"
- android:layout_gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <TextView
- android:id="@+id/text_error_title"
- android:text="@string/message_connection_failed_title"
- android:textStyle="bold"
- android:textSize="@dimen/text_size_error_title"
- android:gravity="center_horizontal"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
-
- <TextView
- android:id="@+id/text_primary_error_message"
- android:text="@string/message_impress_remote_enabling"
- android:gravity="center_horizontal"
- android:paddingTop="@dimen/padding_vertical_error_message"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
-
- <TextView
- android:id="@+id/text_secondary_error_message"
- android:gravity="center_horizontal"
- android:paddingTop="@dimen/padding_vertical_error_message"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
-
- </LinearLayout>
-
-</ViewAnimator>
\ No newline at end of file
diff --git a/android/sdremote/res/layout/fragment_computers_list.xml b/android/sdremote/res/layout/fragment_computers_list.xml
deleted file mode 100644
index edc7819..0000000
--- a/android/sdremote/res/layout/fragment_computers_list.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<ViewAnimator xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/view_animator"
- android:inAnimation="@android:anim/fade_in"
- android:outAnimation="@android:anim/fade_out"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <LinearLayout
- android:animateLayoutChanges="true"
- android:id="@+id/layout_progress"
- android:orientation="vertical"
- android:gravity="center"
- android:paddingLeft="@dimen/padding_horizontal_progress_layout"
- android:paddingRight="@dimen/padding_horizontal_progress_layout"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <ProgressBar
- android:id="@+id/progress_bar"
- style="?android:progressBarStyle"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
-
- <TextView
- android:id="@+id/text_progress_message"
- android:text="@string/message_search_wifi"
- android:gravity="center_horizontal"
- android:visibility="invisible"
- android:paddingTop="@dimen/padding_vertical_progress_message"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
-
- <TextView
- android:id="@+id/text_learn_more"
- android:text="@string/message_learn_more"
- android:layout_gravity="center_horizontal"
- android:visibility="invisible"
- android:paddingTop="@dimen/padding_vertical_learn_more"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
-
- </LinearLayout>
-
- <ListView
- android:id="@android:id/list"
- android:scrollbarStyle="outsideOverlay"
- android:paddingLeft="@dimen/padding_horizontal_list"
- android:paddingRight="@dimen/padding_horizontal_list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
-
-</ViewAnimator>
diff --git a/android/sdremote/res/layout/fragment_empty_slide.xml b/android/sdremote/res/layout/fragment_empty_slide.xml
deleted file mode 100644
index 6ec99bc..0000000
--- a/android/sdremote/res/layout/fragment_empty_slide.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:gravity="center"
- android:padding="@dimen/padding_empty_slide_layout"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <ImageView
- android:src="@color/background_slide_empty"
- android:contentDescription="@string/description_empty_slide"
- android:layout_weight="4"
- android:layout_width="match_parent"
- android:layout_height="0dp"/>
-
-
- <View
- android:layout_weight="3"
- android:layout_width="match_parent"
- android:layout_height="0dp"/>
-
-</LinearLayout>
-
diff --git a/android/sdremote/res/layout/fragment_slides_grid.xml b/android/sdremote/res/layout/fragment_slides_grid.xml
deleted file mode 100644
index 6077577..0000000
--- a/android/sdremote/res/layout/fragment_slides_grid.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<GridView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/grid_slides"
- android:columnWidth="@dimen/width_slides_grid_column"
- android:horizontalSpacing="@dimen/spacing_slides_grid"
- android:verticalSpacing="@dimen/spacing_slides_grid"
- android:numColumns="auto_fit"
- android:stretchMode="columnWidth"
- android:scrollbarStyle="outsideOverlay"
- android:gravity="center"
- android:padding="@dimen/padding_slides_grid"
- android:clipToPadding="false"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
\ No newline at end of file
diff --git a/android/sdremote/res/layout/fragment_slides_pager.xml b/android/sdremote/res/layout/fragment_slides_pager.xml
deleted file mode 100644
index 8ecb8c9..0000000
--- a/android/sdremote/res/layout/fragment_slides_pager.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:gravity="center"
- android:paddingTop="@dimen/padding_slides_pager"
- android:paddingBottom="@dimen/padding_slides_pager"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <android.support.v4.view.ViewPager
- android:id="@+id/pager_slides"
- android:layout_weight="4"
- android:layout_width="match_parent"
- android:layout_height="0dp"/>
-
- <LinearLayout
- android:id="@+id/layout_notes"
- android:orientation="vertical"
- android:paddingLeft="@dimen/padding_slides_pager"
- android:paddingRight="@dimen/padding_slides_pager"
- android:layout_weight="3"
- android:layout_width="match_parent"
- android:layout_height="0dp">
-
- <TextView
- style="@style/SectionHeader"
- android:text="@string/header_notes"
- android:paddingTop="@dimen/padding_header"
- android:textSize="@dimen/text_size_notes"/>
-
- <ScrollView
- android:id="@+id/scroll_notes"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <TextSwitcher
- android:id="@+id/text_switcher_notes"
- android:inAnimation="@android:anim/fade_in"
- android:outAnimation="@android:anim/fade_out"
- android:measureAllChildren="false"
- android:paddingTop="@dimen/padding_slide_notes"
- android:paddingLeft="@dimen/padding_slide_notes"
- android:paddingRight="@dimen/padding_slide_notes"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="@dimen/text_size_notes"/>
-
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="@dimen/text_size_notes"/>
-
- </TextSwitcher>
-
- </ScrollView>
-
- </LinearLayout>
-
-</LinearLayout>
diff --git a/android/sdremote/res/layout/list_item.xml b/android/sdremote/res/layout/list_item.xml
deleted file mode 100644
index 496bc50..0000000
--- a/android/sdremote/res/layout/list_item.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
- android:singleLine="true"
- android:textSize="@dimen/text_size_list_item"
- android:gravity="center_vertical"
- android:padding="@dimen/padding_horizontal_list_item"
- android:layout_width="fill_parent"
- android:layout_height="?android:attr/listPreferredItemHeight" />
\ No newline at end of file
diff --git a/android/sdremote/res/layout/progress.xml b/android/sdremote/res/layout/progress.xml
deleted file mode 100644
index f768ec4..0000000
--- a/android/sdremote/res/layout/progress.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-</ProgressBar>
diff --git a/android/sdremote/res/layout/view_grid_slide.xml b/android/sdremote/res/layout/view_grid_slide.xml
deleted file mode 100644
index bab316c..0000000
--- a/android/sdremote/res/layout/view_grid_slide.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:padding="@dimen/padding_slide"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <ImageView
- android:id="@+id/image_slide_preview"
- android:adjustViewBounds="true"
- android:background="@drawable/bg_grid_slide"
- android:contentDescription="@string/description_grid_slide"
- android:layout_alignParentTop="true"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
-
- <TextView
- android:id="@+id/text_slide_index"
- android:background="@color/background_slide_index"
- android:textColor="@android:color/white"
- android:singleLine="true"
- android:layout_alignParentBottom="true"
- android:layout_width="wrap_content"
- android:minEms="2"
- android:gravity="center_horizontal"
- android:layout_height="wrap_content"/>
-
-</RelativeLayout>
\ No newline at end of file
diff --git a/android/sdremote/res/layout/view_pager_slide.xml b/android/sdremote/res/layout/view_pager_slide.xml
deleted file mode 100644
index 0992381..0000000
--- a/android/sdremote/res/layout/view_pager_slide.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/image_slide_preview"
- android:scaleType="fitCenter"
- android:contentDescription="@string/description_pager_slide"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"/>
\ No newline at end of file
diff --git a/android/sdremote/res/menu/menu_action_bar_computer_connection.xml b/android/sdremote/res/menu/menu_action_bar_computer_connection.xml
deleted file mode 100644
index 3eb36f5..0000000
--- a/android/sdremote/res/menu/menu_action_bar_computer_connection.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<menu xmlns:compat="http://schemas.android.com/apk/res-auto"
- xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item
- android:id="@+id/menu_reconnect"
- android:title="@string/menu_reconnect"
- android:icon="@drawable/ic_action_reconnect"
- compat:showAsAction="always"/>
-
-</menu>
\ No newline at end of file
diff --git a/android/sdremote/res/menu/menu_action_bar_computers.xml b/android/sdremote/res/menu/menu_action_bar_computers.xml
deleted file mode 100644
index 27ddf8a..0000000
--- a/android/sdremote/res/menu/menu_action_bar_computers.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<menu xmlns:compat="http://schemas.android.com/apk/res-auto"
- xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item
- android:id="@+id/menu_add_computer"
- android:title="@string/menu_add_computer"
- android:icon="@drawable/ic_action_add_computer"
- compat:showAsAction="always"/>
- <item
- android:id="@+id/menu_start_discovery"
- android:title="@string/menu_start_discovery"
- android:icon="@drawable/ic_action_bluetooth_searching"
- compat:showAsAction="always"/>
-
- <item
- android:id="@+id/menu_settings"
- android:title="@string/menu_settings"
- compat:showAsAction="never"/>
-
- <item
- android:id="@+id/menu_requirements"
- android:title="@string/menu_requirements"
- compat:showAsAction="never"/>
-
- <item
- android:id="@+id/menu_licenses"
- android:title="@string/menu_licenses"
- compat:showAsAction="never"/>
-
-</menu>
\ No newline at end of file
diff --git a/android/sdremote/res/menu/menu_action_bar_slide_show.xml b/android/sdremote/res/menu/menu_action_bar_slide_show.xml
deleted file mode 100644
index 5a049fa..0000000
--- a/android/sdremote/res/menu/menu_action_bar_slide_show.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<menu xmlns:compat="http://schemas.android.com/apk/res-auto"
- xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item
- android:id="@+id/menu_slides_pager"
- android:title="@string/menu_slides_pager"
- android:icon="@drawable/ic_action_pager"
- compat:showAsAction="always"/>
-
- <item
- android:id="@+id/menu_slides_grid"
- android:title="@string/menu_slides_grid"
- android:icon="@drawable/ic_action_grid"
- compat:showAsAction="always"/>
-
- <item
- android:id="@+id/menu_timer"
- android:title="@string/menu_timer"
- android:icon="@drawable/ic_action_timer"
- compat:showAsAction="ifRoom"/>
-
- <item
- android:id="@+id/menu_resume_slide_show"
- android:title="@string/menu_resume_slide_show"
- android:icon="@drawable/ic_action_resume"
- compat:showAsAction="always"/>
-
- <item
- android:id="@+id/menu_pause_slide_show"
- android:title="@string/menu_pause_slide_show"
- compat:showAsAction="never"/>
-
- <item
- android:id="@+id/menu_stop_slide_show"
- android:title="@string/menu_stop_slide_show"
- compat:showAsAction="never"/>
-
-</menu>
\ No newline at end of file
diff --git a/android/sdremote/res/menu/menu_context_computers.xml b/android/sdremote/res/menu/menu_context_computers.xml
deleted file mode 100644
index 7113567..0000000
--- a/android/sdremote/res/menu/menu_context_computers.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- * 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 .
--->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
-
- <item
- android:id="@+id/menu_remove_computer"
- android:title="@string/menu_remove_computer"/>
-
-</menu>
\ No newline at end of file
diff --git a/android/sdremote/res/values-ar/strings.xml b/android/sdremote/res/values-ar/strings.xml
deleted file mode 100644
index 7428ef2..0000000
--- a/android/sdremote/res/values-ar/strings.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<resources>
- <string name="application_name">Ø¥Ù
برÙس ع٠بÙعد</string>
- <string name="title_computers">اÙØÙاسÙب</string>
- <string name="title_settings">إعدادات</string>
- <string name="title_requirements">اÙÙ
تطÙبات</string>
- <string name="title_connection">اÙاتصاÙ</string>
- <string name="title_timer">اÙÙ
ؤÙت</string>
- <string name="menu_settings">إعدادات</string>
- <string name="menu_requirements">اÙÙ
تطÙبات</string>
- <string name="menu_reconnect">أعد اÙاتصاÙ</string>
- <string name="menu_add_computer">أض٠ØاسÙب</string>
- <string name="menu_remove_computer">أزÙ</string>
- <string name="menu_timer">اÙÙ
ؤÙت</string>
- <string name="menu_stop_slide_show">Ø£ÙÙ٠عرض اÙشرائØ</string>
- <string name="menu_pause_slide_show">Ø£Ùبث عرض اÙشرائØ</string>
- <string name="menu_resume_slide_show">استÙÙ
٠عرض اÙشرائØ</string>
- <string name="button_cancel">Ø£ÙغÙ</string>
- <string name="button_save">اØÙظ</string>
- <string name="button_start">ابدأ</string>
- <string name="button_remove">أزÙ</string>
- <string name="message_impress_pin_validation">اذÙب Ø¥ÙÙ \"عرض اÙØ´Ø±Ø§Ø¦Ø â Ø¥Ù
برÙس ع٠بÙعد\" ÙÙ ÙÙبر Ø£ÙÙÙس Ø¥Ù
برÙس ÙأدخÙ٠اÙØ´ÙÙرة.</string>
- <string name="message_connection_failed_title">Ùش٠اÙاتصاÙ</string>
- <string name="message_impress_remote_enabling">تأÙد أ٠اÙتØÙÙÙ
ع٠بعد بإÙ
برÙس ÙعÙ
Ù. اذÙب Ø¥Ù٠أدÙات â Ø®Ùارات â LibreOffice Ø¥Ù
برÙس â عاÙ
\" ÙÙ ÙÙبر Ø£ÙÙÙس Ø¥Ù
برÙس.</string>
- <string name="message_impress_wifi_enabling">عÙÙ٠تÙ
ÙÙÙ Ù
Ùزة اÙÙ
زاÙا اÙتجرÙبÙØ© ÙÙ \"أدÙات â Ø®Ùارات â LibreOffice â Ù
تÙدÙÙ
\" Ø£ÙضÙا.</string>
- <string name="message_ip_address_validation">اطبع عÙÙا٠IP صاÙØ.</string>
- <string name="message_time_is_up">Øا٠اÙÙÙت!</string>
- <string name="message_search_wifi">تأÙد Ø£Ù ÙÙبر Ø£ÙÙÙس ÙعÙ
٠عÙÙ ØاسÙب بÙÙس اÙشبÙØ© اÙÙاسÙÙÙØ©.</string>
- <string name="message_search_bluetooth">تأÙد Ø£Ù ÙÙبر Ø£ÙÙÙس ÙعÙ
٠عÙÙ ØاسÙب اÙبÙÙÙتÙØ« Ù
Ù
ÙÙÙ ÙÙÙ.</string>
- <string name="message_learn_more">
- <a href="org.libreoffice.impressremote://requirements/">تعÙÙÙ
Ø£Ùثر</a>
- </string>
- <string name="message_paused">Ø£ÙÙبث</string>
- <string name="message_notes_empty">Ùا Ø´ÙØ¡ ÙÙا.</string>
- <string name="hint_ip_address">عÙÙا٠IP</string>
- <string name="hint_name">اÙاسÙ
(اختÙارÙ)</string>
- <string name="header_notes">اÙÙ
ÙاØظات</string>
- <string name="mask_slide_show_progress">اÙشرÙØØ© %1$d Ù
Ù %2$d</string>
- <plurals name="mask_timer_progress">
- <item quantity="zero">Ùا دÙائ٠Ù
تبÙÙØ©</item>
- <item quantity="one">تبÙÙت دÙÙÙØ© ÙاØدة</item>
- <item quantity="two">تبÙÙت دÙÙÙتاÙ</item>
- <item quantity="few">تبÙÙت %d دÙائÙ</item>
- <item quantity="many">تبÙÙت %d دÙÙÙØ©</item>
- <item quantity="other">تبÙÙت %d دÙÙÙØ©</item>
- </plurals>
- <string name="description_pager_slide">Ù
عاÙÙØ© اÙشرÙØØ©</string>
- <string name="description_grid_slide">Ù
عاÙÙØ© اÙشرÙØØ©</string>
- <string name="description_empty_slide">شرÙØØ© Ùارغة</string>
- <string name="preferences_volume_keys_actions_title">إجراءات Ù
ÙاتÙØ Ø§ÙصÙت</string>
- <string name="preferences_volume_keys_actions_summary">بدÙ٠اÙØ´Ø±Ø§Ø¦Ø ÙÙعÙ٠اÙØرÙات باستخداÙ
Ù
ÙاتÙØ Ø§ÙصÙت</string>
- <string name="preferences_keep_screen_on_title">أبÙ٠اÙشاشة تعÙ
Ù</string>
- <string name="preferences_keep_screen_on_summary">اÙ
Ùع اÙÙات٠Ù
٠اÙÙÙÙ
أثÙاء اÙتÙدÙÙ
</string>
- <string name="preferences_quiet_mode_title">اÙÙضع اÙÙادئ</string>
- <string name="preferences_quiet_mode_summary">اضبط عÙÙ Ùضع اÙاÙتزاز أثÙاء اÙتÙدÙÙ
</string>
- <string name="requirements_libreoffice_version">ÙÙبر Ø£ÙÙÙس 4.0.3 أ٠أÙثر ÙعÙ
٠عÙÙ ØاسÙبÙ.</string>
- <string name="requirements_libreoffice_general_enabled">Ø¥Ù
برÙس ع٠بÙعد Ù
Ù
ÙÙÙ ÙÙ \"أدÙات â Ø®Ùارات â LibreOffice Ø¥Ù
برÙس â عاÙ
\" ÙÙ ÙÙبر Ø£ÙÙÙس Ø¥Ù
برÙس.</string>
- <string name="requirements_libreoffice_experimental_enabled">اÙÙ
زاÙا اÙتجرÙبÙØ© Ù
Ù
ÙÙÙØ© ÙÙ \"أدÙات â Ø®Ùارات â LibreOffice â Ù
تÙدÙÙ
\" ÙÙ ÙÙبر Ø£ÙÙÙس Ø¥Ù
برÙس.</string>
- <string name="requirements_network_connection">جÙاز Ø£ÙدرÙÙد ÙاÙØاسÙب Ù
تÙصÙا٠بÙÙس اÙشبÙØ©.</string>
- <string name="requirements_network_ports">Ø¥Ù Ùا٠ÙدÙ٠جدار ÙارÙØ ØªØ£Ùد أ٠اÙÙ
ÙÙØ°ÙÙ 1598 Ù 1599 Ù
ÙتÙØÙÙ.</string>
- <string name="requirements_bluetooth_connection">ØاسÙب ÙبÙÙÙتÙØ« Ù
Ù
ÙÙ٠عÙÙÙ.</string>
-</resources>
diff --git a/android/sdremote/res/values-bg/strings.xml b/android/sdremote/res/values-bg/strings.xml
deleted file mode 100644
index bdef24a..0000000
--- a/android/sdremote/res/values-bg/strings.xml
+++ /dev/null
@@ -1,66 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<resources>
- <string name="application_name">Impress Remote</string>
- <string name="title_computers">ÐомпÑÑÑи</string>
- <string name="title_generic">ÐбÑи</string>
- <string name="title_licenses">Свободни лиÑензи</string>
- <string name="title_settings">ÐаÑÑÑойки</string>
- <string name="title_requirements">ÐзиÑкваниÑ</string>
- <string name="title_connection">ÐÑÑзка</string>
- <string name="title_creation">СÑздаване</string>
- <string name="title_slide_show">ÐÑожекÑиÑ</string>
- <string name="title_timer">ТаймеÑ</string>
- <string name="menu_licenses">Свободни лиÑензи</string>
- <string name="menu_settings">ÐаÑÑÑойки</string>
- <string name="menu_requirements">ÐзиÑкваниÑ</string>
- <string name="menu_reconnect">ÐÑзÑÑановÑване на вÑÑзкаÑа</string>
- <string name="menu_add_computer">ÐобавÑне на компÑÑÑÑ</string>
- <string name="menu_remove_computer">ÐÑемаÑ
ване</string>
- <string name="menu_slides_grid">ÐадÑи в ÑеÑеÑка</string>
- <string name="menu_slides_pager">ÐадÑи по ÑÑÑаниÑи</string>
- <string name="menu_timer">ТаймеÑ</string>
- <string name="menu_stop_slide_show">ÐÑай на пÑожекÑиÑ</string>
- <string name="menu_pause_slide_show">ÐаÑза на пÑожекÑиÑ</string>
- <string name="menu_resume_slide_show">ÐÑодÑлжаване</string>
- <string name="button_cancel">ÐÑмÑна</string>
- <string name="button_save">Ðапазване</string>
- <string name="button_start">ÐаÑало</string>
... etc. - the rest is truncated
More information about the Libreoffice-commits
mailing list