мелоч
This commit is contained in:
1
.idea/misc.xml
generated
1
.idea/misc.xml
generated
@ -1,4 +1,3 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="DesignSurface">
|
<component name="DesignSurface">
|
||||||
<option name="filePathToZoomLevelMap">
|
<option name="filePathToZoomLevelMap">
|
||||||
|
|||||||
@ -560,7 +560,6 @@ public class LocustDelActivity extends FragmentActivity implements LocationListe
|
|||||||
spiInsFormulation = findViewById(R.id.spiInsFormulation); // формуляция(УМО, КЭ, др.)
|
spiInsFormulation = findViewById(R.id.spiInsFormulation); // формуляция(УМО, КЭ, др.)
|
||||||
guiTable.add(spiInsFormulation, "insecticide_formulation_id");
|
guiTable.add(spiInsFormulation, "insecticide_formulation_id");
|
||||||
((selectDB)spiInsFormulation).addField("", "");
|
((selectDB)spiInsFormulation).addField("", "");
|
||||||
// Выбираем страны и заполняем поля
|
|
||||||
dboh = new DbOpenHelper(this);
|
dboh = new DbOpenHelper(this);
|
||||||
cursor = dboh
|
cursor = dboh
|
||||||
.getReadableDatabase()
|
.getReadableDatabase()
|
||||||
@ -582,7 +581,6 @@ public class LocustDelActivity extends FragmentActivity implements LocationListe
|
|||||||
spiInsDiluted = findViewById(R.id.spiInsDiluted); // Коммерческий припарат разбавлен?
|
spiInsDiluted = findViewById(R.id.spiInsDiluted); // Коммерческий припарат разбавлен?
|
||||||
guiTable.add(spiInsDiluted, "insecticide_diluted_id");
|
guiTable.add(spiInsDiluted, "insecticide_diluted_id");
|
||||||
((selectDB)spiInsDiluted).addField("", "");
|
((selectDB)spiInsDiluted).addField("", "");
|
||||||
// Выбираем страны и заполняем поля
|
|
||||||
dboh = new DbOpenHelper(this);
|
dboh = new DbOpenHelper(this);
|
||||||
cursor = dboh
|
cursor = dboh
|
||||||
.getReadableDatabase()
|
.getReadableDatabase()
|
||||||
|
|||||||
@ -68,8 +68,8 @@ import tctable.TCTable;
|
|||||||
* */
|
* */
|
||||||
public class MySynchronizationOld
|
public class MySynchronizationOld
|
||||||
{
|
{
|
||||||
//public static String URL="https://ccalm.org";
|
public static String URL="https://ccalm.org";
|
||||||
public static String URL="http://192.168.200.100:8080";
|
//public static String URL="http://192.168.200.100:8080";
|
||||||
|
|
||||||
private Context _context; //От какого контекста показывать алерты
|
private Context _context; //От какого контекста показывать алерты
|
||||||
//private boolean _showAlert; //Показывать ли окно подождите пожалуйста (его нельзя создавать если в сервисе)
|
//private boolean _showAlert; //Показывать ли окно подождите пожалуйста (его нельзя создавать если в сервисе)
|
||||||
|
|||||||
Reference in New Issue
Block a user