├── LICENSE.md ├── README.md ├── app └── llx │ ├── .gitignore │ ├── api_doc │ ├── doc.sh │ ├── doclava-1.0.6.jar │ ├── html │ │ ├── assets │ │ │ ├── customizations.css │ │ │ ├── customizations.js │ │ │ ├── doclava-developer-core.css │ │ │ ├── doclava-developer-docs.css │ │ │ ├── doclava-developer-docs.js │ │ │ ├── doclava-developer-reference.js │ │ │ ├── images │ │ │ │ ├── bg_fade.jpg │ │ │ │ ├── bg_logo.png │ │ │ │ ├── body-gradient-tab.png │ │ │ │ ├── body-gradient.png │ │ │ │ ├── grad-rule-qv.png │ │ │ │ ├── hr_gray_main.jpg │ │ │ │ ├── hr_gray_side.jpg │ │ │ │ ├── left_off.jpg │ │ │ │ ├── left_on.jpg │ │ │ │ ├── preliminary.png │ │ │ │ ├── resizable-e.gif │ │ │ │ ├── resizable-e2.gif │ │ │ │ ├── resizable-eg.gif │ │ │ │ ├── resizable-s.gif │ │ │ │ ├── resizable-s2.gif │ │ │ │ ├── resizable-sg.gif │ │ │ │ ├── right_off.jpg │ │ │ │ ├── right_on.jpg │ │ │ │ ├── sidenav-rule.png │ │ │ │ ├── spacer.gif │ │ │ │ ├── triangle-closed-small.png │ │ │ │ ├── triangle-closed.png │ │ │ │ ├── triangle-opened-small.png │ │ │ │ └── triangle-opened.png │ │ │ ├── jquery-history.js │ │ │ ├── jquery-resizable.min.js │ │ │ ├── navtree_data.js │ │ │ ├── prettify.js │ │ │ ├── search_autocomplete.js │ │ │ ├── style.css │ │ │ └── triangle-none.gif │ │ ├── index.html │ │ └── reference │ │ │ ├── classes.html │ │ │ ├── current.xml │ │ │ ├── hierarchy.html │ │ │ ├── index.html │ │ │ ├── lists.js │ │ │ ├── net │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ ├── prefs │ │ │ │ ├── LLPreference.html │ │ │ │ ├── LLPreferenceCategory.html │ │ │ │ ├── LLPreferenceCheckBox.html │ │ │ │ ├── LLPreferenceColor.html │ │ │ │ ├── LLPreferenceEventAction.html │ │ │ │ ├── LLPreferenceList.html │ │ │ │ ├── LLPreferenceListView.OnLLPreferenceListViewEventListener.html │ │ │ │ ├── LLPreferenceListView.html │ │ │ │ ├── LLPreferenceSlider.html │ │ │ │ ├── LLPreferenceText.html │ │ │ │ ├── package-descr.html │ │ │ │ └── package-summary.html │ │ │ │ └── script │ │ │ │ └── api │ │ │ │ ├── Android.html │ │ │ │ ├── Array.html │ │ │ │ ├── Binding.html │ │ │ │ ├── Box.html │ │ │ │ ├── Configuration.html │ │ │ │ ├── Container.html │ │ │ │ ├── CustomView.html │ │ │ │ ├── Desktop.html │ │ │ │ ├── Event.html │ │ │ │ ├── EventHandler.html │ │ │ │ ├── Folder.html │ │ │ │ ├── Image.html │ │ │ │ ├── ImageAnimation.html │ │ │ │ ├── ImageBitmap.html │ │ │ │ ├── ImageNinePatch.html │ │ │ │ ├── ImageScript.DrawingContext.html │ │ │ │ ├── ImageScript.html │ │ │ │ ├── ImageSvg.html │ │ │ │ ├── Item.html │ │ │ │ ├── LL.html │ │ │ │ ├── Lightning.html │ │ │ │ ├── Menu.html │ │ │ │ ├── PageIndicator.html │ │ │ │ ├── Panel.html │ │ │ │ ├── Property.html │ │ │ │ ├── PropertyEditor.html │ │ │ │ ├── PropertySet.html │ │ │ │ ├── RectL.html │ │ │ │ ├── Script.html │ │ │ │ ├── Shortcut.html │ │ │ │ ├── StopPoint.html │ │ │ │ ├── VariableEditor.html │ │ │ │ ├── VariableSet.html │ │ │ │ ├── package-descr.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── palette │ │ │ │ ├── Palette.PaletteAsyncListener.html │ │ │ │ ├── Palette.Swatch.html │ │ │ │ ├── Palette.html │ │ │ │ ├── package-descr.html │ │ │ │ └── package-summary.html │ │ │ │ ├── screen │ │ │ │ ├── ActivityScreen.html │ │ │ │ ├── HomeScreen.html │ │ │ │ ├── Screen.html │ │ │ │ ├── package-descr.html │ │ │ │ └── package-summary.html │ │ │ │ └── svg │ │ │ │ ├── SvgElement.html │ │ │ │ ├── SvgGroup.html │ │ │ │ ├── SvgLinearGradient.html │ │ │ │ ├── SvgPath.html │ │ │ │ ├── SvgRadialGradient.html │ │ │ │ ├── SvgSvg.html │ │ │ │ ├── package-descr.html │ │ │ │ └── package-summary.html │ │ │ ├── package-list │ │ │ └── packages.html │ └── overview.html │ ├── app │ ├── .gitignore │ ├── build.gradle │ ├── proguard.cfg │ └── src │ │ ├── extreme │ │ ├── AndroidManifest.xml │ │ ├── aidl │ │ │ └── com │ │ │ │ └── android │ │ │ │ └── vending │ │ │ │ ├── billing │ │ │ │ └── IInAppBillingService.aidl │ │ │ │ └── licensing │ │ │ │ ├── ILicenseResultListener.aidl │ │ │ │ └── ILicensingService.aidl │ │ ├── java │ │ │ ├── com │ │ │ │ └── google │ │ │ │ │ └── android │ │ │ │ │ └── vending │ │ │ │ │ └── licensing │ │ │ │ │ ├── AESObfuscator.java │ │ │ │ │ ├── JSONDataObfuscator.java │ │ │ │ │ ├── LicenseChecker.java │ │ │ │ │ ├── LicenseCheckerCallback.java │ │ │ │ │ ├── LicenseValidator.java │ │ │ │ │ ├── Obfuscator.java │ │ │ │ │ ├── Policy.java │ │ │ │ │ ├── ResponseData.java │ │ │ │ │ ├── ServerManagedPolicy.java │ │ │ │ │ ├── ValidationException.java │ │ │ │ │ └── util │ │ │ │ │ ├── Base64.java │ │ │ │ │ ├── Base64DecoderException.java │ │ │ │ │ ├── Item.java │ │ │ │ │ └── URLUtils.java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ ├── LLAppExtreme.java │ │ │ │ ├── LWPSettings.java │ │ │ │ ├── PurchaseProcess.java │ │ │ │ └── iab │ │ │ │ ├── Base64.java │ │ │ │ ├── Base64DecoderException.java │ │ │ │ ├── IabException.java │ │ │ │ ├── IabHelper.java │ │ │ │ ├── IabResult.java │ │ │ │ ├── Inventory.java │ │ │ │ ├── Purchase.java │ │ │ │ ├── Security.java │ │ │ │ └── SkuDetails.java │ │ └── res │ │ │ ├── layout │ │ │ ├── add_dialog_item.xml │ │ │ ├── event_action_item.xml │ │ │ ├── purchase_process.xml │ │ │ └── two_lines_list_item_font.xml │ │ │ ├── values-v11 │ │ │ └── styles.xml │ │ │ ├── values-v21 │ │ │ └── styles.xml │ │ │ └── values │ │ │ ├── do_not_translate.xml │ │ │ └── styles.xml │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── java │ │ │ ├── com │ │ │ │ ├── boombuler │ │ │ │ │ └── system │ │ │ │ │ │ └── appwidgetpicker │ │ │ │ │ │ ├── AppWidgetPickerActivity.java │ │ │ │ │ │ ├── Item.java │ │ │ │ │ │ ├── ItemAdapter.java │ │ │ │ │ │ ├── PickWidgetDialog.java │ │ │ │ │ │ └── SubItem.java │ │ │ │ ├── google │ │ │ │ │ └── android │ │ │ │ │ │ └── hotword │ │ │ │ │ │ ├── client │ │ │ │ │ │ └── HotwordServiceClient.java │ │ │ │ │ │ └── service │ │ │ │ │ │ └── IHotwordService.java │ │ │ │ └── mobeta │ │ │ │ │ └── android │ │ │ │ │ └── dslv │ │ │ │ │ ├── DragSortController.java │ │ │ │ │ ├── DragSortItemView.java │ │ │ │ │ ├── DragSortItemViewCheckable.java │ │ │ │ │ ├── DragSortListView.java │ │ │ │ │ └── SimpleFloatViewManager.java │ │ │ ├── fr │ │ │ │ └── xgouchet │ │ │ │ │ └── texteditor │ │ │ │ │ └── ui │ │ │ │ │ └── AdvancedEditText.java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ ├── LLAppPhone.java │ │ │ │ ├── activities │ │ │ │ ├── AppDrawerX.java │ │ │ │ ├── ApplyTemplate.java │ │ │ │ ├── BackupRestore.java │ │ │ │ ├── Customize.java │ │ │ │ ├── CustomizeA.java │ │ │ │ ├── Dashboard.java │ │ │ │ ├── EventActionSetup.java │ │ │ │ ├── ImageCropper.java │ │ │ │ ├── ImagePicker.java │ │ │ │ ├── LockScreen.java │ │ │ │ ├── ResourceWrapperListActivity.java │ │ │ │ ├── RootSettings.java │ │ │ │ ├── ScreenManager.java │ │ │ │ ├── ScriptEditor.java │ │ │ │ ├── Shortcuts.java │ │ │ │ ├── ShortcutsA.java │ │ │ │ ├── StyleChooser.java │ │ │ │ └── dummy │ │ │ │ │ ├── D1.java │ │ │ │ │ ├── D2.java │ │ │ │ │ ├── D3.java │ │ │ │ │ └── D4.java │ │ │ │ ├── data │ │ │ │ ├── Action.java │ │ │ │ ├── ActionsDescription.java │ │ │ │ ├── BackupRestoreTool.java │ │ │ │ ├── PreviewSize.java │ │ │ │ ├── SavedItemGeometry.java │ │ │ │ ├── Screen.java │ │ │ │ ├── SelectionState.java │ │ │ │ ├── State.java │ │ │ │ └── UndoStack.java │ │ │ │ ├── prefs │ │ │ │ ├── LLPreference.java │ │ │ │ ├── LLPreferenceBinding.java │ │ │ │ ├── LLPreferenceBox.java │ │ │ │ ├── LLPreferenceCategory.java │ │ │ │ ├── LLPreferenceCheckBox.java │ │ │ │ ├── LLPreferenceColor.java │ │ │ │ ├── LLPreferenceEventAction.java │ │ │ │ ├── LLPreferenceList.java │ │ │ │ ├── LLPreferenceListView.java │ │ │ │ ├── LLPreferenceSlider.java │ │ │ │ └── LLPreferenceText.java │ │ │ │ ├── template │ │ │ │ └── LLTemplateAPI.java │ │ │ │ ├── util │ │ │ │ ├── AddItemDialog.java │ │ │ │ ├── ApiProvider.java │ │ │ │ ├── BindingEditDialog.java │ │ │ │ ├── EmptyService.java │ │ │ │ ├── FileAndDirectoryPickerDialog.java │ │ │ │ ├── FileProvider.java │ │ │ │ ├── Indentation.java │ │ │ │ ├── LightningLWPService.java │ │ │ │ ├── LruCache.java │ │ │ │ ├── MPReceiver.java │ │ │ │ ├── PhoneUtils.java │ │ │ │ ├── ScriptPickerDialog.java │ │ │ │ ├── ScriptService.java │ │ │ │ ├── Search.java │ │ │ │ ├── SetVariableDialog.java │ │ │ │ ├── Setup.java │ │ │ │ └── ShortcutReceiver.java │ │ │ │ └── views │ │ │ │ ├── BoxEditorView.java │ │ │ │ ├── BubbleLayout.java │ │ │ │ ├── CropperView.java │ │ │ │ ├── CustomizeItemView.java │ │ │ │ ├── EditBarHiderView.java │ │ │ │ ├── EditTextIme.java │ │ │ │ ├── EventFrameLayout.java │ │ │ │ ├── FillLinearLayout.java │ │ │ │ ├── HierarchyScreen.java │ │ │ │ ├── ImageWallpaperView.java │ │ │ │ ├── MyViewPager.java │ │ │ │ └── SnappingContext.java │ │ └── res │ │ │ ├── anim │ │ │ ├── fade_in.xml │ │ │ ├── fade_out.xml │ │ │ ├── scale_in.xml │ │ │ ├── scale_out.xml │ │ │ ├── slide_down.xml │ │ │ ├── slide_down_back.xml │ │ │ ├── slide_left.xml │ │ │ ├── slide_left_back.xml │ │ │ ├── slide_right.xml │ │ │ ├── slide_right_back.xml │ │ │ ├── slide_up.xml │ │ │ └── slide_up_back.xml │ │ │ ├── color │ │ │ └── eb_btn_text.xml │ │ │ ├── drawable-hdpi │ │ │ ├── ab_bg_v9.9.png │ │ │ ├── arrow_down_v9.png │ │ │ ├── arrow_up_v9.png │ │ │ ├── badge_red.9.png │ │ │ ├── btn_cab_done_default_holo_light.9.png │ │ │ ├── btn_cab_done_focused_holo_light.9.png │ │ │ ├── btn_cab_done_pressed_holo_light.9.png │ │ │ ├── bubble_v9.9.png │ │ │ ├── crop_height.png │ │ │ ├── crop_width.png │ │ │ ├── ic_launcher.png │ │ │ └── status_bar_close_on.9.png │ │ │ ├── drawable-v21 │ │ │ ├── ab_btn_bg.xml │ │ │ └── bubble_item_bg.xml │ │ │ ├── drawable-xhdpi │ │ │ └── drawer_shadow.9.png │ │ │ ├── drawable-xxhdpi-v21 │ │ │ └── ab_bg.xml │ │ │ ├── drawable-xxhdpi │ │ │ ├── ab_bg_v13.9.png │ │ │ ├── all_apps.png │ │ │ ├── arrow_down_v13.png │ │ │ ├── arrow_up_v13.png │ │ │ ├── backup.png │ │ │ ├── bubble_v13.9.png │ │ │ ├── icon.png │ │ │ ├── move_bottom.png │ │ │ ├── move_down.png │ │ │ ├── move_top.png │ │ │ ├── move_up.png │ │ │ ├── script_editor.png │ │ │ └── settings.png │ │ │ ├── drawable │ │ │ ├── ab_btn_bg.xml │ │ │ ├── bubble_item_bg.xml │ │ │ └── eb_btn_bg.xml │ │ │ ├── layout │ │ │ ├── add_dialog.xml │ │ │ ├── add_dialog_cat.xml │ │ │ ├── app_drawer_x.xml │ │ │ ├── appwidgetpicker.xml │ │ │ ├── backup_restore.xml │ │ │ ├── box_config.xml │ │ │ ├── bubble.xml │ │ │ ├── bubble_item.xml │ │ │ ├── customize.xml │ │ │ ├── dashboard.xml │ │ │ ├── dialog_apply_tmpl.xml │ │ │ ├── dialog_rect.xml │ │ │ ├── dialog_search.xml │ │ │ ├── dialog_select_script.xml │ │ │ ├── edit_box_item.xml │ │ │ ├── edit_controls.xml │ │ │ ├── edit_script_dialog.xml │ │ │ ├── event_action_setup.xml │ │ │ ├── file_dir_picker_dialog.xml │ │ │ ├── hierarchy_item.xml │ │ │ ├── hierarchy_pane.xml │ │ │ ├── hint.xml │ │ │ ├── image_cropper.xml │ │ │ ├── image_picker.xml │ │ │ ├── item.xml │ │ │ ├── ll_pref_binding_dialog.xml │ │ │ ├── llpref_slider.xml │ │ │ ├── lockscreen.xml │ │ │ ├── lwp.xml │ │ │ ├── override_preference.xml │ │ │ ├── permission_hint.xml │ │ │ ├── sc_btn.xml │ │ │ ├── screen.xml │ │ │ ├── screen_manager.xml │ │ │ ├── script_editor.xml │ │ │ ├── set_var_dialog.xml │ │ │ └── two_lines_list_item.xml │ │ │ ├── menu │ │ │ ├── customize.xml │ │ │ └── root_settings.xml │ │ │ ├── values-v13 │ │ │ └── styles.xml │ │ │ ├── values-v14 │ │ │ └── styles.xml │ │ │ ├── values-v21 │ │ │ └── styles.xml │ │ │ ├── values-w600dp-v14 │ │ │ └── styles.xml │ │ │ ├── values-w600dp │ │ │ └── styles.xml │ │ │ ├── values │ │ │ ├── dslv_attrs.xml │ │ │ └── styles.xml │ │ │ └── xml │ │ │ ├── lwp.xml │ │ │ ├── preference_root.xml │ │ │ └── shortcuts.xml │ │ └── trial │ │ ├── AndroidManifest.xml │ │ ├── aidl │ │ └── com │ │ │ └── android │ │ │ └── vending │ │ │ └── billing │ │ │ └── IInAppBillingService.aidl │ │ ├── java │ │ └── net │ │ │ └── pierrox │ │ │ └── lightning_launcher │ │ │ ├── LLAppTrial.java │ │ │ ├── activities │ │ │ └── AppUnlocker.java │ │ │ └── iab │ │ │ ├── Base64.java │ │ │ ├── Base64DecoderException.java │ │ │ ├── IabException.java │ │ │ ├── IabHelper.java │ │ │ ├── IabResult.java │ │ │ ├── Inventory.java │ │ │ ├── Purchase.java │ │ │ ├── Security.java │ │ │ └── SkuDetails.java │ │ └── res │ │ ├── drawable-nodpi │ │ ├── p1.png │ │ ├── p2.png │ │ ├── p3.png │ │ └── p4.png │ │ ├── drawable-xxhdpi │ │ ├── download.png │ │ └── full.png │ │ ├── layout │ │ ├── add_dialog_item.xml │ │ └── app_unlocker.xml │ │ ├── values-v11 │ │ └── styles.xml │ │ ├── values-v21 │ │ └── styles.xml │ │ └── values │ │ ├── iab.xml │ │ └── styles.xml │ ├── build.gradle │ ├── core │ ├── .gitignore │ ├── build.gradle │ ├── libs │ │ └── dx.jar │ ├── proguard-rules.pro │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ ├── assets │ │ └── icons.ttf │ │ ├── java │ │ ├── com │ │ │ ├── faendir │ │ │ │ └── rhino_android │ │ │ │ │ ├── AndroidClassLoader.java │ │ │ │ │ ├── AndroidContextFactory.java │ │ │ │ │ ├── NoSecurityController.java │ │ │ │ │ └── RhinoAndroidHelper.java │ │ │ ├── readystatesoftware │ │ │ │ └── systembartint │ │ │ │ │ └── SystemBarTintManager.java │ │ │ └── twofortyfouram │ │ │ │ └── locale │ │ │ │ └── Intent.java │ │ ├── net │ │ │ ├── dinglisch │ │ │ │ └── android │ │ │ │ │ └── tasker │ │ │ │ │ ├── ActionCodes.java │ │ │ │ │ ├── TaskerIntent.java │ │ │ │ │ └── TaskerPlugin.java │ │ │ ├── margaritov │ │ │ │ └── preference │ │ │ │ │ └── colorpicker │ │ │ │ │ ├── AlphaPatternDrawable.java │ │ │ │ │ ├── ColorPickerDialog.java │ │ │ │ │ ├── ColorPickerPanelView.java │ │ │ │ │ └── ColorPickerView.java │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ ├── API.java │ │ │ │ ├── LLApp.java │ │ │ │ ├── Version.java │ │ │ │ ├── activities │ │ │ │ ├── MultiPurposeTransparentActivity.java │ │ │ │ ├── ResourceWrapperActivity.java │ │ │ │ └── ResourcesWrapperHelper.java │ │ │ │ ├── configuration │ │ │ │ ├── DynamicTextConfig.java │ │ │ │ ├── FolderConfig.java │ │ │ │ ├── FolderConfigStylable.java │ │ │ │ ├── GlobalConfig.java │ │ │ │ ├── ItemConfig.java │ │ │ │ ├── ItemConfigStylable.java │ │ │ │ ├── JsonFields.java │ │ │ │ ├── PageConfig.java │ │ │ │ ├── ShortcutConfig.java │ │ │ │ ├── ShortcutConfigStylable.java │ │ │ │ └── SystemConfig.java │ │ │ │ ├── data │ │ │ │ ├── Box.java │ │ │ │ ├── ContainerPath.java │ │ │ │ ├── CustomView.java │ │ │ │ ├── DynamicText.java │ │ │ │ ├── EmbeddedFolder.java │ │ │ │ ├── Error.java │ │ │ │ ├── EventAction.java │ │ │ │ ├── FileUtils.java │ │ │ │ ├── Folder.java │ │ │ │ ├── GmailContract.java │ │ │ │ ├── IconPack.java │ │ │ │ ├── Item.java │ │ │ │ ├── JsonLoader.java │ │ │ │ ├── LightningIntent.java │ │ │ │ ├── Page.java │ │ │ │ ├── PageIndicator.java │ │ │ │ ├── PageProcessor.java │ │ │ │ ├── Shortcut.java │ │ │ │ ├── StopPoint.java │ │ │ │ ├── Unlocker.java │ │ │ │ ├── Utils.java │ │ │ │ └── Widget.java │ │ │ │ ├── engine │ │ │ │ ├── LightningEngine.java │ │ │ │ ├── Screen.java │ │ │ │ └── variable │ │ │ │ │ ├── BatteryDataCollector.java │ │ │ │ │ ├── Binding.java │ │ │ │ │ ├── BuiltinDataCollectors.java │ │ │ │ │ ├── BuiltinVariable.java │ │ │ │ │ ├── CpuDataCollector.java │ │ │ │ │ ├── DataCollector.java │ │ │ │ │ ├── PollingDataCollector.java │ │ │ │ │ ├── StorageDataCollector.java │ │ │ │ │ ├── Target.java │ │ │ │ │ ├── TimeDataCollector.java │ │ │ │ │ ├── Value.java │ │ │ │ │ ├── Variable.java │ │ │ │ │ └── VariableManager.java │ │ │ │ ├── overlay │ │ │ │ └── WindowService.java │ │ │ │ ├── prefs │ │ │ │ └── DialogPreferenceSlider.java │ │ │ │ ├── script │ │ │ │ ├── Script.java │ │ │ │ ├── ScriptExecutor.java │ │ │ │ ├── ScriptManager.java │ │ │ │ └── api │ │ │ │ │ ├── Android.java │ │ │ │ │ ├── Array.java │ │ │ │ │ ├── Binding.java │ │ │ │ │ ├── Box.java │ │ │ │ │ ├── Configuration.java │ │ │ │ │ ├── Container.java │ │ │ │ │ ├── CustomView.java │ │ │ │ │ ├── Desktop.java │ │ │ │ │ ├── Event.java │ │ │ │ │ ├── EventHandler.java │ │ │ │ │ ├── Folder.java │ │ │ │ │ ├── Image.java │ │ │ │ │ ├── ImageAnimation.java │ │ │ │ │ ├── ImageBitmap.java │ │ │ │ │ ├── ImageNinePatch.java │ │ │ │ │ ├── ImageScript.java │ │ │ │ │ ├── ImageSvg.java │ │ │ │ │ ├── Item.java │ │ │ │ │ ├── LL.java │ │ │ │ │ ├── Lightning.java │ │ │ │ │ ├── Menu.java │ │ │ │ │ ├── PageIndicator.java │ │ │ │ │ ├── Panel.java │ │ │ │ │ ├── Property.java │ │ │ │ │ ├── PropertyEditor.java │ │ │ │ │ ├── PropertySet.java │ │ │ │ │ ├── RectL.java │ │ │ │ │ ├── Script.java │ │ │ │ │ ├── Shortcut.java │ │ │ │ │ ├── StopPoint.java │ │ │ │ │ ├── VariableEditor.java │ │ │ │ │ ├── VariableSet.java │ │ │ │ │ ├── palette │ │ │ │ │ ├── ColorCutQuantizer.java │ │ │ │ │ ├── ColorHistogram.java │ │ │ │ │ ├── ColorUtils.java │ │ │ │ │ └── Palette.java │ │ │ │ │ ├── screen │ │ │ │ │ ├── ActivityScreen.java │ │ │ │ │ ├── HomeScreen.java │ │ │ │ │ └── Screen.java │ │ │ │ │ └── svg │ │ │ │ │ ├── SvgElement.java │ │ │ │ │ ├── SvgGroup.java │ │ │ │ │ ├── SvgLinearGradient.java │ │ │ │ │ ├── SvgPath.java │ │ │ │ │ ├── SvgRadialGradient.java │ │ │ │ │ └── SvgSvg.java │ │ │ │ ├── util │ │ │ │ ├── AnimatedGifDecoder.java │ │ │ │ ├── AnimatedGifEncoder.java │ │ │ │ ├── AnimationDecoder.java │ │ │ │ ├── FireReceiver.java │ │ │ │ ├── LZWEncoder.java │ │ │ │ ├── NeuQuant.java │ │ │ │ └── ResourcesWrapper.java │ │ │ │ └── views │ │ │ │ ├── BoxLayout.java │ │ │ │ ├── FolderView.java │ │ │ │ ├── Graphics.java │ │ │ │ ├── HandleView.java │ │ │ │ ├── HolographicOutlineHelper.java │ │ │ │ ├── IconLabelView.java │ │ │ │ ├── IconView.java │ │ │ │ ├── ItemLayout.java │ │ │ │ ├── MyAppWidgetHostView.java │ │ │ │ ├── MyNinePatchDrawable.java │ │ │ │ ├── MyTextView.java │ │ │ │ ├── NativeImage.java │ │ │ │ ├── NativeWallpaperView.java │ │ │ │ ├── RingUnlockerView.java │ │ │ │ ├── SharedAsyncGraphicsDrawable.java │ │ │ │ ├── SystemUIHelper.java │ │ │ │ ├── TouchEventInterceptor.java │ │ │ │ ├── TransformLayout.java │ │ │ │ ├── WallpaperView.java │ │ │ │ └── item │ │ │ │ ├── CustomViewView.java │ │ │ │ ├── EmbeddedFolderView.java │ │ │ │ ├── ErrorItemView.java │ │ │ │ ├── ItemView.java │ │ │ │ ├── PageIndicatorView.java │ │ │ │ ├── ShortcutView.java │ │ │ │ ├── StopPointView.java │ │ │ │ ├── UnlockerView.java │ │ │ │ └── WidgetView.java │ │ └── org │ │ │ └── mozilla │ │ │ ├── classfile │ │ │ ├── ByteCode.java │ │ │ └── ClassFileWriter.java │ │ │ └── javascript │ │ │ ├── Arguments.java │ │ │ ├── BaseFunction.java │ │ │ ├── BoundFunction.java │ │ │ ├── Callable.java │ │ │ ├── ClassCache.java │ │ │ ├── ClassShutter.java │ │ │ ├── CodeGenerator.java │ │ │ ├── CompilerEnvirons.java │ │ │ ├── ConsString.java │ │ │ ├── ConstProperties.java │ │ │ ├── Context.java │ │ │ ├── ContextAction.java │ │ │ ├── ContextFactory.java │ │ │ ├── ContextListener.java │ │ │ ├── ContinuationPending.java │ │ │ ├── DToA.java │ │ │ ├── Decompiler.java │ │ │ ├── DefaultErrorReporter.java │ │ │ ├── DefiningClassLoader.java │ │ │ ├── Delegator.java │ │ │ ├── EcmaError.java │ │ │ ├── ErrorReporter.java │ │ │ ├── Evaluator.java │ │ │ ├── EvaluatorException.java │ │ │ ├── Function.java │ │ │ ├── FunctionObject.java │ │ │ ├── GeneratedClassLoader.java │ │ │ ├── IRFactory.java │ │ │ ├── Icode.java │ │ │ ├── IdFunctionCall.java │ │ │ ├── IdFunctionObject.java │ │ │ ├── IdScriptableObject.java │ │ │ ├── ImporterTopLevel.java │ │ │ ├── InterfaceAdapter.java │ │ │ ├── InterpretedFunction.java │ │ │ ├── Interpreter.java │ │ │ ├── InterpreterData.java │ │ │ ├── JavaAdapter.java │ │ │ ├── JavaMembers.java │ │ │ ├── JavaScriptException.java │ │ │ ├── Kit.java │ │ │ ├── LazilyLoadedCtor.java │ │ │ ├── MemberBox.java │ │ │ ├── NativeArray.java │ │ │ ├── NativeBoolean.java │ │ │ ├── NativeCall.java │ │ │ ├── NativeContinuation.java │ │ │ ├── NativeDate.java │ │ │ ├── NativeError.java │ │ │ ├── NativeFunction.java │ │ │ ├── NativeGenerator.java │ │ │ ├── NativeGlobal.java │ │ │ ├── NativeIterator.java │ │ │ ├── NativeJSON.java │ │ │ ├── NativeJavaArray.java │ │ │ ├── NativeJavaClass.java │ │ │ ├── NativeJavaConstructor.java │ │ │ ├── NativeJavaMethod.java │ │ │ ├── NativeJavaObject.java │ │ │ ├── NativeJavaPackage.java │ │ │ ├── NativeJavaTopPackage.java │ │ │ ├── NativeMath.java │ │ │ ├── NativeNumber.java │ │ │ ├── NativeObject.java │ │ │ ├── NativeScript.java │ │ │ ├── NativeString.java │ │ │ ├── NativeWith.java │ │ │ ├── Node.java │ │ │ ├── NodeTransformer.java │ │ │ ├── ObjArray.java │ │ │ ├── ObjToIntMap.java │ │ │ ├── Parser.java │ │ │ ├── PolicySecurityController.java │ │ │ ├── Ref.java │ │ │ ├── RefCallable.java │ │ │ ├── RegExpProxy.java │ │ │ ├── RhinoException.java │ │ │ ├── RhinoSecurityManager.java │ │ │ ├── Script.java │ │ │ ├── ScriptRuntime.java │ │ │ ├── ScriptStackElement.java │ │ │ ├── Scriptable.java │ │ │ ├── ScriptableObject.java │ │ │ ├── SecureCaller.java │ │ │ ├── SecurityController.java │ │ │ ├── SecurityUtilities.java │ │ │ ├── SpecialRef.java │ │ │ ├── Synchronizer.java │ │ │ ├── Token.java │ │ │ ├── TokenStream.java │ │ │ ├── TopLevel.java │ │ │ ├── UintMap.java │ │ │ ├── Undefined.java │ │ │ ├── UniqueTag.java │ │ │ ├── VMBridge.java │ │ │ ├── WrapFactory.java │ │ │ ├── WrappedException.java │ │ │ ├── Wrapper.java │ │ │ ├── annotations │ │ │ ├── JSConstructor.java │ │ │ ├── JSFunction.java │ │ │ ├── JSGetter.java │ │ │ ├── JSSetter.java │ │ │ └── JSStaticFunction.java │ │ │ ├── ast │ │ │ ├── ArrayComprehension.java │ │ │ ├── ArrayComprehensionLoop.java │ │ │ ├── ArrayLiteral.java │ │ │ ├── Assignment.java │ │ │ ├── AstNode.java │ │ │ ├── AstRoot.java │ │ │ ├── Block.java │ │ │ ├── BreakStatement.java │ │ │ ├── CatchClause.java │ │ │ ├── Comment.java │ │ │ ├── ConditionalExpression.java │ │ │ ├── ContinueStatement.java │ │ │ ├── DestructuringForm.java │ │ │ ├── DoLoop.java │ │ │ ├── ElementGet.java │ │ │ ├── EmptyExpression.java │ │ │ ├── EmptyStatement.java │ │ │ ├── ErrorCollector.java │ │ │ ├── ErrorNode.java │ │ │ ├── ExpressionStatement.java │ │ │ ├── ForInLoop.java │ │ │ ├── ForLoop.java │ │ │ ├── FunctionCall.java │ │ │ ├── FunctionNode.java │ │ │ ├── GeneratorExpression.java │ │ │ ├── GeneratorExpressionLoop.java │ │ │ ├── IdeErrorReporter.java │ │ │ ├── IfStatement.java │ │ │ ├── InfixExpression.java │ │ │ ├── Jump.java │ │ │ ├── KeywordLiteral.java │ │ │ ├── Label.java │ │ │ ├── LabeledStatement.java │ │ │ ├── LetNode.java │ │ │ ├── Loop.java │ │ │ ├── Name.java │ │ │ ├── NewExpression.java │ │ │ ├── NodeVisitor.java │ │ │ ├── NumberLiteral.java │ │ │ ├── ObjectLiteral.java │ │ │ ├── ObjectProperty.java │ │ │ ├── ParenthesizedExpression.java │ │ │ ├── ParseProblem.java │ │ │ ├── PropertyGet.java │ │ │ ├── RegExpLiteral.java │ │ │ ├── ReturnStatement.java │ │ │ ├── Scope.java │ │ │ ├── ScriptNode.java │ │ │ ├── StringLiteral.java │ │ │ ├── SwitchCase.java │ │ │ ├── SwitchStatement.java │ │ │ ├── Symbol.java │ │ │ ├── ThrowStatement.java │ │ │ ├── TryStatement.java │ │ │ ├── UnaryExpression.java │ │ │ ├── VariableDeclaration.java │ │ │ ├── VariableInitializer.java │ │ │ ├── WhileLoop.java │ │ │ ├── WithStatement.java │ │ │ ├── XmlDotQuery.java │ │ │ ├── XmlElemRef.java │ │ │ ├── XmlExpression.java │ │ │ ├── XmlFragment.java │ │ │ ├── XmlLiteral.java │ │ │ ├── XmlMemberGet.java │ │ │ ├── XmlPropRef.java │ │ │ ├── XmlRef.java │ │ │ ├── XmlString.java │ │ │ └── Yield.java │ │ │ ├── commonjs │ │ │ └── module │ │ │ │ ├── ModuleScope.java │ │ │ │ ├── ModuleScript.java │ │ │ │ ├── ModuleScriptProvider.java │ │ │ │ ├── Require.java │ │ │ │ ├── RequireBuilder.java │ │ │ │ └── provider │ │ │ │ ├── CachingModuleScriptProviderBase.java │ │ │ │ ├── DefaultUrlConnectionExpiryCalculator.java │ │ │ │ ├── ModuleSource.java │ │ │ │ ├── ModuleSourceProvider.java │ │ │ │ ├── ModuleSourceProviderBase.java │ │ │ │ ├── MultiModuleScriptProvider.java │ │ │ │ ├── ParsedContentType.java │ │ │ │ ├── SoftCachingModuleScriptProvider.java │ │ │ │ ├── StrongCachingModuleScriptProvider.java │ │ │ │ ├── UrlConnectionExpiryCalculator.java │ │ │ │ ├── UrlConnectionSecurityDomainProvider.java │ │ │ │ └── UrlModuleSourceProvider.java │ │ │ ├── debug │ │ │ ├── DebugFrame.java │ │ │ ├── DebuggableObject.java │ │ │ ├── DebuggableScript.java │ │ │ └── Debugger.java │ │ │ ├── jdk13 │ │ │ └── VMBridge_jdk13.java │ │ │ ├── jdk15 │ │ │ └── VMBridge_jdk15.java │ │ │ ├── json │ │ │ └── JsonParser.java │ │ │ ├── optimizer │ │ │ ├── Block.java │ │ │ ├── ClassCompiler.java │ │ │ ├── Codegen.java │ │ │ ├── OptFunctionNode.java │ │ │ ├── OptRuntime.java │ │ │ ├── OptTransformer.java │ │ │ └── Optimizer.java │ │ │ ├── regexp │ │ │ ├── JreNativeRegExp.java │ │ │ └── JreRegExpImpl.java │ │ │ ├── resources │ │ │ └── Messages.properties │ │ │ ├── serialize │ │ │ ├── ScriptableInputStream.java │ │ │ └── ScriptableOutputStream.java │ │ │ ├── v8dtoa │ │ │ ├── CachedPowers.java │ │ │ ├── DiyFp.java │ │ │ ├── DoubleHelper.java │ │ │ ├── FastDtoa.java │ │ │ └── FastDtoaBuilder.java │ │ │ └── xml │ │ │ ├── XMLLib.java │ │ │ └── XMLObject.java │ │ ├── jni │ │ ├── Android.mk │ │ ├── Application.mk │ │ ├── CMakeLists.txt │ │ └── ll.c │ │ └── res │ │ ├── anim │ │ ├── sb_in.xml │ │ └── sb_out.xml │ │ ├── drawable-nodpi │ │ ├── handle_rotate_top.png │ │ ├── handle_scale_top.png │ │ └── handle_size_top.png │ │ ├── drawable-xhdpi │ │ ├── locked.png │ │ └── unlocked.png │ │ ├── drawable-xxhdpi │ │ ├── home.png │ │ ├── pin_x.png │ │ ├── pin_xy.png │ │ └── pin_y.png │ │ ├── layout │ │ ├── dialog_color_picker.xml │ │ ├── dialog_script.xml │ │ ├── llpref_slider_dialog.xml │ │ └── window.xml │ │ ├── values-v13 │ │ └── styles.xml │ │ ├── values-v21 │ │ └── styles.xml │ │ ├── values-v28 │ │ └── styles.xml │ │ └── values │ │ ├── do_not_translate.xml │ │ ├── public.xml │ │ ├── strings.xml │ │ └── styles.xml │ ├── gradle.properties │ ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── plugin-api │ ├── build.gradle │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ └── java │ │ └── net │ │ └── pierrox │ │ └── lightning_launcher │ │ ├── api │ │ ├── ScreenIdentity.java │ │ ├── Script.java │ │ └── ScriptException.java │ │ └── plugin │ │ └── IScriptService.java │ ├── settings.gradle │ ├── staging │ ├── Allow_animated_gif_in_folder_window_background.patch │ └── Label_rotation__Doesn_t_work_because_of_clipping_inside_the_TextView_onDraw___method.patch │ ├── wear │ ├── .gitignore │ ├── build.gradle │ ├── proguard-rules.pro │ ├── src │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── wear │ │ │ │ ├── LLAppWear.java │ │ │ │ ├── activities │ │ │ │ └── Starter.java │ │ │ │ └── overlay │ │ │ │ └── WearWindowService.java │ │ │ └── res │ │ │ ├── drawable-xxhdpi │ │ │ └── icon.png │ │ │ └── values │ │ │ └── strings.xml │ └── wear.iml │ └── wear_manager │ ├── .gitignore │ ├── build.gradle │ ├── proguard-rules.pro │ ├── src │ ├── androidTest │ │ └── java │ │ │ └── net │ │ │ └── pierrox │ │ │ └── lightning_launcher │ │ │ └── wear_manager │ │ │ └── ApplicationTest.java │ └── main │ │ ├── AndroidManifest.xml │ │ └── res │ │ ├── mipmap-hdpi │ │ └── ic_launcher.png │ │ ├── mipmap-mdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xhdpi │ │ └── ic_launcher.png │ │ ├── mipmap-xxhdpi │ │ └── ic_launcher.png │ │ └── values │ │ ├── strings.xml │ │ └── styles.xml │ └── wear_manager.iml ├── graphics └── font │ ├── Material-Design-Iconic-Font-2.2.ttf │ └── map.png ├── permissions ├── .gitignore ├── permission_access_coarse_location │ ├── app │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── permission_access_fine_location │ ├── app │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── permission_access_wifi_state │ ├── app │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ └── res │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── permission_internet │ ├── app │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── permission_media_content_control │ ├── app │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── permission_read_calendar │ ├── app │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── permission_read_call_log │ ├── app │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── permission_read_sms │ ├── app │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── permission_send_sms │ ├── app │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle └── permission_write_settings │ ├── app │ ├── build.gradle │ ├── proguard-rules.pro │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ └── res │ │ ├── drawable-hdpi │ │ └── ic_launcher.png │ │ └── values │ │ └── strings.xml │ ├── build.gradle │ ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── scripts ├── CalendarIcon │ ├── .gitignore │ ├── CalendarIcon.iml │ ├── LICENSE.md │ ├── app │ │ ├── .gitignore │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── calendar_icon │ │ │ │ ├── CalendarIcon.java │ │ │ │ └── Constants.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── layout │ │ │ └── two_lines_list_item.xml │ │ │ ├── raw │ │ │ └── calendar_icon_init.js │ │ │ └── values │ │ │ └── strings.xml │ ├── artwork │ │ ├── calendar_icon-512x512.png │ │ ├── device-2016-11-23-194056.png │ │ ├── device-2016-11-23-194138.png │ │ ├── device-2016-11-23-194226.png │ │ ├── feature.png │ │ └── feature.svg │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── Chronometer │ ├── .gitignore │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── dictionaries │ │ │ └── pierrot.xml │ │ ├── encodings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── runConfigurations.xml │ │ └── vcs.xml │ ├── Chronometer.iml │ ├── LICENSE.md │ ├── app │ │ ├── .gitignore │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── chronometer │ │ │ │ ├── Chronometer.java │ │ │ │ └── Constants.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── raw │ │ │ ├── chronometer_init.js │ │ │ ├── chronometer_menu.js │ │ │ ├── chronometer_paused.js │ │ │ ├── chronometer_resumed.js │ │ │ └── chronometer_tap.js │ │ │ └── values │ │ │ └── strings.xml │ ├── artwork │ │ ├── chronometer_512x512.png │ │ ├── device-2016-11-14-094920.png │ │ ├── device-2016-11-14-095003.png │ │ ├── device-2016-11-14-095636.png │ │ ├── device-2016-11-14-101829.png │ │ ├── feature.png │ │ ├── feature.svg │ │ └── feature.xcf │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── Clock │ ├── .gitignore │ ├── .idea │ │ ├── .name │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── encodings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── runConfigurations.xml │ │ ├── shelf │ │ │ └── Key_password.xml │ │ └── vcs.xml │ ├── Clock.iml │ ├── LICENSE.md │ ├── app │ │ ├── .gitignore │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── clock │ │ │ │ ├── Clock.java │ │ │ │ └── Constants.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_menu_delete.png │ │ │ ├── raw │ │ │ ├── clock_init.js │ │ │ ├── clock_menu.js │ │ │ ├── clock_paused.js │ │ │ └── clock_resumed.js │ │ │ └── values │ │ │ └── strings.xml │ ├── artwork │ │ ├── clock_512x512.png │ │ ├── device-2016-11-14-092413.png │ │ ├── device-2016-11-14-092431.png │ │ ├── device-2016-11-14-104041.png │ │ ├── feature.png │ │ ├── feature.svg │ │ └── feature.xcf │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ ├── projectFilesBackup │ │ └── .idea │ │ │ └── workspace.xml │ └── settings.gradle ├── Compass │ ├── .gitignore │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── encodings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── runConfigurations.xml │ │ └── vcs.xml │ ├── Compass.iml │ ├── LICENSE.md │ ├── SampleLLXScript.iml │ ├── app │ │ ├── .gitignore │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── compass │ │ │ │ ├── Compass.java │ │ │ │ └── Constants.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ ├── ic_counter.png │ │ │ └── ic_launcher.png │ │ │ ├── drawable-mdpi │ │ │ ├── ic_counter.png │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ ├── ic_counter.png │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xxhdpi │ │ │ ├── ic_counter.png │ │ │ └── ic_launcher.png │ │ │ ├── raw │ │ │ ├── compass_create.js │ │ │ ├── compass_init.js │ │ │ ├── compass_menu.js │ │ │ ├── compass_paused.js │ │ │ ├── compass_resumed.js │ │ │ └── compass_tap.js │ │ │ └── values │ │ │ └── strings.xml │ ├── artwork │ │ ├── compass-512x512.png │ │ ├── device-2016-11-16-112059.png │ │ ├── device-2016-11-16-112127.png │ │ ├── device-2016-11-16-112226.png │ │ ├── device-2016-11-16-112419.png │ │ ├── feature.png │ │ └── feature.svg │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ ├── projectFilesBackup │ │ └── .idea │ │ │ └── workspace.xml │ └── settings.gradle ├── ComponentName │ ├── .gitignore │ ├── .idea │ │ ├── .name │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── encodings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── scopes │ │ │ └── scope_settings.xml │ │ └── vcs.xml │ ├── ComponentName.iml │ ├── LICENSE.md │ ├── app │ │ ├── .gitignore │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── samplellxscript │ │ │ │ └── ApplicationTest.java │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── component_name │ │ │ │ ├── Constants.java │ │ │ │ └── Hello.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── raw │ │ │ └── component_name.js │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── FadeUnlocker │ ├── .gitignore │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── encodings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── runConfigurations.xml │ │ └── vcs.xml │ ├── FadeUnlocker.iml │ ├── LICENSE.md │ ├── app │ │ ├── .gitignore │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── fade_unlocker │ │ │ │ ├── Constants.java │ │ │ │ └── FadeUnlocker.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_menu_delete.png │ │ │ ├── raw │ │ │ ├── fade_unlocker_init.js │ │ │ ├── fade_unlocker_menu.js │ │ │ └── fade_unlocker_touch.js │ │ │ └── values │ │ │ └── strings.xml │ ├── artwork │ │ ├── banner.png │ │ ├── banner.xcf │ │ ├── device-2016-11-14-093422.png │ │ ├── device-2016-11-14-104542.png │ │ ├── fade_unlocker_512x512.png │ │ ├── feature.png │ │ └── feature.svg │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── LightningBlocks │ ├── .gitignore │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── encodings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── runConfigurations.xml │ │ └── vcs.xml │ ├── LICENSE.md │ ├── LightningBlocks.iml │ ├── app │ │ ├── .gitignore │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── blocks │ │ │ │ ├── Blocks.java │ │ │ │ └── Constants.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ ├── ic_chevron_left_black_24dp.png │ │ │ ├── ic_chevron_right_black_24dp.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_pause_black_24dp.png │ │ │ ├── ic_pause_circle_filled_black_24dp.png │ │ │ ├── ic_play_arrow_black_24dp.png │ │ │ ├── ic_play_circle_filled_black_24dp.png │ │ │ ├── ic_rotate_left_black_24dp.png │ │ │ ├── ic_rotate_right_black_24dp.png │ │ │ └── ic_stop_black_24dp.png │ │ │ ├── drawable-mdpi │ │ │ ├── ic_chevron_left_black_24dp.png │ │ │ ├── ic_chevron_right_black_24dp.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_pause_black_24dp.png │ │ │ ├── ic_pause_circle_filled_black_24dp.png │ │ │ ├── ic_play_arrow_black_24dp.png │ │ │ ├── ic_play_circle_filled_black_24dp.png │ │ │ ├── ic_rotate_left_black_24dp.png │ │ │ ├── ic_rotate_right_black_24dp.png │ │ │ └── ic_stop_black_24dp.png │ │ │ ├── drawable-xhdpi │ │ │ ├── ic_chevron_left_black_24dp.png │ │ │ ├── ic_chevron_right_black_24dp.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_pause_black_24dp.png │ │ │ ├── ic_pause_circle_filled_black_24dp.png │ │ │ ├── ic_play_arrow_black_24dp.png │ │ │ ├── ic_play_circle_filled_black_24dp.png │ │ │ ├── ic_rotate_left_black_24dp.png │ │ │ ├── ic_rotate_right_black_24dp.png │ │ │ └── ic_stop_black_24dp.png │ │ │ ├── drawable-xxhdpi │ │ │ ├── ic_chevron_left_black_24dp.png │ │ │ ├── ic_chevron_right_black_24dp.png │ │ │ ├── ic_launcher.png │ │ │ ├── ic_menu_delete.png │ │ │ ├── ic_pause_black_24dp.png │ │ │ ├── ic_pause_circle_filled_black_24dp.png │ │ │ ├── ic_play_arrow_black_24dp.png │ │ │ ├── ic_play_circle_filled_black_24dp.png │ │ │ ├── ic_rotate_left_black_24dp.png │ │ │ ├── ic_rotate_right_black_24dp.png │ │ │ └── ic_stop_black_24dp.png │ │ │ ├── drawable-xxxhdpi │ │ │ ├── ic_chevron_left_black_24dp.png │ │ │ ├── ic_chevron_right_black_24dp.png │ │ │ ├── ic_pause_black_24dp.png │ │ │ ├── ic_pause_circle_filled_black_24dp.png │ │ │ ├── ic_play_arrow_black_24dp.png │ │ │ ├── ic_play_circle_filled_black_24dp.png │ │ │ ├── ic_rotate_left_black_24dp.png │ │ │ ├── ic_rotate_right_black_24dp.png │ │ │ └── ic_stop_black_24dp.png │ │ │ ├── raw │ │ │ ├── blocks_btn.js │ │ │ └── blocks_init.js │ │ │ └── values │ │ │ └── strings.xml │ ├── artwork │ │ ├── feature.png │ │ └── feature.xcf │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── SampleLLXScript-test │ ├── .gitignore │ ├── .idea │ │ ├── .name │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── encodings.xml │ │ ├── gradle.xml │ │ ├── libraries │ │ │ ├── commons_lang3_3_4.xml │ │ │ ├── scriptlib_2_2.xml │ │ │ └── support_annotations_24_0_0.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── runConfigurations.xml │ │ └── vcs.xml │ ├── SampleLLXScript-test.iml │ ├── SampleLLXScript.iml │ ├── app │ │ ├── .gitignore │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── samplellxscript │ │ │ │ └── ApplicationTest.java │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── samplellxscript │ │ │ │ ├── Constants.java │ │ │ │ ├── Hello.java │ │ │ │ └── Main.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── raw │ │ │ ├── hello.js │ │ │ ├── images.js │ │ │ ├── position.js │ │ │ ├── test_container.js │ │ │ └── wallpaper.js │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── SampleLLXScript │ ├── .gitignore │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── encodings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── runConfigurations.xml │ │ └── vcs.xml │ ├── LICENSE.md │ ├── SampleLLXScript.iml │ ├── app │ │ ├── .gitignore │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── samplellxscript │ │ │ │ ├── Constants.java │ │ │ │ ├── Counter.java │ │ │ │ └── Hello.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ ├── ic_counter.png │ │ │ └── ic_launcher.png │ │ │ ├── drawable-mdpi │ │ │ ├── ic_counter.png │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ ├── ic_counter.png │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xxhdpi │ │ │ ├── ic_counter.png │ │ │ └── ic_launcher.png │ │ │ ├── raw │ │ │ ├── counter_init.js │ │ │ ├── counter_menu.js │ │ │ ├── counter_paused.js │ │ │ ├── counter_resumed.js │ │ │ ├── counter_tap.js │ │ │ └── hello.js │ │ │ └── values │ │ │ └── strings.xml │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ ├── projectFilesBackup │ │ └── .idea │ │ │ └── workspace.xml │ └── settings.gradle ├── Sketch │ ├── .gitignore │ ├── .idea │ │ ├── compiler.xml │ │ ├── copyright │ │ │ └── profiles_settings.xml │ │ ├── encodings.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ ├── runConfigurations.xml │ │ └── vcs.xml │ ├── LICENSE.md │ ├── Sketch.iml │ ├── app │ │ ├── .gitignore │ │ ├── app.iml │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── samplellxscript │ │ │ │ └── ApplicationTest.java │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── net │ │ │ │ └── pierrox │ │ │ │ └── lightning_launcher │ │ │ │ └── llscript │ │ │ │ └── sketch │ │ │ │ ├── Constants.java │ │ │ │ └── Sketch.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── raw │ │ │ ├── sketch_btn.js │ │ │ ├── sketch_init.js │ │ │ ├── sketch_library.js │ │ │ └── sketch_touch.js │ │ │ └── values │ │ │ └── strings.xml │ ├── artwork │ │ ├── device-2016-11-14-091555.png │ │ ├── device-2016-11-14-091620.png │ │ ├── device-2016-11-14-105047.png │ │ ├── feature.png │ │ ├── feature.svg │ │ ├── feature.xcf │ │ └── sketch_512x512.png │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle └── WeekDay │ ├── .gitignore │ ├── .idea │ ├── compiler.xml │ ├── copyright │ │ └── profiles_settings.xml │ ├── encodings.xml │ ├── gradle.xml │ ├── misc.xml │ ├── modules.xml │ ├── runConfigurations.xml │ └── vcs.xml │ ├── LICENSE.md │ ├── WeekDay.iml │ ├── app │ ├── .gitignore │ ├── app.iml │ ├── build.gradle │ ├── proguard-rules.pro │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ ├── java │ │ └── net │ │ │ └── pierrox │ │ │ └── lightning_launcher │ │ │ └── llscript │ │ │ └── week_day │ │ │ ├── Constants.java │ │ │ └── WeekDay.java │ │ └── res │ │ ├── drawable-hdpi │ │ └── ic_launcher.png │ │ ├── drawable-mdpi │ │ └── ic_launcher.png │ │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ │ ├── raw │ │ ├── week_day_init.js │ │ └── week_day_menu.js │ │ └── values │ │ └── strings.xml │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle └── translations ├── .gitignore ├── build_all.sh ├── descriptions ├── catalan.txt ├── chinese.txt ├── cz.txt ├── de.txt ├── dutch.txt ├── fi.txt ├── gr.txt ├── hu.txt ├── indonesian.txt ├── jp.txt ├── pl.txt ├── ptbr.txt ├── ro.txt ├── ru.txt ├── sp.txt └── swe.txt ├── lllp_ca ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_cs ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_de ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_dv ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ └── public.xml ├── lllp_el ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_es ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_fi ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_fr ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_hr ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ └── public.xml ├── lllp_hu ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_id ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_it ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_ja ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_ko ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_nl ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_pl ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_pt-rBR ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_pt-rPT ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ └── public.xml ├── lllp_ro ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_ru ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_sk ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_sv ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_tr ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-ldpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_uk ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_vi ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_zh ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── lllp_zhTW ├── .classpath ├── .project ├── AndroidManifest.xml ├── build.xml ├── local.properties ├── proguard-project.txt ├── project.properties └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-ldpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ └── values │ ├── public.xml │ └── strings.xml ├── reference └── res │ ├── cancel.sh │ ├── confirm.sh │ ├── values-ca │ └── strings.xml │ ├── values-cs │ └── strings.xml │ ├── values-de │ └── strings.xml │ ├── values-dv-rMV │ └── strings.xml │ ├── values-el │ └── strings.xml │ ├── values-en │ └── strings.xml │ ├── values-es │ └── strings.xml │ ├── values-fi │ └── strings.xml │ ├── values-fr │ └── strings.xml │ ├── values-hr │ └── strings.xml │ ├── values-hu │ └── strings.xml │ ├── values-id │ └── strings.xml │ ├── values-it │ └── strings.xml │ ├── values-ja │ └── strings.xml │ ├── values-ko │ └── strings.xml │ ├── values-nl │ └── strings.xml │ ├── values-pl │ └── strings.xml │ ├── values-pt-rBR │ └── strings.xml │ ├── values-pt-rPT │ └── strings.xml │ ├── values-ro │ └── strings.xml │ ├── values-ru │ └── strings.xml │ ├── values-sk │ └── strings.xml │ ├── values-sv │ └── strings.xml │ ├── values-tr │ └── strings.xml │ ├── values-vi │ └── strings.xml │ ├── values-zh-rTW │ └── strings.xml │ ├── values-zh │ └── strings.xml │ ├── values │ └── strings.xml │ └── view_diffs.sh └── uninstall_all.sh /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/README.md -------------------------------------------------------------------------------- /app/llx/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | .idea 3 | build 4 | captures 5 | local.properties 6 | .DS_Store 7 | -------------------------------------------------------------------------------- /app/llx/api_doc/doc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/doc.sh -------------------------------------------------------------------------------- /app/llx/api_doc/doclava-1.0.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/doclava-1.0.6.jar -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/customizations.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/customizations.css -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/customizations.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/doclava-developer-core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/doclava-developer-core.css -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/doclava-developer-docs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/doclava-developer-docs.css -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/doclava-developer-docs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/doclava-developer-docs.js -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/bg_fade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/bg_fade.jpg -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/bg_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/bg_logo.png -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/body-gradient-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/body-gradient-tab.png -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/body-gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/body-gradient.png -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/grad-rule-qv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/grad-rule-qv.png -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/hr_gray_main.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/hr_gray_main.jpg -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/hr_gray_side.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/hr_gray_side.jpg -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/left_off.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/left_off.jpg -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/left_on.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/left_on.jpg -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/preliminary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/preliminary.png -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/resizable-e.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/resizable-e.gif -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/resizable-e2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/resizable-e2.gif -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/resizable-eg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/resizable-eg.gif -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/resizable-s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/resizable-s.gif -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/resizable-s2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/resizable-s2.gif -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/resizable-sg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/resizable-sg.gif -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/right_off.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/right_off.jpg -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/right_on.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/right_on.jpg -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/sidenav-rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/sidenav-rule.png -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/spacer.gif -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/triangle-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/triangle-closed.png -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/images/triangle-opened.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/images/triangle-opened.png -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/jquery-history.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/jquery-history.js -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/jquery-resizable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/jquery-resizable.min.js -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/navtree_data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/navtree_data.js -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/prettify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/prettify.js -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/search_autocomplete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/search_autocomplete.js -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/style.css -------------------------------------------------------------------------------- /app/llx/api_doc/html/assets/triangle-none.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/assets/triangle-none.gif -------------------------------------------------------------------------------- /app/llx/api_doc/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/index.html -------------------------------------------------------------------------------- /app/llx/api_doc/html/reference/classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/reference/classes.html -------------------------------------------------------------------------------- /app/llx/api_doc/html/reference/current.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/reference/current.xml -------------------------------------------------------------------------------- /app/llx/api_doc/html/reference/hierarchy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/reference/hierarchy.html -------------------------------------------------------------------------------- /app/llx/api_doc/html/reference/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/reference/index.html -------------------------------------------------------------------------------- /app/llx/api_doc/html/reference/lists.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/reference/lists.js -------------------------------------------------------------------------------- /app/llx/api_doc/html/reference/package-list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/reference/package-list -------------------------------------------------------------------------------- /app/llx/api_doc/html/reference/packages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/html/reference/packages.html -------------------------------------------------------------------------------- /app/llx/api_doc/overview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/api_doc/overview.html -------------------------------------------------------------------------------- /app/llx/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /app/llx/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/build.gradle -------------------------------------------------------------------------------- /app/llx/app/proguard.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/proguard.cfg -------------------------------------------------------------------------------- /app/llx/app/src/extreme/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/extreme/AndroidManifest.xml -------------------------------------------------------------------------------- /app/llx/app/src/extreme/res/layout/add_dialog_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/extreme/res/layout/add_dialog_item.xml -------------------------------------------------------------------------------- /app/llx/app/src/extreme/res/layout/event_action_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/extreme/res/layout/event_action_item.xml -------------------------------------------------------------------------------- /app/llx/app/src/extreme/res/layout/purchase_process.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/extreme/res/layout/purchase_process.xml -------------------------------------------------------------------------------- /app/llx/app/src/extreme/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/extreme/res/values-v11/styles.xml -------------------------------------------------------------------------------- /app/llx/app/src/extreme/res/values-v21/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/extreme/res/values-v21/styles.xml -------------------------------------------------------------------------------- /app/llx/app/src/extreme/res/values/do_not_translate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/extreme/res/values/do_not_translate.xml -------------------------------------------------------------------------------- /app/llx/app/src/extreme/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/extreme/res/values/styles.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/fade_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/fade_in.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/fade_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/fade_out.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/scale_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/scale_in.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/scale_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/scale_out.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/slide_down.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/slide_down.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/slide_down_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/slide_down_back.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/slide_left.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/slide_left.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/slide_left_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/slide_left_back.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/slide_right.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/slide_right.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/slide_right_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/slide_right_back.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/slide_up.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/slide_up.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/anim/slide_up_back.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/anim/slide_up_back.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/color/eb_btn_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/color/eb_btn_text.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-hdpi/ab_bg_v9.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-hdpi/ab_bg_v9.9.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-hdpi/arrow_down_v9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-hdpi/arrow_down_v9.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-hdpi/arrow_up_v9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-hdpi/arrow_up_v9.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-hdpi/badge_red.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-hdpi/badge_red.9.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-hdpi/bubble_v9.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-hdpi/bubble_v9.9.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-hdpi/crop_height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-hdpi/crop_height.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-hdpi/crop_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-hdpi/crop_width.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-v21/ab_btn_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-v21/ab_btn_bg.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-v21/bubble_item_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-v21/bubble_item_bg.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-xxhdpi-v21/ab_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-xxhdpi-v21/ab_bg.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-xxhdpi/ab_bg_v13.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-xxhdpi/ab_bg_v13.9.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-xxhdpi/all_apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-xxhdpi/all_apps.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-xxhdpi/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-xxhdpi/backup.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-xxhdpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-xxhdpi/icon.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-xxhdpi/move_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-xxhdpi/move_bottom.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-xxhdpi/move_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-xxhdpi/move_down.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-xxhdpi/move_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-xxhdpi/move_top.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-xxhdpi/move_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-xxhdpi/move_up.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable-xxhdpi/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable-xxhdpi/settings.png -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable/ab_btn_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable/ab_btn_bg.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable/bubble_item_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable/bubble_item_bg.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/drawable/eb_btn_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/drawable/eb_btn_bg.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/add_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/add_dialog.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/add_dialog_cat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/add_dialog_cat.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/app_drawer_x.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/app_drawer_x.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/appwidgetpicker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/appwidgetpicker.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/backup_restore.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/backup_restore.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/box_config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/box_config.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/bubble.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/bubble.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/bubble_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/bubble_item.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/customize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/customize.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/dashboard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/dashboard.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/dialog_apply_tmpl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/dialog_apply_tmpl.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/dialog_rect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/dialog_rect.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/dialog_search.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/dialog_search.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/dialog_select_script.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/dialog_select_script.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/edit_box_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/edit_box_item.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/edit_controls.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/edit_controls.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/edit_script_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/edit_script_dialog.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/event_action_setup.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/event_action_setup.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/hierarchy_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/hierarchy_item.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/hierarchy_pane.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/hierarchy_pane.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/hint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/hint.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/image_cropper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/image_cropper.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/image_picker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/image_picker.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/item.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/llpref_slider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/llpref_slider.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/lockscreen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/lockscreen.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/lwp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/lwp.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/override_preference.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/override_preference.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/permission_hint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/permission_hint.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/sc_btn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/sc_btn.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/screen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/screen.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/screen_manager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/screen_manager.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/script_editor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/script_editor.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/layout/set_var_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/layout/set_var_dialog.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/menu/customize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/menu/customize.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/menu/root_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/menu/root_settings.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/values-v13/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/values-v13/styles.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/values-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/values-v14/styles.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/values-v21/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/values-v21/styles.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/values-w600dp-v14/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/values-w600dp-v14/styles.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/values-w600dp/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/values-w600dp/styles.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/values/dslv_attrs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/values/dslv_attrs.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/xml/lwp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/xml/lwp.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/xml/preference_root.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/xml/preference_root.xml -------------------------------------------------------------------------------- /app/llx/app/src/main/res/xml/shortcuts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/main/res/xml/shortcuts.xml -------------------------------------------------------------------------------- /app/llx/app/src/trial/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/AndroidManifest.xml -------------------------------------------------------------------------------- /app/llx/app/src/trial/res/drawable-nodpi/p1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/res/drawable-nodpi/p1.png -------------------------------------------------------------------------------- /app/llx/app/src/trial/res/drawable-nodpi/p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/res/drawable-nodpi/p2.png -------------------------------------------------------------------------------- /app/llx/app/src/trial/res/drawable-nodpi/p3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/res/drawable-nodpi/p3.png -------------------------------------------------------------------------------- /app/llx/app/src/trial/res/drawable-nodpi/p4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/res/drawable-nodpi/p4.png -------------------------------------------------------------------------------- /app/llx/app/src/trial/res/drawable-xxhdpi/full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/res/drawable-xxhdpi/full.png -------------------------------------------------------------------------------- /app/llx/app/src/trial/res/layout/add_dialog_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/res/layout/add_dialog_item.xml -------------------------------------------------------------------------------- /app/llx/app/src/trial/res/layout/app_unlocker.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/res/layout/app_unlocker.xml -------------------------------------------------------------------------------- /app/llx/app/src/trial/res/values-v11/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/res/values-v11/styles.xml -------------------------------------------------------------------------------- /app/llx/app/src/trial/res/values-v21/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/res/values-v21/styles.xml -------------------------------------------------------------------------------- /app/llx/app/src/trial/res/values/iab.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/res/values/iab.xml -------------------------------------------------------------------------------- /app/llx/app/src/trial/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/app/src/trial/res/values/styles.xml -------------------------------------------------------------------------------- /app/llx/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/build.gradle -------------------------------------------------------------------------------- /app/llx/core/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | /.externalNativeBuild -------------------------------------------------------------------------------- /app/llx/core/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/build.gradle -------------------------------------------------------------------------------- /app/llx/core/libs/dx.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/libs/dx.jar -------------------------------------------------------------------------------- /app/llx/core/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/proguard-rules.pro -------------------------------------------------------------------------------- /app/llx/core/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/llx/core/src/main/assets/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/assets/icons.ttf -------------------------------------------------------------------------------- /app/llx/core/src/main/jni/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/jni/Android.mk -------------------------------------------------------------------------------- /app/llx/core/src/main/jni/Application.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/jni/Application.mk -------------------------------------------------------------------------------- /app/llx/core/src/main/jni/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/jni/CMakeLists.txt -------------------------------------------------------------------------------- /app/llx/core/src/main/jni/ll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/jni/ll.c -------------------------------------------------------------------------------- /app/llx/core/src/main/res/anim/sb_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/anim/sb_in.xml -------------------------------------------------------------------------------- /app/llx/core/src/main/res/anim/sb_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/anim/sb_out.xml -------------------------------------------------------------------------------- /app/llx/core/src/main/res/drawable-xhdpi/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/drawable-xhdpi/locked.png -------------------------------------------------------------------------------- /app/llx/core/src/main/res/drawable-xhdpi/unlocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/drawable-xhdpi/unlocked.png -------------------------------------------------------------------------------- /app/llx/core/src/main/res/drawable-xxhdpi/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/drawable-xxhdpi/home.png -------------------------------------------------------------------------------- /app/llx/core/src/main/res/drawable-xxhdpi/pin_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/drawable-xxhdpi/pin_x.png -------------------------------------------------------------------------------- /app/llx/core/src/main/res/drawable-xxhdpi/pin_xy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/drawable-xxhdpi/pin_xy.png -------------------------------------------------------------------------------- /app/llx/core/src/main/res/drawable-xxhdpi/pin_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/drawable-xxhdpi/pin_y.png -------------------------------------------------------------------------------- /app/llx/core/src/main/res/layout/dialog_script.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/layout/dialog_script.xml -------------------------------------------------------------------------------- /app/llx/core/src/main/res/layout/window.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/layout/window.xml -------------------------------------------------------------------------------- /app/llx/core/src/main/res/values-v13/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/values-v13/styles.xml -------------------------------------------------------------------------------- /app/llx/core/src/main/res/values-v21/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/values-v21/styles.xml -------------------------------------------------------------------------------- /app/llx/core/src/main/res/values-v28/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/values-v28/styles.xml -------------------------------------------------------------------------------- /app/llx/core/src/main/res/values/do_not_translate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/values/do_not_translate.xml -------------------------------------------------------------------------------- /app/llx/core/src/main/res/values/public.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /app/llx/core/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/llx/core/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/core/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /app/llx/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/gradle.properties -------------------------------------------------------------------------------- /app/llx/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /app/llx/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /app/llx/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/gradlew -------------------------------------------------------------------------------- /app/llx/plugin-api/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/plugin-api/build.gradle -------------------------------------------------------------------------------- /app/llx/plugin-api/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/llx/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/settings.gradle -------------------------------------------------------------------------------- /app/llx/wear/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /app/llx/wear/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear/build.gradle -------------------------------------------------------------------------------- /app/llx/wear/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear/proguard-rules.pro -------------------------------------------------------------------------------- /app/llx/wear/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/llx/wear/src/main/res/drawable-xxhdpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear/src/main/res/drawable-xxhdpi/icon.png -------------------------------------------------------------------------------- /app/llx/wear/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/llx/wear/wear.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear/wear.iml -------------------------------------------------------------------------------- /app/llx/wear_manager/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /app/llx/wear_manager/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear_manager/build.gradle -------------------------------------------------------------------------------- /app/llx/wear_manager/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear_manager/proguard-rules.pro -------------------------------------------------------------------------------- /app/llx/wear_manager/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear_manager/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /app/llx/wear_manager/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear_manager/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /app/llx/wear_manager/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear_manager/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /app/llx/wear_manager/wear_manager.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/app/llx/wear_manager/wear_manager.iml -------------------------------------------------------------------------------- /graphics/font/Material-Design-Iconic-Font-2.2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/graphics/font/Material-Design-Iconic-Font-2.2.ttf -------------------------------------------------------------------------------- /graphics/font/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/graphics/font/map.png -------------------------------------------------------------------------------- /permissions/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | .idea 3 | build 4 | captures 5 | local.properties 6 | -------------------------------------------------------------------------------- /permissions/permission_access_coarse_location/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_access_coarse_location/gradlew -------------------------------------------------------------------------------- /permissions/permission_access_coarse_location/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /permissions/permission_access_fine_location/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_access_fine_location/gradlew -------------------------------------------------------------------------------- /permissions/permission_access_fine_location/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /permissions/permission_access_wifi_state/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_access_wifi_state/app/app.iml -------------------------------------------------------------------------------- /permissions/permission_access_wifi_state/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_access_wifi_state/build.gradle -------------------------------------------------------------------------------- /permissions/permission_access_wifi_state/gradlew: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /permissions/permission_access_wifi_state/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_access_wifi_state/gradlew.bat -------------------------------------------------------------------------------- /permissions/permission_access_wifi_state/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /permissions/permission_internet/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_internet/app/build.gradle -------------------------------------------------------------------------------- /permissions/permission_internet/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_internet/build.gradle -------------------------------------------------------------------------------- /permissions/permission_internet/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_internet/gradlew -------------------------------------------------------------------------------- /permissions/permission_internet/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_internet/gradlew.bat -------------------------------------------------------------------------------- /permissions/permission_internet/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /permissions/permission_media_content_control/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_media_content_control/gradlew -------------------------------------------------------------------------------- /permissions/permission_media_content_control/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /permissions/permission_read_calendar/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_calendar/app/build.gradle -------------------------------------------------------------------------------- /permissions/permission_read_calendar/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_calendar/build.gradle -------------------------------------------------------------------------------- /permissions/permission_read_calendar/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_calendar/gradlew -------------------------------------------------------------------------------- /permissions/permission_read_calendar/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_calendar/gradlew.bat -------------------------------------------------------------------------------- /permissions/permission_read_calendar/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /permissions/permission_read_call_log/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_call_log/app/build.gradle -------------------------------------------------------------------------------- /permissions/permission_read_call_log/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_call_log/build.gradle -------------------------------------------------------------------------------- /permissions/permission_read_call_log/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_call_log/gradlew -------------------------------------------------------------------------------- /permissions/permission_read_call_log/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_call_log/gradlew.bat -------------------------------------------------------------------------------- /permissions/permission_read_call_log/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /permissions/permission_read_sms/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_sms/app/build.gradle -------------------------------------------------------------------------------- /permissions/permission_read_sms/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_sms/build.gradle -------------------------------------------------------------------------------- /permissions/permission_read_sms/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_sms/gradlew -------------------------------------------------------------------------------- /permissions/permission_read_sms/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_read_sms/gradlew.bat -------------------------------------------------------------------------------- /permissions/permission_read_sms/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /permissions/permission_send_sms/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_send_sms/app/build.gradle -------------------------------------------------------------------------------- /permissions/permission_send_sms/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_send_sms/build.gradle -------------------------------------------------------------------------------- /permissions/permission_send_sms/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_send_sms/gradlew -------------------------------------------------------------------------------- /permissions/permission_send_sms/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_send_sms/gradlew.bat -------------------------------------------------------------------------------- /permissions/permission_send_sms/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /permissions/permission_write_settings/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_write_settings/build.gradle -------------------------------------------------------------------------------- /permissions/permission_write_settings/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_write_settings/gradlew -------------------------------------------------------------------------------- /permissions/permission_write_settings/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/permissions/permission_write_settings/gradlew.bat -------------------------------------------------------------------------------- /permissions/permission_write_settings/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /scripts/CalendarIcon/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | /.idea 4 | .DS_Store 5 | /build 6 | -------------------------------------------------------------------------------- /scripts/CalendarIcon/CalendarIcon.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/CalendarIcon.iml -------------------------------------------------------------------------------- /scripts/CalendarIcon/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/LICENSE.md -------------------------------------------------------------------------------- /scripts/CalendarIcon/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /scripts/CalendarIcon/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/app/app.iml -------------------------------------------------------------------------------- /scripts/CalendarIcon/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/app/build.gradle -------------------------------------------------------------------------------- /scripts/CalendarIcon/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/app/proguard-rules.pro -------------------------------------------------------------------------------- /scripts/CalendarIcon/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /scripts/CalendarIcon/artwork/feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/artwork/feature.png -------------------------------------------------------------------------------- /scripts/CalendarIcon/artwork/feature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/artwork/feature.svg -------------------------------------------------------------------------------- /scripts/CalendarIcon/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/build.gradle -------------------------------------------------------------------------------- /scripts/CalendarIcon/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/gradle.properties -------------------------------------------------------------------------------- /scripts/CalendarIcon/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/gradlew -------------------------------------------------------------------------------- /scripts/CalendarIcon/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/CalendarIcon/gradlew.bat -------------------------------------------------------------------------------- /scripts/CalendarIcon/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /scripts/Chronometer/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | /.idea/workspace.xml 4 | .DS_Store 5 | /build 6 | -------------------------------------------------------------------------------- /scripts/Chronometer/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/.idea/compiler.xml -------------------------------------------------------------------------------- /scripts/Chronometer/.idea/dictionaries/pierrot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/.idea/dictionaries/pierrot.xml -------------------------------------------------------------------------------- /scripts/Chronometer/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/.idea/encodings.xml -------------------------------------------------------------------------------- /scripts/Chronometer/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/.idea/gradle.xml -------------------------------------------------------------------------------- /scripts/Chronometer/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/.idea/misc.xml -------------------------------------------------------------------------------- /scripts/Chronometer/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/.idea/modules.xml -------------------------------------------------------------------------------- /scripts/Chronometer/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /scripts/Chronometer/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/.idea/vcs.xml -------------------------------------------------------------------------------- /scripts/Chronometer/Chronometer.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/Chronometer.iml -------------------------------------------------------------------------------- /scripts/Chronometer/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/LICENSE.md -------------------------------------------------------------------------------- /scripts/Chronometer/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /scripts/Chronometer/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/app/app.iml -------------------------------------------------------------------------------- /scripts/Chronometer/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/app/build.gradle -------------------------------------------------------------------------------- /scripts/Chronometer/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/app/proguard-rules.pro -------------------------------------------------------------------------------- /scripts/Chronometer/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /scripts/Chronometer/artwork/chronometer_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/artwork/chronometer_512x512.png -------------------------------------------------------------------------------- /scripts/Chronometer/artwork/feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/artwork/feature.png -------------------------------------------------------------------------------- /scripts/Chronometer/artwork/feature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/artwork/feature.svg -------------------------------------------------------------------------------- /scripts/Chronometer/artwork/feature.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/artwork/feature.xcf -------------------------------------------------------------------------------- /scripts/Chronometer/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/build.gradle -------------------------------------------------------------------------------- /scripts/Chronometer/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/gradle.properties -------------------------------------------------------------------------------- /scripts/Chronometer/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /scripts/Chronometer/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/gradlew -------------------------------------------------------------------------------- /scripts/Chronometer/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Chronometer/gradlew.bat -------------------------------------------------------------------------------- /scripts/Chronometer/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /scripts/Clock/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | /.idea/workspace.xml 4 | .DS_Store 5 | /build 6 | -------------------------------------------------------------------------------- /scripts/Clock/.idea/.name: -------------------------------------------------------------------------------- 1 | Clock -------------------------------------------------------------------------------- /scripts/Clock/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/.idea/compiler.xml -------------------------------------------------------------------------------- /scripts/Clock/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /scripts/Clock/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/.idea/encodings.xml -------------------------------------------------------------------------------- /scripts/Clock/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/.idea/gradle.xml -------------------------------------------------------------------------------- /scripts/Clock/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/.idea/misc.xml -------------------------------------------------------------------------------- /scripts/Clock/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/.idea/modules.xml -------------------------------------------------------------------------------- /scripts/Clock/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /scripts/Clock/.idea/shelf/Key_password.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/.idea/shelf/Key_password.xml -------------------------------------------------------------------------------- /scripts/Clock/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/.idea/vcs.xml -------------------------------------------------------------------------------- /scripts/Clock/Clock.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/Clock.iml -------------------------------------------------------------------------------- /scripts/Clock/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/LICENSE.md -------------------------------------------------------------------------------- /scripts/Clock/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /scripts/Clock/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/app/app.iml -------------------------------------------------------------------------------- /scripts/Clock/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/app/build.gradle -------------------------------------------------------------------------------- /scripts/Clock/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/app/proguard-rules.pro -------------------------------------------------------------------------------- /scripts/Clock/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /scripts/Clock/app/src/main/res/raw/clock_init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/app/src/main/res/raw/clock_init.js -------------------------------------------------------------------------------- /scripts/Clock/app/src/main/res/raw/clock_menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/app/src/main/res/raw/clock_menu.js -------------------------------------------------------------------------------- /scripts/Clock/app/src/main/res/raw/clock_paused.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/app/src/main/res/raw/clock_paused.js -------------------------------------------------------------------------------- /scripts/Clock/app/src/main/res/raw/clock_resumed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/app/src/main/res/raw/clock_resumed.js -------------------------------------------------------------------------------- /scripts/Clock/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /scripts/Clock/artwork/clock_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/artwork/clock_512x512.png -------------------------------------------------------------------------------- /scripts/Clock/artwork/device-2016-11-14-092413.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/artwork/device-2016-11-14-092413.png -------------------------------------------------------------------------------- /scripts/Clock/artwork/device-2016-11-14-092431.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/artwork/device-2016-11-14-092431.png -------------------------------------------------------------------------------- /scripts/Clock/artwork/device-2016-11-14-104041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/artwork/device-2016-11-14-104041.png -------------------------------------------------------------------------------- /scripts/Clock/artwork/feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/artwork/feature.png -------------------------------------------------------------------------------- /scripts/Clock/artwork/feature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/artwork/feature.svg -------------------------------------------------------------------------------- /scripts/Clock/artwork/feature.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/artwork/feature.xcf -------------------------------------------------------------------------------- /scripts/Clock/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/build.gradle -------------------------------------------------------------------------------- /scripts/Clock/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/gradle.properties -------------------------------------------------------------------------------- /scripts/Clock/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /scripts/Clock/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/gradlew -------------------------------------------------------------------------------- /scripts/Clock/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/gradlew.bat -------------------------------------------------------------------------------- /scripts/Clock/projectFilesBackup/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Clock/projectFilesBackup/.idea/workspace.xml -------------------------------------------------------------------------------- /scripts/Clock/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /scripts/Compass/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | /.idea/workspace.xml 4 | .DS_Store 5 | /build 6 | -------------------------------------------------------------------------------- /scripts/Compass/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/.idea/compiler.xml -------------------------------------------------------------------------------- /scripts/Compass/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /scripts/Compass/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/.idea/encodings.xml -------------------------------------------------------------------------------- /scripts/Compass/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/.idea/gradle.xml -------------------------------------------------------------------------------- /scripts/Compass/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/.idea/misc.xml -------------------------------------------------------------------------------- /scripts/Compass/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/.idea/modules.xml -------------------------------------------------------------------------------- /scripts/Compass/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /scripts/Compass/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/.idea/vcs.xml -------------------------------------------------------------------------------- /scripts/Compass/Compass.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/Compass.iml -------------------------------------------------------------------------------- /scripts/Compass/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/LICENSE.md -------------------------------------------------------------------------------- /scripts/Compass/SampleLLXScript.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/SampleLLXScript.iml -------------------------------------------------------------------------------- /scripts/Compass/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /scripts/Compass/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/app/app.iml -------------------------------------------------------------------------------- /scripts/Compass/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/app/build.gradle -------------------------------------------------------------------------------- /scripts/Compass/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/app/proguard-rules.pro -------------------------------------------------------------------------------- /scripts/Compass/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /scripts/Compass/app/src/main/res/raw/compass_init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/app/src/main/res/raw/compass_init.js -------------------------------------------------------------------------------- /scripts/Compass/app/src/main/res/raw/compass_menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/app/src/main/res/raw/compass_menu.js -------------------------------------------------------------------------------- /scripts/Compass/app/src/main/res/raw/compass_resumed.js: -------------------------------------------------------------------------------- 1 | getEvent().getItem().my.compass.resume(); -------------------------------------------------------------------------------- /scripts/Compass/app/src/main/res/raw/compass_tap.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/Compass/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /scripts/Compass/artwork/compass-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/artwork/compass-512x512.png -------------------------------------------------------------------------------- /scripts/Compass/artwork/device-2016-11-16-112059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/artwork/device-2016-11-16-112059.png -------------------------------------------------------------------------------- /scripts/Compass/artwork/device-2016-11-16-112127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/artwork/device-2016-11-16-112127.png -------------------------------------------------------------------------------- /scripts/Compass/artwork/device-2016-11-16-112226.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/artwork/device-2016-11-16-112226.png -------------------------------------------------------------------------------- /scripts/Compass/artwork/device-2016-11-16-112419.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/artwork/device-2016-11-16-112419.png -------------------------------------------------------------------------------- /scripts/Compass/artwork/feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/artwork/feature.png -------------------------------------------------------------------------------- /scripts/Compass/artwork/feature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/artwork/feature.svg -------------------------------------------------------------------------------- /scripts/Compass/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/build.gradle -------------------------------------------------------------------------------- /scripts/Compass/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/gradle.properties -------------------------------------------------------------------------------- /scripts/Compass/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /scripts/Compass/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/gradlew -------------------------------------------------------------------------------- /scripts/Compass/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Compass/gradlew.bat -------------------------------------------------------------------------------- /scripts/Compass/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /scripts/ComponentName/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | /.idea/workspace.xml 4 | .DS_Store 5 | /build 6 | -------------------------------------------------------------------------------- /scripts/ComponentName/.idea/.name: -------------------------------------------------------------------------------- 1 | SampleLLXScript-1.0 -------------------------------------------------------------------------------- /scripts/ComponentName/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/.idea/compiler.xml -------------------------------------------------------------------------------- /scripts/ComponentName/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/.idea/encodings.xml -------------------------------------------------------------------------------- /scripts/ComponentName/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/.idea/gradle.xml -------------------------------------------------------------------------------- /scripts/ComponentName/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/.idea/misc.xml -------------------------------------------------------------------------------- /scripts/ComponentName/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/.idea/modules.xml -------------------------------------------------------------------------------- /scripts/ComponentName/.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/.idea/scopes/scope_settings.xml -------------------------------------------------------------------------------- /scripts/ComponentName/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/.idea/vcs.xml -------------------------------------------------------------------------------- /scripts/ComponentName/ComponentName.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/ComponentName.iml -------------------------------------------------------------------------------- /scripts/ComponentName/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/LICENSE.md -------------------------------------------------------------------------------- /scripts/ComponentName/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /scripts/ComponentName/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/app/app.iml -------------------------------------------------------------------------------- /scripts/ComponentName/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/app/build.gradle -------------------------------------------------------------------------------- /scripts/ComponentName/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/app/proguard-rules.pro -------------------------------------------------------------------------------- /scripts/ComponentName/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/build.gradle -------------------------------------------------------------------------------- /scripts/ComponentName/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/gradle.properties -------------------------------------------------------------------------------- /scripts/ComponentName/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/gradlew -------------------------------------------------------------------------------- /scripts/ComponentName/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/ComponentName/gradlew.bat -------------------------------------------------------------------------------- /scripts/ComponentName/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /scripts/FadeUnlocker/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | /.idea/workspace.xml 4 | .DS_Store 5 | /build 6 | -------------------------------------------------------------------------------- /scripts/FadeUnlocker/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/.idea/compiler.xml -------------------------------------------------------------------------------- /scripts/FadeUnlocker/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/.idea/encodings.xml -------------------------------------------------------------------------------- /scripts/FadeUnlocker/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/.idea/gradle.xml -------------------------------------------------------------------------------- /scripts/FadeUnlocker/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/.idea/misc.xml -------------------------------------------------------------------------------- /scripts/FadeUnlocker/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/.idea/modules.xml -------------------------------------------------------------------------------- /scripts/FadeUnlocker/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /scripts/FadeUnlocker/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/.idea/vcs.xml -------------------------------------------------------------------------------- /scripts/FadeUnlocker/FadeUnlocker.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/FadeUnlocker.iml -------------------------------------------------------------------------------- /scripts/FadeUnlocker/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/LICENSE.md -------------------------------------------------------------------------------- /scripts/FadeUnlocker/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /scripts/FadeUnlocker/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/app/app.iml -------------------------------------------------------------------------------- /scripts/FadeUnlocker/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/app/build.gradle -------------------------------------------------------------------------------- /scripts/FadeUnlocker/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/app/proguard-rules.pro -------------------------------------------------------------------------------- /scripts/FadeUnlocker/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /scripts/FadeUnlocker/artwork/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/artwork/banner.png -------------------------------------------------------------------------------- /scripts/FadeUnlocker/artwork/banner.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/artwork/banner.xcf -------------------------------------------------------------------------------- /scripts/FadeUnlocker/artwork/feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/artwork/feature.png -------------------------------------------------------------------------------- /scripts/FadeUnlocker/artwork/feature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/artwork/feature.svg -------------------------------------------------------------------------------- /scripts/FadeUnlocker/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/build.gradle -------------------------------------------------------------------------------- /scripts/FadeUnlocker/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/gradle.properties -------------------------------------------------------------------------------- /scripts/FadeUnlocker/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/gradlew -------------------------------------------------------------------------------- /scripts/FadeUnlocker/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/FadeUnlocker/gradlew.bat -------------------------------------------------------------------------------- /scripts/FadeUnlocker/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /scripts/LightningBlocks/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | /.idea/workspace.xml 4 | .DS_Store 5 | /build 6 | -------------------------------------------------------------------------------- /scripts/LightningBlocks/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/.idea/compiler.xml -------------------------------------------------------------------------------- /scripts/LightningBlocks/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/.idea/encodings.xml -------------------------------------------------------------------------------- /scripts/LightningBlocks/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/.idea/gradle.xml -------------------------------------------------------------------------------- /scripts/LightningBlocks/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/.idea/misc.xml -------------------------------------------------------------------------------- /scripts/LightningBlocks/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/.idea/modules.xml -------------------------------------------------------------------------------- /scripts/LightningBlocks/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /scripts/LightningBlocks/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/.idea/vcs.xml -------------------------------------------------------------------------------- /scripts/LightningBlocks/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/LICENSE.md -------------------------------------------------------------------------------- /scripts/LightningBlocks/LightningBlocks.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/LightningBlocks.iml -------------------------------------------------------------------------------- /scripts/LightningBlocks/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /scripts/LightningBlocks/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/app/app.iml -------------------------------------------------------------------------------- /scripts/LightningBlocks/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/app/build.gradle -------------------------------------------------------------------------------- /scripts/LightningBlocks/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/app/proguard-rules.pro -------------------------------------------------------------------------------- /scripts/LightningBlocks/artwork/feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/artwork/feature.png -------------------------------------------------------------------------------- /scripts/LightningBlocks/artwork/feature.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/artwork/feature.xcf -------------------------------------------------------------------------------- /scripts/LightningBlocks/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/build.gradle -------------------------------------------------------------------------------- /scripts/LightningBlocks/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/gradle.properties -------------------------------------------------------------------------------- /scripts/LightningBlocks/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/gradlew -------------------------------------------------------------------------------- /scripts/LightningBlocks/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/LightningBlocks/gradlew.bat -------------------------------------------------------------------------------- /scripts/LightningBlocks/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | /.idea/workspace.xml 4 | .DS_Store 5 | /build 6 | -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/.idea/.name: -------------------------------------------------------------------------------- 1 | SampleLLXScript-test -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/.idea/compiler.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/.idea/encodings.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/.idea/gradle.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/.idea/misc.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/.idea/modules.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/.idea/vcs.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/SampleLLXScript-test.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/SampleLLXScript-test.iml -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/SampleLLXScript.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/SampleLLXScript.iml -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/app/app.iml -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/app/build.gradle -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/app/proguard-rules.pro -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/build.gradle -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/gradle.properties -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/gradlew -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript-test/gradlew.bat -------------------------------------------------------------------------------- /scripts/SampleLLXScript-test/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /scripts/SampleLLXScript/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | /.idea/workspace.xml 4 | .DS_Store 5 | /build 6 | -------------------------------------------------------------------------------- /scripts/SampleLLXScript/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/.idea/compiler.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/.idea/encodings.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/.idea/gradle.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/.idea/misc.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/.idea/modules.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/.idea/vcs.xml -------------------------------------------------------------------------------- /scripts/SampleLLXScript/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/LICENSE.md -------------------------------------------------------------------------------- /scripts/SampleLLXScript/SampleLLXScript.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/SampleLLXScript.iml -------------------------------------------------------------------------------- /scripts/SampleLLXScript/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /scripts/SampleLLXScript/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/app/app.iml -------------------------------------------------------------------------------- /scripts/SampleLLXScript/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/app/build.gradle -------------------------------------------------------------------------------- /scripts/SampleLLXScript/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/app/proguard-rules.pro -------------------------------------------------------------------------------- /scripts/SampleLLXScript/app/src/main/res/raw/hello.js: -------------------------------------------------------------------------------- 1 | // say hello from our script package ! 2 | alert("Hello!"); -------------------------------------------------------------------------------- /scripts/SampleLLXScript/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/build.gradle -------------------------------------------------------------------------------- /scripts/SampleLLXScript/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/gradle.properties -------------------------------------------------------------------------------- /scripts/SampleLLXScript/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/gradlew -------------------------------------------------------------------------------- /scripts/SampleLLXScript/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/SampleLLXScript/gradlew.bat -------------------------------------------------------------------------------- /scripts/SampleLLXScript/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /scripts/Sketch/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | /.idea/workspace.xml 4 | .DS_Store 5 | /build 6 | -------------------------------------------------------------------------------- /scripts/Sketch/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/.idea/compiler.xml -------------------------------------------------------------------------------- /scripts/Sketch/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /scripts/Sketch/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/.idea/encodings.xml -------------------------------------------------------------------------------- /scripts/Sketch/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/.idea/gradle.xml -------------------------------------------------------------------------------- /scripts/Sketch/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/.idea/misc.xml -------------------------------------------------------------------------------- /scripts/Sketch/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/.idea/modules.xml -------------------------------------------------------------------------------- /scripts/Sketch/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /scripts/Sketch/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/.idea/vcs.xml -------------------------------------------------------------------------------- /scripts/Sketch/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/LICENSE.md -------------------------------------------------------------------------------- /scripts/Sketch/Sketch.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/Sketch.iml -------------------------------------------------------------------------------- /scripts/Sketch/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /scripts/Sketch/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/app/app.iml -------------------------------------------------------------------------------- /scripts/Sketch/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/app/build.gradle -------------------------------------------------------------------------------- /scripts/Sketch/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/app/proguard-rules.pro -------------------------------------------------------------------------------- /scripts/Sketch/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /scripts/Sketch/app/src/main/res/raw/sketch_btn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/app/src/main/res/raw/sketch_btn.js -------------------------------------------------------------------------------- /scripts/Sketch/app/src/main/res/raw/sketch_init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/app/src/main/res/raw/sketch_init.js -------------------------------------------------------------------------------- /scripts/Sketch/app/src/main/res/raw/sketch_library.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/app/src/main/res/raw/sketch_library.js -------------------------------------------------------------------------------- /scripts/Sketch/app/src/main/res/raw/sketch_touch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/app/src/main/res/raw/sketch_touch.js -------------------------------------------------------------------------------- /scripts/Sketch/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /scripts/Sketch/artwork/device-2016-11-14-091555.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/artwork/device-2016-11-14-091555.png -------------------------------------------------------------------------------- /scripts/Sketch/artwork/device-2016-11-14-091620.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/artwork/device-2016-11-14-091620.png -------------------------------------------------------------------------------- /scripts/Sketch/artwork/device-2016-11-14-105047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/artwork/device-2016-11-14-105047.png -------------------------------------------------------------------------------- /scripts/Sketch/artwork/feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/artwork/feature.png -------------------------------------------------------------------------------- /scripts/Sketch/artwork/feature.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/artwork/feature.svg -------------------------------------------------------------------------------- /scripts/Sketch/artwork/feature.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/artwork/feature.xcf -------------------------------------------------------------------------------- /scripts/Sketch/artwork/sketch_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/artwork/sketch_512x512.png -------------------------------------------------------------------------------- /scripts/Sketch/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/build.gradle -------------------------------------------------------------------------------- /scripts/Sketch/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/gradle.properties -------------------------------------------------------------------------------- /scripts/Sketch/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /scripts/Sketch/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/gradlew -------------------------------------------------------------------------------- /scripts/Sketch/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/Sketch/gradlew.bat -------------------------------------------------------------------------------- /scripts/Sketch/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /scripts/WeekDay/.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /local.properties 3 | /.idea/workspace.xml 4 | .DS_Store 5 | /build 6 | -------------------------------------------------------------------------------- /scripts/WeekDay/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/.idea/compiler.xml -------------------------------------------------------------------------------- /scripts/WeekDay/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /scripts/WeekDay/.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/.idea/encodings.xml -------------------------------------------------------------------------------- /scripts/WeekDay/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/.idea/gradle.xml -------------------------------------------------------------------------------- /scripts/WeekDay/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/.idea/misc.xml -------------------------------------------------------------------------------- /scripts/WeekDay/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/.idea/modules.xml -------------------------------------------------------------------------------- /scripts/WeekDay/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /scripts/WeekDay/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/.idea/vcs.xml -------------------------------------------------------------------------------- /scripts/WeekDay/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/LICENSE.md -------------------------------------------------------------------------------- /scripts/WeekDay/WeekDay.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/WeekDay.iml -------------------------------------------------------------------------------- /scripts/WeekDay/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /scripts/WeekDay/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/app/app.iml -------------------------------------------------------------------------------- /scripts/WeekDay/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/app/build.gradle -------------------------------------------------------------------------------- /scripts/WeekDay/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/app/proguard-rules.pro -------------------------------------------------------------------------------- /scripts/WeekDay/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /scripts/WeekDay/app/src/main/res/raw/week_day_init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/app/src/main/res/raw/week_day_init.js -------------------------------------------------------------------------------- /scripts/WeekDay/app/src/main/res/raw/week_day_menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/app/src/main/res/raw/week_day_menu.js -------------------------------------------------------------------------------- /scripts/WeekDay/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /scripts/WeekDay/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/build.gradle -------------------------------------------------------------------------------- /scripts/WeekDay/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/gradle.properties -------------------------------------------------------------------------------- /scripts/WeekDay/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /scripts/WeekDay/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/gradlew -------------------------------------------------------------------------------- /scripts/WeekDay/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/scripts/WeekDay/gradlew.bat -------------------------------------------------------------------------------- /scripts/WeekDay/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /translations/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/.gitignore -------------------------------------------------------------------------------- /translations/build_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/build_all.sh -------------------------------------------------------------------------------- /translations/descriptions/catalan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/catalan.txt -------------------------------------------------------------------------------- /translations/descriptions/chinese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/chinese.txt -------------------------------------------------------------------------------- /translations/descriptions/cz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/cz.txt -------------------------------------------------------------------------------- /translations/descriptions/de.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/de.txt -------------------------------------------------------------------------------- /translations/descriptions/dutch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/dutch.txt -------------------------------------------------------------------------------- /translations/descriptions/fi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/fi.txt -------------------------------------------------------------------------------- /translations/descriptions/gr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/gr.txt -------------------------------------------------------------------------------- /translations/descriptions/hu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/hu.txt -------------------------------------------------------------------------------- /translations/descriptions/indonesian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/indonesian.txt -------------------------------------------------------------------------------- /translations/descriptions/jp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/jp.txt -------------------------------------------------------------------------------- /translations/descriptions/pl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/pl.txt -------------------------------------------------------------------------------- /translations/descriptions/ptbr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/ptbr.txt -------------------------------------------------------------------------------- /translations/descriptions/ro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/ro.txt -------------------------------------------------------------------------------- /translations/descriptions/ru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/ru.txt -------------------------------------------------------------------------------- /translations/descriptions/sp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/sp.txt -------------------------------------------------------------------------------- /translations/descriptions/swe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/descriptions/swe.txt -------------------------------------------------------------------------------- /translations/lllp_ca/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ca/.classpath -------------------------------------------------------------------------------- /translations/lllp_ca/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ca/.project -------------------------------------------------------------------------------- /translations/lllp_ca/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ca/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_ca/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ca/build.xml -------------------------------------------------------------------------------- /translations/lllp_ca/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_ca/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ca/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_ca/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ca/project.properties -------------------------------------------------------------------------------- /translations/lllp_ca/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_ca/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-ca/strings.xml -------------------------------------------------------------------------------- /translations/lllp_cs/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_cs/.classpath -------------------------------------------------------------------------------- /translations/lllp_cs/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_cs/.project -------------------------------------------------------------------------------- /translations/lllp_cs/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_cs/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_cs/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_cs/build.xml -------------------------------------------------------------------------------- /translations/lllp_cs/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_cs/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_cs/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_cs/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_cs/project.properties -------------------------------------------------------------------------------- /translations/lllp_cs/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_cs/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-cs/strings.xml -------------------------------------------------------------------------------- /translations/lllp_de/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_de/.classpath -------------------------------------------------------------------------------- /translations/lllp_de/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_de/.project -------------------------------------------------------------------------------- /translations/lllp_de/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_de/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_de/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_de/build.xml -------------------------------------------------------------------------------- /translations/lllp_de/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_de/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_de/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_de/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_de/project.properties -------------------------------------------------------------------------------- /translations/lllp_de/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_de/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-de/strings.xml -------------------------------------------------------------------------------- /translations/lllp_dv/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_dv/.classpath -------------------------------------------------------------------------------- /translations/lllp_dv/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_dv/.project -------------------------------------------------------------------------------- /translations/lllp_dv/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_dv/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_dv/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_dv/build.xml -------------------------------------------------------------------------------- /translations/lllp_dv/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_dv/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_dv/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_dv/project.properties -------------------------------------------------------------------------------- /translations/lllp_dv/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_el/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_el/.classpath -------------------------------------------------------------------------------- /translations/lllp_el/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_el/.project -------------------------------------------------------------------------------- /translations/lllp_el/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_el/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_el/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_el/build.xml -------------------------------------------------------------------------------- /translations/lllp_el/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_el/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_el/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_el/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_el/project.properties -------------------------------------------------------------------------------- /translations/lllp_el/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_el/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-el/strings.xml -------------------------------------------------------------------------------- /translations/lllp_es/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_es/.classpath -------------------------------------------------------------------------------- /translations/lllp_es/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_es/.project -------------------------------------------------------------------------------- /translations/lllp_es/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_es/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_es/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_es/build.xml -------------------------------------------------------------------------------- /translations/lllp_es/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_es/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_es/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_es/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_es/project.properties -------------------------------------------------------------------------------- /translations/lllp_es/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_es/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-es/strings.xml -------------------------------------------------------------------------------- /translations/lllp_fi/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fi/.classpath -------------------------------------------------------------------------------- /translations/lllp_fi/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fi/.project -------------------------------------------------------------------------------- /translations/lllp_fi/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fi/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_fi/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fi/build.xml -------------------------------------------------------------------------------- /translations/lllp_fi/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_fi/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fi/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_fi/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fi/project.properties -------------------------------------------------------------------------------- /translations/lllp_fi/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_fi/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-fi/strings.xml -------------------------------------------------------------------------------- /translations/lllp_fr/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fr/.classpath -------------------------------------------------------------------------------- /translations/lllp_fr/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fr/.project -------------------------------------------------------------------------------- /translations/lllp_fr/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fr/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_fr/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fr/build.xml -------------------------------------------------------------------------------- /translations/lllp_fr/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_fr/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fr/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_fr/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_fr/project.properties -------------------------------------------------------------------------------- /translations/lllp_fr/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_fr/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-fr/strings.xml -------------------------------------------------------------------------------- /translations/lllp_hr/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hr/.classpath -------------------------------------------------------------------------------- /translations/lllp_hr/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hr/.project -------------------------------------------------------------------------------- /translations/lllp_hr/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hr/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_hr/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hr/build.xml -------------------------------------------------------------------------------- /translations/lllp_hr/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hr/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_hr/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hr/project.properties -------------------------------------------------------------------------------- /translations/lllp_hr/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_hu/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hu/.classpath -------------------------------------------------------------------------------- /translations/lllp_hu/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hu/.project -------------------------------------------------------------------------------- /translations/lllp_hu/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hu/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_hu/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hu/build.xml -------------------------------------------------------------------------------- /translations/lllp_hu/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_hu/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hu/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_hu/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_hu/project.properties -------------------------------------------------------------------------------- /translations/lllp_hu/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_hu/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-hu/strings.xml -------------------------------------------------------------------------------- /translations/lllp_id/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_id/.classpath -------------------------------------------------------------------------------- /translations/lllp_id/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_id/.project -------------------------------------------------------------------------------- /translations/lllp_id/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_id/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_id/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_id/build.xml -------------------------------------------------------------------------------- /translations/lllp_id/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_id/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_id/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_id/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_id/project.properties -------------------------------------------------------------------------------- /translations/lllp_id/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_id/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-id/strings.xml -------------------------------------------------------------------------------- /translations/lllp_it/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_it/.classpath -------------------------------------------------------------------------------- /translations/lllp_it/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_it/.project -------------------------------------------------------------------------------- /translations/lllp_it/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_it/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_it/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_it/build.xml -------------------------------------------------------------------------------- /translations/lllp_it/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_it/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_it/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_it/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_it/project.properties -------------------------------------------------------------------------------- /translations/lllp_it/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_it/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-it/strings.xml -------------------------------------------------------------------------------- /translations/lllp_ja/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ja/.classpath -------------------------------------------------------------------------------- /translations/lllp_ja/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ja/.project -------------------------------------------------------------------------------- /translations/lllp_ja/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ja/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_ja/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ja/build.xml -------------------------------------------------------------------------------- /translations/lllp_ja/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_ja/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ja/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_ja/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ja/project.properties -------------------------------------------------------------------------------- /translations/lllp_ja/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_ja/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-ja/strings.xml -------------------------------------------------------------------------------- /translations/lllp_ko/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ko/.classpath -------------------------------------------------------------------------------- /translations/lllp_ko/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ko/.project -------------------------------------------------------------------------------- /translations/lllp_ko/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ko/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_ko/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ko/build.xml -------------------------------------------------------------------------------- /translations/lllp_ko/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_ko/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ko/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_ko/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ko/project.properties -------------------------------------------------------------------------------- /translations/lllp_ko/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_ko/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-ko/strings.xml -------------------------------------------------------------------------------- /translations/lllp_nl/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_nl/.classpath -------------------------------------------------------------------------------- /translations/lllp_nl/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_nl/.project -------------------------------------------------------------------------------- /translations/lllp_nl/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_nl/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_nl/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_nl/build.xml -------------------------------------------------------------------------------- /translations/lllp_nl/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_nl/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_nl/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_nl/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_nl/project.properties -------------------------------------------------------------------------------- /translations/lllp_nl/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_nl/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-nl/strings.xml -------------------------------------------------------------------------------- /translations/lllp_pl/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pl/.classpath -------------------------------------------------------------------------------- /translations/lllp_pl/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pl/.project -------------------------------------------------------------------------------- /translations/lllp_pl/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pl/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_pl/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pl/build.xml -------------------------------------------------------------------------------- /translations/lllp_pl/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_pl/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pl/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_pl/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pl/project.properties -------------------------------------------------------------------------------- /translations/lllp_pl/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_pl/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-pl/strings.xml -------------------------------------------------------------------------------- /translations/lllp_pt-rBR/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rBR/.classpath -------------------------------------------------------------------------------- /translations/lllp_pt-rBR/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rBR/.project -------------------------------------------------------------------------------- /translations/lllp_pt-rBR/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rBR/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_pt-rBR/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rBR/build.xml -------------------------------------------------------------------------------- /translations/lllp_pt-rBR/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_pt-rBR/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rBR/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_pt-rBR/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rBR/project.properties -------------------------------------------------------------------------------- /translations/lllp_pt-rBR/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_pt-rBR/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-pt-rBR/strings.xml -------------------------------------------------------------------------------- /translations/lllp_pt-rPT/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rPT/.classpath -------------------------------------------------------------------------------- /translations/lllp_pt-rPT/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rPT/.project -------------------------------------------------------------------------------- /translations/lllp_pt-rPT/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rPT/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_pt-rPT/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rPT/build.xml -------------------------------------------------------------------------------- /translations/lllp_pt-rPT/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rPT/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_pt-rPT/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_pt-rPT/project.properties -------------------------------------------------------------------------------- /translations/lllp_pt-rPT/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_ro/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ro/.classpath -------------------------------------------------------------------------------- /translations/lllp_ro/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ro/.project -------------------------------------------------------------------------------- /translations/lllp_ro/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ro/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_ro/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ro/build.xml -------------------------------------------------------------------------------- /translations/lllp_ro/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_ro/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ro/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_ro/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ro/project.properties -------------------------------------------------------------------------------- /translations/lllp_ro/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_ro/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-ro/strings.xml -------------------------------------------------------------------------------- /translations/lllp_ru/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ru/.classpath -------------------------------------------------------------------------------- /translations/lllp_ru/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ru/.project -------------------------------------------------------------------------------- /translations/lllp_ru/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ru/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_ru/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ru/build.xml -------------------------------------------------------------------------------- /translations/lllp_ru/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_ru/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ru/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_ru/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_ru/project.properties -------------------------------------------------------------------------------- /translations/lllp_ru/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_ru/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-ru/strings.xml -------------------------------------------------------------------------------- /translations/lllp_sk/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sk/.classpath -------------------------------------------------------------------------------- /translations/lllp_sk/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sk/.project -------------------------------------------------------------------------------- /translations/lllp_sk/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sk/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_sk/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sk/build.xml -------------------------------------------------------------------------------- /translations/lllp_sk/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_sk/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sk/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_sk/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sk/project.properties -------------------------------------------------------------------------------- /translations/lllp_sk/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_sk/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-sk/strings.xml -------------------------------------------------------------------------------- /translations/lllp_sv/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sv/.classpath -------------------------------------------------------------------------------- /translations/lllp_sv/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sv/.project -------------------------------------------------------------------------------- /translations/lllp_sv/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sv/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_sv/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sv/build.xml -------------------------------------------------------------------------------- /translations/lllp_sv/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_sv/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sv/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_sv/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_sv/project.properties -------------------------------------------------------------------------------- /translations/lllp_sv/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_sv/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-sv/strings.xml -------------------------------------------------------------------------------- /translations/lllp_tr/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_tr/.classpath -------------------------------------------------------------------------------- /translations/lllp_tr/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_tr/.project -------------------------------------------------------------------------------- /translations/lllp_tr/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_tr/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_tr/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_tr/build.xml -------------------------------------------------------------------------------- /translations/lllp_tr/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_tr/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_tr/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_tr/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_tr/project.properties -------------------------------------------------------------------------------- /translations/lllp_tr/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_tr/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-tr/strings.xml -------------------------------------------------------------------------------- /translations/lllp_uk/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_uk/.classpath -------------------------------------------------------------------------------- /translations/lllp_uk/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_uk/.project -------------------------------------------------------------------------------- /translations/lllp_uk/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_uk/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_uk/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_uk/build.xml -------------------------------------------------------------------------------- /translations/lllp_uk/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_uk/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_uk/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_uk/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_uk/project.properties -------------------------------------------------------------------------------- /translations/lllp_uk/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_uk/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-uk/strings.xml -------------------------------------------------------------------------------- /translations/lllp_vi/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_vi/.classpath -------------------------------------------------------------------------------- /translations/lllp_vi/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_vi/.project -------------------------------------------------------------------------------- /translations/lllp_vi/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_vi/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_vi/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_vi/build.xml -------------------------------------------------------------------------------- /translations/lllp_vi/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_vi/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_vi/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_vi/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_vi/project.properties -------------------------------------------------------------------------------- /translations/lllp_vi/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_vi/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-vi/strings.xml -------------------------------------------------------------------------------- /translations/lllp_zh/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zh/.classpath -------------------------------------------------------------------------------- /translations/lllp_zh/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zh/.project -------------------------------------------------------------------------------- /translations/lllp_zh/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zh/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_zh/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zh/build.xml -------------------------------------------------------------------------------- /translations/lllp_zh/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_zh/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zh/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_zh/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zh/project.properties -------------------------------------------------------------------------------- /translations/lllp_zh/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_zh/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-zh/strings.xml -------------------------------------------------------------------------------- /translations/lllp_zhTW/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zhTW/.classpath -------------------------------------------------------------------------------- /translations/lllp_zhTW/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zhTW/.project -------------------------------------------------------------------------------- /translations/lllp_zhTW/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zhTW/AndroidManifest.xml -------------------------------------------------------------------------------- /translations/lllp_zhTW/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zhTW/build.xml -------------------------------------------------------------------------------- /translations/lllp_zhTW/local.properties: -------------------------------------------------------------------------------- 1 | ../local.properties -------------------------------------------------------------------------------- /translations/lllp_zhTW/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zhTW/proguard-project.txt -------------------------------------------------------------------------------- /translations/lllp_zhTW/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/lllp_zhTW/project.properties -------------------------------------------------------------------------------- /translations/lllp_zhTW/res/values/public.xml: -------------------------------------------------------------------------------- 1 | ../../../../app/llx/core/src/main/res/values/public.xml -------------------------------------------------------------------------------- /translations/lllp_zhTW/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | ../../../reference/res/values-zh-rTW/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/cancel.sh: -------------------------------------------------------------------------------- 1 | lang=$1 2 | 3 | cd values-$lang 4 | rm -f strings.1* 5 | -------------------------------------------------------------------------------- /translations/reference/res/confirm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/confirm.sh -------------------------------------------------------------------------------- /translations/reference/res/values-ca/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-ca/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-cs/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-cs/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-de/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-de/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-dv-rMV/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-dv-rMV/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-el/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-el/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-en/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-en/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-es/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-es/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-fi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-fi/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-fr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-fr/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-hr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-hr/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-hu/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-hu/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-id/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-id/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-it/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-it/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-ja/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-ja/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-ko/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-ko/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-nl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-nl/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-pl/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-pl/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-pt-rBR/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-pt-rBR/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-pt-rPT/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-pt-rPT/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-ro/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-ro/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-ru/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-ru/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-sk/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-sk/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-sv/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-sv/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-tr/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-tr/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-vi/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-vi/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-zh-rTW/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-zh-rTW/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values-zh/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values-zh/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/values/strings.xml -------------------------------------------------------------------------------- /translations/reference/res/view_diffs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/reference/res/view_diffs.sh -------------------------------------------------------------------------------- /translations/uninstall_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pierrehebert/LightningLauncher/HEAD/translations/uninstall_all.sh --------------------------------------------------------------------------------