This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.Context; | |
import android.graphics.Bitmap; | |
import android.renderscript.Allocation; | |
import android.renderscript.Element; | |
import android.renderscript.RenderScript; | |
import android.renderscript.ScriptIntrinsicBlur; | |
import com.squareup.picasso.Transformation; | |
public class BlurTransform implements Transformation { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.annotation.TargetApi; | |
import android.content.Context; | |
import android.graphics.Bitmap; | |
import android.os.Build; | |
import android.renderscript.Allocation; | |
import android.renderscript.Element; | |
import android.renderscript.RenderScript; | |
import android.renderscript.ScriptIntrinsicBlur; | |
import com.squareup.picasso.Transformation; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": | |
[ | |
{ | |
"Partido": "PP", | |
"Fecha": "03/07/2015", | |
"Categoría": "RESTAURACIÓN / COMIDA", | |
"Acreedor": "NESSPRESO - EL CORTE INGLÉS", | |
"Concepto": "CAFÉ", | |
"Importe": 63 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id | codigo | nombre | bic | |
---|---|---|---|---|
1 | 0003 | BANCO-DEPOSITOS | BDEPESM1 | |
2 | 0011 | ALLFUNDS-BANK | ALLFESMM | |
3 | 0019 | DEUTSCHE-BANK | DEUTESBB | |
4 | 0031 | BANCO-ETCHEVARRIA | ETCHES2G | |
5 | 0036 | SANTANDER-IVESTMENT | SABNESMM | |
6 | 0038 | SANTANDER-BANCO-EMISIONES | BSCHESMM | |
7 | 0046 | BANCO-GALLEGO | GALEES2G | |
8 | 0049 | BANCO-SANTANDER | BSCHESMM | |
9 | 0057 | BANCO-DEPOSITARIO-BBVA | BVADESMM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code,Pop_2018,Country Name,Region,IncomeGroup | |
ABW,105845,Aruba,Latin America & Caribbean,High income | |
AFG,37172386,Afghanistan,South Asia,Low income | |
AGO,30809762,Angola,Sub-Saharan Africa,Lower middle income | |
ALB,2866376,Albania,Europe & Central Asia,Upper middle income | |
AND,77006,Andorra,Europe & Central Asia,High income | |
ARB,419790588,Arab World,, | |
ARE,9630959,United Arab Emirates,Middle East & North Africa,High income | |
ARG,44494502,Argentina,Latin America & Caribbean,Upper middle income | |
ARM,2951776,Armenia,Europe & Central Asia,Upper middle income |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /dev/null | |
+++ ../src/Router/AdminRouteGenerator.php | |
@@ -166,7 +166,6 @@ | |
} | |
$defaults = [ | |
- '_locale' => $this->defaultLocale, | |
'_controller' => $crudControllerFqcn.'::'.$actionName, | |
EA::ROUTE_CREATED_BY_EASYADMIN => true, | |
EA::DASHBOARD_CONTROLLER_FQCN => $dashboardFqcn, |