Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c43fa1c authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Merge branch '405-issue' into '365-p2-issue-refactoring'

[Refactoring] decide (or not) to keep new UI for: enable dev Option, enable usb debugging, ...

See merge request e/tools/easy-installer!147
parents 883a69df 1528f14e
Loading
Loading
Loading
Loading
+0 −48
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
 * Copyright 2019-2020 - ECORP SAS 

 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
-->
<?import java.lang.*?>
<?import java.net.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.text.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.image.*?>

<VBox fx:id="enableDevMode" alignment="CENTER" spacing="25"
            AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" 
            AnchorPane.topAnchor="90.0" AnchorPane.bottomAnchor="80.0"
            xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"
            fx:controller="ecorp.easy.installer.controllers.subcontrollers.EnableADBController">
   <children>
      <Label fx:id="pleaseFollowThisStepsLbl"  text="%devMode_lbl" wrapText="true"/>
      <HBox spacing="20" alignment="CENTER" >
          <children>
                <VBox fx:id="instructionsContainer" alignment="CENTER_LEFT" maxHeight="515.0" maxWidth="650.0" spacing="80">
                </VBox>
                <ImageView fx:id="enableADBImg" preserveRatio="true" smooth="true" fitHeight="515.0">
                    <image>
                        <Image url="@../images/enableADB1.png" />
                    </image>
                </ImageView>                                    
          </children>
      </HBox>
   </children>
</VBox>
 No newline at end of file
+15 −1
Original line number Diff line number Diff line
@@ -13,7 +13,21 @@
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

#install_instr_turnOff
#Preparation's instruction
devMode_instr_settings=enableADB1.png
devMode_instr_build=enableADB2.png
devMode_instr_tap7=enableADB3.png
debugADB_instr_settings=enableADB4.png
debugADB_instr_search=enableADB5.png
debugADB_instr_androidDebug=enableADB6.png
enableMTP_instr_settings=enableADB7.png
enableMTP_instr_scrollToUSBConfig=enableADB8.png
enableMTP_instr_selectMTP=enableADB9.png
#debugADB_instr_settings=
#removeAccounts_instr_openAccounts=
#removeAccounts_instr_selectAccounts=


install_instr_startDownload=galaxyS7_Download_mode_400px.png
install_instr_acceptWarning=galaxyS7_Accept_warning_400px.png
#install_instr_oemUnlock