mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	gather all bug shit things
This commit is contained in:
		| @@ -2,7 +2,6 @@ package org.schabi.newpipe; | ||||
|  | ||||
| import android.app.Application; | ||||
| import android.content.Context; | ||||
| import android.util.Log; | ||||
|  | ||||
| import com.nostra13.universalimageloader.core.ImageLoader; | ||||
| import com.nostra13.universalimageloader.core.ImageLoaderConfiguration; | ||||
| @@ -12,7 +11,8 @@ import org.acra.config.ACRAConfiguration; | ||||
| import org.acra.config.ACRAConfigurationException; | ||||
| import org.acra.config.ConfigurationBuilder; | ||||
| import org.acra.sender.ReportSenderFactory; | ||||
| import org.schabi.newpipe.extractor.ServiceList; | ||||
| import org.schabi.newpipe.report.AcraReportSenderFactory; | ||||
| import org.schabi.newpipe.report.ErrorActivity; | ||||
| import org.schabi.newpipe.settings.SettingsActivity; | ||||
|  | ||||
| import info.guardianproject.netcipher.NetCipher; | ||||
|   | ||||
| @@ -27,6 +27,7 @@ import org.schabi.newpipe.extractor.ParsingException; | ||||
| import org.schabi.newpipe.extractor.ServiceList; | ||||
| import org.schabi.newpipe.extractor.StreamingService; | ||||
| import org.schabi.newpipe.info_list.InfoListAdapter; | ||||
| import org.schabi.newpipe.report.ErrorActivity; | ||||
|  | ||||
| import java.io.IOException; | ||||
|  | ||||
|   | ||||
| @@ -7,8 +7,7 @@ import android.view.View; | ||||
| import com.nostra13.universalimageloader.core.assist.FailReason; | ||||
| import com.nostra13.universalimageloader.core.listener.ImageLoadingListener; | ||||
|  | ||||
| import org.schabi.newpipe.ErrorActivity; | ||||
| import org.schabi.newpipe.R; | ||||
| import org.schabi.newpipe.report.ErrorActivity; | ||||
| import org.schabi.newpipe.extractor.ServiceList; | ||||
|  | ||||
| /** | ||||
|   | ||||
| @@ -6,7 +6,7 @@ import android.util.Log; | ||||
| import android.view.View; | ||||
|  | ||||
| import org.schabi.newpipe.Downloader; | ||||
| import org.schabi.newpipe.ErrorActivity; | ||||
| import org.schabi.newpipe.report.ErrorActivity; | ||||
| import org.schabi.newpipe.R; | ||||
| import org.schabi.newpipe.extractor.ParsingException; | ||||
| import org.schabi.newpipe.extractor.ServiceList; | ||||
|   | ||||
| @@ -43,7 +43,7 @@ import java.util.Vector; | ||||
|  | ||||
| import org.schabi.newpipe.ActivityCommunicator; | ||||
| import org.schabi.newpipe.ChannelActivity; | ||||
| import org.schabi.newpipe.ErrorActivity; | ||||
| import org.schabi.newpipe.report.ErrorActivity; | ||||
| import org.schabi.newpipe.ImageErrorLoadingListener; | ||||
| import org.schabi.newpipe.Localization; | ||||
| import org.schabi.newpipe.R; | ||||
|   | ||||
| @@ -26,7 +26,7 @@ import android.widget.SeekBar; | ||||
| import android.widget.TextView; | ||||
| import android.widget.Toast; | ||||
|  | ||||
| import org.schabi.newpipe.ErrorActivity; | ||||
| import org.schabi.newpipe.report.ErrorActivity; | ||||
| import org.schabi.newpipe.R; | ||||
| import org.schabi.newpipe.settings.SettingsActivity; | ||||
|  | ||||
|   | ||||
| @@ -1,10 +1,11 @@ | ||||
| package org.schabi.newpipe; | ||||
| package org.schabi.newpipe.report; | ||||
| 
 | ||||
| import android.content.Context; | ||||
| 
 | ||||
| import org.acra.collector.CrashReportData; | ||||
| import org.acra.sender.ReportSender; | ||||
| import org.acra.sender.ReportSenderException; | ||||
| import org.schabi.newpipe.R; | ||||
| 
 | ||||
| /** | ||||
|  * Created by Christian Schabesberger  on 13.09.16. | ||||
| @@ -1,10 +1,11 @@ | ||||
| package org.schabi.newpipe; | ||||
| package org.schabi.newpipe.report; | ||||
| 
 | ||||
| import android.content.Context; | ||||
| 
 | ||||
| import org.acra.config.ACRAConfiguration; | ||||
| import org.acra.sender.ReportSender; | ||||
| import org.acra.sender.ReportSenderFactory; | ||||
| import org.schabi.newpipe.report.AcraReportSender; | ||||
| 
 | ||||
| /** | ||||
|  * Created by Christian Schabesberger  on 13.09.16. | ||||
| @@ -1,6 +1,6 @@ | ||||
| 
 | ||||
| 
 | ||||
| package org.schabi.newpipe; | ||||
| package org.schabi.newpipe.report; | ||||
| 
 | ||||
| import android.app.Activity; | ||||
| import android.content.Context; | ||||
| @@ -30,6 +30,11 @@ import org.acra.ReportField; | ||||
| import org.acra.collector.CrashReportData; | ||||
| import org.json.JSONArray; | ||||
| import org.json.JSONObject; | ||||
| import org.schabi.newpipe.ActivityCommunicator; | ||||
| import org.schabi.newpipe.BuildConfig; | ||||
| import org.schabi.newpipe.Downloader; | ||||
| import org.schabi.newpipe.MainActivity; | ||||
| import org.schabi.newpipe.R; | ||||
| import org.schabi.newpipe.extractor.Parser; | ||||
| 
 | ||||
| import java.io.PrintWriter; | ||||
| @@ -18,7 +18,7 @@ import android.view.inputmethod.InputMethodManager; | ||||
| import android.widget.ProgressBar; | ||||
| import android.widget.Toast; | ||||
|  | ||||
| import org.schabi.newpipe.ErrorActivity; | ||||
| import org.schabi.newpipe.report.ErrorActivity; | ||||
| import org.schabi.newpipe.R; | ||||
| import org.schabi.newpipe.detail.VideoItemDetailActivity; | ||||
| import org.schabi.newpipe.detail.VideoItemDetailFragment; | ||||
|   | ||||
| @@ -6,10 +6,9 @@ import android.os.Handler; | ||||
| import android.preference.PreferenceManager; | ||||
| import android.util.Log; | ||||
| import android.view.View; | ||||
| import android.widget.Toast; | ||||
|  | ||||
| import org.schabi.newpipe.Downloader; | ||||
| import org.schabi.newpipe.ErrorActivity; | ||||
| import org.schabi.newpipe.report.ErrorActivity; | ||||
| import org.schabi.newpipe.R; | ||||
| import org.schabi.newpipe.extractor.ExtractionException; | ||||
| import org.schabi.newpipe.extractor.SearchEngine; | ||||
|   | ||||
| @@ -1,14 +1,13 @@ | ||||
| package org.schabi.newpipe.search_fragment; | ||||
|  | ||||
| import android.app.Activity; | ||||
| import android.content.Context; | ||||
| import android.content.SharedPreferences; | ||||
| import android.os.Handler; | ||||
| import android.preference.PreferenceManager; | ||||
| import android.widget.Toast; | ||||
|  | ||||
| import org.schabi.newpipe.Downloader; | ||||
| import org.schabi.newpipe.ErrorActivity; | ||||
| import org.schabi.newpipe.report.ErrorActivity; | ||||
| import org.schabi.newpipe.R; | ||||
| import org.schabi.newpipe.extractor.ExtractionException; | ||||
| import org.schabi.newpipe.extractor.SearchEngine; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Christian Schabesberger
					Christian Schabesberger