I hereby claim:
- I am pareshchouhan on github.
- I am paresh (https://keybase.io/paresh) on keybase.
- I have a public key whose fingerprint is 58D3 EEF2 F12E D044 B7E3 67D0 E2E2 D9ED C84C 18A9
To claim this, I am signing this object:
| set nocompatible | |
| filetype off | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| Plugin 'VundleVim/Vundle.vim' | |
| Plugin 'wincent/command-t' | |
| call vundle#end() |
I hereby claim:
To claim this, I am signing this object:
| Windows.10.and.Office.2016.gVLK | |
| ##################################################################### | |
| # technet.microsoft.com/en-us/library/jj612867.aspx?lc=1033 # | |
| ##################################################################### | |
| Windows 10 Professional W269N-WFGWX-YVC9B-4J6C9-T83GX | |
| Windows 10 Professional N MH37W-N47XK-V7XM9-C7227-GCQG9 | |
| Windows 10 Education NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 | |
| Windows 10 Education N 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ |
I hereby claim:
To claim this, I am signing this object:
| width x height | |
| 320x480 | |
| 640x960 | |
| 768x1024 | |
| 720x1280 | |
| 1080x1920 | |
| 1440x2560 | |
| 1536x2048 |
| diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml | |
| index a0e6485..6ef2886 100644 | |
| --- a/app/src/main/AndroidManifest.xml | |
| +++ b/app/src/main/AndroidManifest.xml | |
| @@ -22,7 +22,8 @@ | |
| <activity | |
| android:name=".ui.activity.MovieDetailActivity" | |
| android:label="@string/title_activity_detail" | |
| - android:parentActivityName=".ui.activity.BrowseMoviesActivity"> | |
| + android:parentActivityName=".ui.activity.BrowseMoviesActivity" |
| 04-07 03:41:29.303 9106-9135/org.fdroid.fdroid E/ACRA: ACRA caught a NullPointerException for org.fdroid.fdroid | |
| java.lang.NullPointerException: Attempt to invoke virtual method 'void java.util.Timer.cancel()' on a null object reference | |
| at org.fdroid.fdroid.net.Downloader.throwExceptionIfInterrupted(Downloader.java:134) | |
| at org.fdroid.fdroid.net.Downloader.downloadFromStream(Downloader.java:110) | |
| at org.fdroid.fdroid.net.HttpDownloader.doDownload(HttpDownloader.java:161) | |
| at org.fdroid.fdroid.net.HttpDownloader.download(HttpDownloader.java:101) | |
| at org.fdroid.fdroid.net.DownloaderService.handleIntent(DownloaderService.java:220) | |
| //Create a file BusProvider to provide singleton BusProivder | |
| public class BusProvider { | |
| private static final Bus bus = new Bus(); | |
| public static Bus getInstance() { | |
| return bus; | |
| } | |
| } |
| <item>हिंदी<item> | |
| <item>हिन्दी</item> |
| @Override | |
| public RemoteViews getViewAt(int i) { | |
| RemoteViews rv = new RemoteViews(mContext.getPackageName(), R.layout.scores_list_widget_item); | |
| //rv.setTextViewText(R.id.widget_item, mWidgetItems.get(position).text); | |
| mScoresData.moveToPosition(i); | |
| //Toast.makeText(mContext,"Score : " + Utilies.getScores(mScoresData.getInt(scoresAdapter.COL_HOME_GOALS),mScoresData.getInt(scoresAdapter.COL_AWAY_GOALS)),Toast.LENGTH_SHORT).show(); | |
| rv.setTextViewText(R.id.home_name,mScoresData.getString(scoresAdapter.COL_HOME)); | |
| //rv.setTextViewText(R.id.home_name,"WTF??"); |