Compare commits
No commits in common. "unstable" and "master" have entirely different histories.
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
@ -135,8 +135,6 @@ public class CurrencyDetailsActivity extends AppCompatActivity {
|
|||||||
Objects.requireNonNull(getSupportActionBar()).setDisplayOptions(ActionBar.DISPLAY_SHOW_HOME |
|
Objects.requireNonNull(getSupportActionBar()).setDisplayOptions(ActionBar.DISPLAY_SHOW_HOME |
|
||||||
ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_USE_LOGO);
|
ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_HOME_AS_UP | ActionBar.DISPLAY_USE_LOGO);
|
||||||
|
|
||||||
if(currency.getIcon() != null)
|
|
||||||
{
|
|
||||||
Bitmap result = Bitmap.createBitmap(150, 150, currency.getIcon().getConfig());
|
Bitmap result = Bitmap.createBitmap(150, 150, currency.getIcon().getConfig());
|
||||||
|
|
||||||
Paint paint = new Paint();
|
Paint paint = new Paint();
|
||||||
@ -155,7 +153,6 @@ public class CurrencyDetailsActivity extends AppCompatActivity {
|
|||||||
, false)));
|
, false)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
/*for(int i = 0; i < dataChartList.size(); i++)
|
/*for(int i = 0; i < dataChartList.size(); i++)
|
||||||
{*/
|
{*/
|
||||||
/*if(counter == offset)
|
/*if(counter == offset)
|
||||||
|
@ -82,8 +82,7 @@ public class DataCrypter {
|
|||||||
|
|
||||||
} catch(NoSuchPaddingException | NoSuchAlgorithmException
|
} catch(NoSuchPaddingException | NoSuchAlgorithmException
|
||||||
| InvalidKeyException | UnsupportedEncodingException
|
| InvalidKeyException | UnsupportedEncodingException
|
||||||
| InvalidAlgorithmParameterException | BadPaddingException
|
| InvalidAlgorithmParameterException e) {
|
||||||
| IllegalBlockSizeException e) {
|
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.1.4'
|
classpath 'com.android.tools.build:gradle:3.2.0'
|
||||||
|
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
Loading…
x
Reference in New Issue
Block a user