Removed google-services.json from repository
This commit is contained in:
parent
6613e8ae1e
commit
68277aa8e1
|
@ -1,2 +1,3 @@
|
||||||
/build
|
/build
|
||||||
app-release.apk
|
app-release.apk
|
||||||
|
google-services.json
|
||||||
|
|
|
@ -1,35 +1,35 @@
|
||||||
{
|
{
|
||||||
"project_info": {
|
"project_info": {
|
||||||
"project_number": "268851337880",
|
"project_number": "1050186150447",
|
||||||
"firebase_url": "https://tusky-62772.firebaseio.com",
|
"firebase_url": "https://tusky-fc880.firebaseio.com",
|
||||||
"project_id": "tusky-62772",
|
"project_id": "tusky-fc880",
|
||||||
"storage_bucket": "tusky-62772.appspot.com"
|
"storage_bucket": "tusky-fc880.appspot.com"
|
||||||
},
|
},
|
||||||
"client": [
|
"client": [
|
||||||
{
|
{
|
||||||
"client_info": {
|
"client_info": {
|
||||||
"mobilesdk_app_id": "1:268851337880:android:fc4111b1d145a00e",
|
"mobilesdk_app_id": "1:1050186150447:android:fc4111b1d145a00e",
|
||||||
"android_client_info": {
|
"android_client_info": {
|
||||||
"package_name": "com.keylesspalace.tusky"
|
"package_name": "com.keylesspalace.tusky"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"oauth_client": [
|
"oauth_client": [
|
||||||
{
|
{
|
||||||
"client_id": "268851337880-eie2ssto2d21bfihn9d1qupcrke8oebf.apps.googleusercontent.com",
|
"client_id": "1050186150447-fg4nj4vlekpa9bcl8q8290hqln1s048e.apps.googleusercontent.com",
|
||||||
"client_type": 1,
|
"client_type": 1,
|
||||||
"android_info": {
|
"android_info": {
|
||||||
"package_name": "com.keylesspalace.tusky",
|
"package_name": "com.keylesspalace.tusky",
|
||||||
"certificate_hash": "18d196307d6e928e99c2e0bb9818c01c38aff2f9"
|
"certificate_hash": "a3bb387437e149dd7763107e8da83ad6b421264f"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"client_id": "268851337880-n19d05m282nirs1fc9kdd5n4of6je4fk.apps.googleusercontent.com",
|
"client_id": "1050186150447-4u9m96ub04cuppmnkfdk7ua51o9r7pf3.apps.googleusercontent.com",
|
||||||
"client_type": 3
|
"client_type": 3
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"api_key": [
|
"api_key": [
|
||||||
{
|
{
|
||||||
"current_key": "AIzaSyD6erhkj_KOB7WrhdunV1uN29QOoLJHTaQ"
|
"current_key": "AIzaSyBTWsu3Z5EjCnm3nUoWamuMLmGvM0nGq7o"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"services": {
|
"services": {
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"status": 2,
|
"status": 2,
|
||||||
"other_platform_oauth_client": [
|
"other_platform_oauth_client": [
|
||||||
{
|
{
|
||||||
"client_id": "268851337880-n19d05m282nirs1fc9kdd5n4of6je4fk.apps.googleusercontent.com",
|
"client_id": "1050186150447-4u9m96ub04cuppmnkfdk7ua51o9r7pf3.apps.googleusercontent.com",
|
||||||
"client_type": 3
|
"client_type": 3
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -21,8 +21,6 @@ class ConversationLineItemDecoration extends RecyclerView.ItemDecoration {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onDraw(Canvas c, RecyclerView parent, RecyclerView.State state) {
|
public void onDraw(Canvas c, RecyclerView parent, RecyclerView.State state) {
|
||||||
// Fun fact: this method draws in pixels, but all layouts are in DP, so I'm using the divider's
|
|
||||||
// own 2dp width to calculate what I want
|
|
||||||
int dividerLeft = parent.getPaddingLeft() + mContext.getResources().getDimensionPixelSize(R.dimen.status_left_line_margin);
|
int dividerLeft = parent.getPaddingLeft() + mContext.getResources().getDimensionPixelSize(R.dimen.status_left_line_margin);
|
||||||
int dividerRight = dividerLeft + mDivider.getIntrinsicWidth();
|
int dividerRight = dividerLeft + mDivider.getIntrinsicWidth();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue