SYMBOL INDEX (519 symbols across 40 files) FILE: app/src/main/java/com/ihelp101/instagram/AbstractFilePickerActivity.java class AbstractFilePickerActivity (line 51) | public abstract class AbstractFilePickerActivity extends AppCompatAct... method onCreate (line 72) | @Override method getFragment (line 107) | protected abstract AbstractFilePickerFragment getFragment( method onSaveInstanceState (line 111) | @Override method onFilePicked (line 116) | @Override method onFilesPicked (line 124) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN) method onCancelled (line 153) | @Override method onReset (line 159) | public void onReset() { FILE: app/src/main/java/com/ihelp101/instagram/AbstractFilePickerFragment.java class AbstractFilePickerFragment (line 44) | public abstract class AbstractFilePickerFragment extends Fragment method AbstractFilePickerFragment (line 79) | public AbstractFilePickerFragment() { method getAdapter (line 88) | protected FileItemAdapter getAdapter() { method getDummyAdapter (line 92) | protected FileItemAdapter getDummyAdapter() { method setArgs (line 109) | public void setArgs(final String startPath, final int mode, method onCreateView (line 126) | @Override method onClickCancel (line 185) | public void onClickCancel(View view) { method onClickOk (line 196) | public void onClickOk(View view) { method onClickReset (line 227) | public void onClickReset(View view) { method setupToolbar (line 240) | protected void setupToolbar(Toolbar toolbar) { method getFirstCheckedItem (line 244) | public T getFirstCheckedItem() { method toUri (line 252) | protected List toUri(Iterable files) { method isCheckable (line 260) | public boolean isCheckable(final T data) { method onAttach (line 272) | @Override method onCreate (line 283) | @Override method onActivityCreated (line 303) | @Override method onCreateOptionsMenu (line 337) | @Override method onOptionsItemSelected (line 345) | @Override method onSaveInstanceState (line 360) | @Override method onDetach (line 369) | @Override method refresh (line 381) | protected void refresh() { method handlePermission (line 395) | protected void handlePermission() { method hasPermission (line 405) | protected boolean hasPermission() { method onCreateLoader (line 417) | @Override method onLoadFinished (line 428) | @Override method onLoaderReset (line 447) | @Override method getItemViewType (line 458) | @Override method onBindHeaderViewHolder (line 467) | @Override method onCreateViewHolder (line 477) | @Override method onBindViewHolder (line 502) | @Override method clearSelections (line 524) | public void clearSelections() { method onClickHeader (line 539) | public void onClickHeader(View view, HeaderViewHolder viewHolder) { method goUp (line 550) | public void goUp() { method onClickDir (line 560) | public void onClickDir(View view, DirViewHolder viewHolder) { method goToDir (line 574) | public void goToDir(@NonNull T file) { method onLongClickDir (line 588) | public boolean onLongClickDir(View view, DirViewHolder viewHolder) { method onClickCheckable (line 598) | public void onClickCheckable(View view, CheckableViewHolder viewHolder) { method onLongClickCheckable (line 615) | public boolean onLongClickCheckable(View view, CheckableViewHolder vie... method onClickCheckBox (line 627) | public void onClickCheckBox(CheckableViewHolder viewHolder) { type OnFilePickedListener (line 653) | public interface OnFilePickedListener { method onFilePicked (line 654) | void onFilePicked(Uri file); method onFilesPicked (line 656) | void onFilesPicked(List files); method onCancelled (line 658) | void onCancelled(); method onReset (line 660) | void onReset(); class HeaderViewHolder (line 663) | public class HeaderViewHolder extends RecyclerView.ViewHolder implemen... method HeaderViewHolder (line 666) | public HeaderViewHolder(View v) { method onClick (line 677) | @Override class DirViewHolder (line 683) | public class DirViewHolder extends RecyclerView.ViewHolder implements ... method DirViewHolder (line 689) | public DirViewHolder(View v) { method onClick (line 702) | @Override method onLongClick (line 713) | @Override class CheckableViewHolder (line 719) | public class CheckableViewHolder extends DirViewHolder { method CheckableViewHolder (line 723) | public CheckableViewHolder(View v) { method onClick (line 739) | @Override method onLongClick (line 750) | @Override FILE: app/src/main/java/com/ihelp101/instagram/Adapter.java class Adapter (line 15) | public class Adapter extends BaseAdapter { method Adapter (line 25) | public Adapter(Context context) { method getPosition (line 29) | public int getPosition(int position) { method addItem (line 33) | public void addItem(final String item) { method addSectionHeaderItem (line 38) | public void addSectionHeaderItem(final String item) { method getItemViewType (line 44) | @Override method getViewTypeCount (line 49) | @Override method getCount (line 54) | @Override method getItem (line 59) | @Override method getItemId (line 64) | @Override method getView (line 69) | public View getView(int position, View convertView, ViewGroup parent) { class ViewHolder (line 99) | public static class ViewHolder { FILE: app/src/main/java/com/ihelp101/instagram/AdapterDrag.java class AdapterDrag (line 16) | public class AdapterDrag extends BaseAdapter implements DragNDropAdapter { method AdapterDrag (line 29) | public AdapterDrag(Context context, int handler) { method addItem (line 35) | public void addItem(final String item) { method getItemViewType (line 40) | @Override method getViewTypeCount (line 45) | @Override method getCount (line 50) | @Override method getItem (line 55) | @Override method getItemId (line 60) | @Override method getView (line 65) | public View getView(final int position, View convertView, ViewGroup pa... class ViewHolder (line 145) | public static class ViewHolder { method onItemDrag (line 149) | @Override method onItemDrop (line 154) | @Override method getDragHandler (line 215) | @Override method setup (line 220) | private void setup(int size) { FILE: app/src/main/java/com/ihelp101/instagram/AdapterDragFileDate.java class AdapterDragFileDate (line 16) | public class AdapterDragFileDate extends BaseAdapter implements DragNDro... method AdapterDragFileDate (line 29) | public AdapterDragFileDate(Context context, int handler) { method addItem (line 35) | public void addItem(final String item) { method getItemViewType (line 40) | @Override method getViewTypeCount (line 45) | @Override method getCount (line 50) | @Override method getItem (line 55) | @Override method getItemId (line 60) | @Override method getView (line 65) | public View getView(final int position, View convertView, ViewGroup pa... class ViewHolder (line 119) | public static class ViewHolder { method onItemDrag (line 123) | @Override method onItemDrop (line 128) | @Override method getDragHandler (line 156) | @Override method setup (line 161) | private void setup(int size) { FILE: app/src/main/java/com/ihelp101/instagram/AdapterHooks.java class AdapterHooks (line 17) | public class AdapterHooks extends BaseAdapter { method AdapterHooks (line 27) | public AdapterHooks(Context context) { method getPosition (line 31) | public int getPosition(int position) { method updateItem (line 35) | public void updateItem(final String item, final int position) { method addItem (line 40) | public void addItem(final String item) { method addSectionHeaderItem (line 45) | public void addSectionHeaderItem(final String item) { method getItemViewType (line 51) | @Override method getViewTypeCount (line 56) | @Override method getCount (line 61) | @Override method getItem (line 66) | @Override method getItemId (line 71) | @Override method getView (line 76) | public View getView(int position, View convertView, ViewGroup parent) { class ViewHolder (line 352) | public static class ViewHolder { FILE: app/src/main/java/com/ihelp101/instagram/Click.java class Click (line 11) | public class Click extends BroadcastReceiver { method onReceive (line 12) | @Override FILE: app/src/main/java/com/ihelp101/instagram/ColorPicker.java class ColorPicker (line 21) | public class ColorPicker extends AlertDialog { type OnColorSelectedListener (line 33) | public interface OnColorSelectedListener { method colorSelected (line 34) | public void colorSelected( Integer color ); method ColorPicker (line 37) | public ColorPicker(Context context, int initialColor, final OnColorSel... method onClick (line 98) | public void onClick(DialogInterface dialog, int which) { method setNoColorButton (line 125) | public void setNoColorButton( int res ) { class HSVColorWheel (line 129) | private static class HSVColorWheel extends View { method HSVColorWheel (line 140) | public HSVColorWheel(Context context, AttributeSet attrs, int defSty... method HSVColorWheel (line 146) | public HSVColorWheel(Context context, AttributeSet attrs) { method HSVColorWheel (line 152) | public HSVColorWheel(Context context) { method init (line 162) | private void init() { method setListener (line 170) | public void setListener( OnColorSelectedListener listener ) { method setColor (line 175) | public void setColor(int color) { method onDraw (line 180) | @Override method onSizeChanged (line 211) | @Override method createBitmap (line 232) | private void createBitmap() { method onMeasure (line 279) | @Override method getColorForPoint (line 293) | public int getColorForPoint(int x, int y, float[] hsv) { method onTouchEvent (line 302) | @Override class HSVValueSlider (line 319) | private static class HSVValueSlider extends View { method HSVValueSlider (line 321) | public HSVValueSlider(Context context, AttributeSet attrs, int defSt... method HSVValueSlider (line 325) | public HSVValueSlider(Context context, AttributeSet attrs) { method HSVValueSlider (line 329) | public HSVValueSlider(Context context) { method setListener (line 334) | public void setListener(OnColorSelectedListener listener) { method setColor (line 339) | public void setColor(int color, boolean keepValue) { method onDraw (line 352) | @Override method onSizeChanged (line 363) | @Override method createBitmap (line 375) | private void createBitmap() { method onTouchEvent (line 404) | @Override FILE: app/src/main/java/com/ihelp101/instagram/Date.java class Date (line 26) | public class Date extends AppCompatActivity implements NavigationView.On... method onConfigurationChanged (line 43) | @Override method onCreate (line 49) | @Override method onCreateOptionsMenu (line 100) | public boolean onCreateOptionsMenu(Menu menu) { method onNavigationItemSelected (line 106) | @Override method onOptionsItemSelected (line 218) | @Override method setupNav (line 387) | void setupNav() { method updateListView (line 437) | static void updateListView() { FILE: app/src/main/java/com/ihelp101/instagram/Dismiss.java class Dismiss (line 7) | public class Dismiss extends BroadcastReceiver { method onReceive (line 8) | @Override FILE: app/src/main/java/com/ihelp101/instagram/Download.java class Download (line 17) | public class Download extends IntentService { method hasSDPermission (line 28) | boolean hasSDPermission() { method checkSDCard (line 41) | void checkSDCard() { method checkSDPermission (line 53) | void checkSDPermission() { method Download (line 91) | public Download() { method onHandleIntent (line 95) | @Override method checkPermission (line 110) | void checkPermission() { method downloadOrPass (line 130) | void downloadOrPass() { method Toast (line 150) | void Toast (final String message) { FILE: app/src/main/java/com/ihelp101/instagram/Download_Passed.java class Download_Passed (line 14) | public class Download_Passed extends IntentService { method Download_Passed (line 24) | public Download_Passed() { method onHandleIntent (line 28) | @Override method checkPermission (line 43) | void checkPermission() { method Toast (line 64) | void Toast (final String message) { FILE: app/src/main/java/com/ihelp101/instagram/Downloader.java class Downloader (line 9) | public class Downloader extends Service { method onBind (line 13) | @Nullable method onStartCommand (line 19) | @Override FILE: app/src/main/java/com/ihelp101/instagram/DragNDropAdapter.java type DragNDropAdapter (line 21) | public interface DragNDropAdapter extends ListAdapter, DragNDropListView... method getDragHandler (line 22) | public int getDragHandler(); FILE: app/src/main/java/com/ihelp101/instagram/DragNDropListView.java class DragNDropListView (line 33) | public class DragNDropListView extends ListView { type OnItemDragNDropListener (line 35) | public static interface OnItemDragNDropListener { method onItemDrag (line 36) | public void onItemDrag(DragNDropListView parent, View view, int posi... method onItemDrop (line 37) | public void onItemDrop(DragNDropListView parent, View view, int star... method init (line 57) | private void init() { method DragNDropListView (line 61) | public DragNDropListView(Context context) { method DragNDropListView (line 67) | public DragNDropListView(Context context, AttributeSet attrs) { method DragNDropListView (line 73) | public DragNDropListView(Context context, AttributeSet attrs, int defS... method setOnItemDragNDropListener (line 79) | public void setOnItemDragNDropListener(OnItemDragNDropListener listene... method setDragNDropAdapter (line 83) | public void setDragNDropAdapter(DragNDropAdapter adapter) { method isDrag (line 94) | public boolean isDrag(MotionEvent ev) { method onTouchEvent (line 121) | @Override method startDrag (line 178) | private void startDrag(int childIndex, int y) { method stopDrag (line 237) | private void stopDrag(int childIndex, int endPosition) { method drag (line 285) | private void drag(int x, int y) { FILE: app/src/main/java/com/ihelp101/instagram/Error.java class Error (line 16) | public class Error extends BroadcastReceiver { method onReceive (line 17) | @Override method setError (line 42) | static void setError(String status) { method startErrorLog (line 63) | void startErrorLog(String status) { FILE: app/src/main/java/com/ihelp101/instagram/ErrorActivity.java class ErrorActivity (line 16) | public class ErrorActivity extends Activity { method onCreate (line 20) | @Override method alert (line 26) | void alert() { method sendErrorLog (line 62) | void sendErrorLog() { method setToast (line 82) | void setToast(String message) { FILE: app/src/main/java/com/ihelp101/instagram/FileFormat.java class FileFormat (line 17) | public class FileFormat extends AppCompatActivity { method onConfigurationChanged (line 23) | @Override method onCreate (line 28) | @Override method updateListView (line 42) | static void updateListView() { method onCreateOptionsMenu (line 66) | public boolean onCreateOptionsMenu(Menu menu) { method onOptionsItemSelected (line 72) | @Override FILE: app/src/main/java/com/ihelp101/instagram/FileItemAdapter.java class FileItemAdapter (line 17) | public class FileItemAdapter extends RecyclerView.Adapter logic) { method setList (line 26) | public void setList(SortedList list) { method onCreateViewHolder (line 31) | @Override method onBindViewHolder (line 36) | @Override method getItemViewType (line 47) | @Override method getItemCount (line 57) | @Override FILE: app/src/main/java/com/ihelp101/instagram/FilePickerActivity.java class FilePickerActivity (line 14) | @SuppressLint("Registered") method FilePickerActivity (line 17) | public FilePickerActivity() { method getFragment (line 21) | @Override FILE: app/src/main/java/com/ihelp101/instagram/FilePickerFragment.java class FilePickerFragment (line 27) | public class FilePickerFragment extends AbstractFilePickerFragment { method FilePickerFragment (line 32) | public FilePickerFragment() { method showHiddenItems (line 40) | public void showHiddenItems(boolean showHiddenItems){ method areHiddenItemsShown (line 50) | public boolean areHiddenItemsShown(){ method hasPermission (line 57) | @Override method handlePermission (line 67) | protected void handlePermission() { method onRequestPermissionsResult (line 86) | @Override method isDir (line 117) | @Override method getName (line 126) | @Override method getParent (line 138) | @Override method getPath (line 160) | @Override method getFullPath (line 169) | @Override method getRoot (line 179) | @Override method toUri (line 190) | @Override method getLoader (line 199) | @Override method onNewFolder (line 293) | @Override method isItemVisible (line 316) | protected boolean isItemVisible(final File file) { method compareFiles (line 335) | protected int compareFiles(File lhs, File rhs) { FILE: app/src/main/java/com/ihelp101/instagram/Helper.java class Helper (line 67) | public class Helper { method getSettings (line 72) | static boolean getSettings(String saveName) { method isTagged (line 94) | static boolean isTagged(Object mMedia, String TAGGED_HOOK_CLASS, XC_Lo... class Download (line 109) | static class Download extends AsyncTask { method Download (line 127) | public Download (Context passedContext) { method doInBackground (line 131) | @Override method onPostExecute (line 307) | @Override class DownloadLive (line 373) | static class DownloadLive extends AsyncTask { method DownloadLive (line 379) | DownloadLive(final Context context) { method doInBackground (line 383) | @Override class DownloadLive2 (line 430) | static class DownloadLive2 extends AsyncTask { method DownloadLive2 (line 442) | DownloadLive2(final Context context) { method doInBackground (line 446) | @Override method onPostExecute (line 645) | @Override class DownloadNotification (line 743) | static class DownloadNotification extends AsyncTask type) { method getFieldByType (line 1085) | static Object getFieldByType(Object object, Class type) { method getFieldsByType (line 1095) | static Object getFieldsByType(Object object, Class type) { method getMedia (line 1112) | static Object getMedia(Object object, ClassLoader classLoader, String ... method getProfile (line 1133) | static Object getProfile(Object object, ClassLoader classLoader, Strin... method convertStreamToString (line 1167) | static String convertStreamToString(InputStream is) throws Unsupported... method getData (line 1187) | static String getData(Context context) { method getDate (line 1191) | static String getDate(Long epochTime) { method getDateEpoch (line 1216) | static String getDateEpoch(Long epochTime, Context nContext) { method getDateEpochEXIF (line 1241) | static String getDateEpochEXIF(Long epochTime, Context nContext) { method getDateEpochWithTime (line 1257) | static String getDateEpochWithTime(Long epochTime) { method getStringFromPair (line 1283) | static String getStringFromPair(List list, int i) { method getOwnResources (line 1295) | static Resources getOwnResources(Context context) { method getResourcesForPackage (line 1299) | static Resources getResourcesForPackage(Context context, String packag... method getExtSdCardFolder (line 1309) | static String getExtSdCardFolder(final File file, Context context) { method getExtSdCardPaths (line 1323) | static String[] getExtSdCardPaths(Context context) { method getPostUrl (line 1343) | static void getPostUrl(final Context context, final String fallBackURL... method getPostMulti (line 1392) | static void getPostMulti(final Context context, final String fileName,... method getPostMultiDownload (line 1430) | static void getPostMultiDownload(final Context context, Elements eleme... method getNotificationDate (line 1535) | static String getNotificationDate(JSONObject json) { method getNotificationFileName (line 1543) | static String getNotificationFileName(JSONObject jsonObject, String fi... method getNotificationURL (line 1587) | static String getNotificationURL(JSONObject json) { method getNotificationItemID (line 1595) | static String getNotificationItemID(JSONObject json) { method getNotificationMediaID (line 1603) | static String getNotificationMediaID(JSONObject json) { method getNotificationUserID (line 1611) | static String getNotificationUserID(JSONObject json) { method getNotificationType (line 1619) | static String getNotificationType(JSONObject json) { method getProfileIcon (line 1627) | static String getProfileIcon(final String userName) { method getProfileIconHD (line 1656) | static void getProfileIconHD(final String url) { method getSaveLocation (line 1681) | static String getSaveLocation(String saveName) { method getSetting (line 1703) | static String getSetting(String name) { method getString (line 1722) | static String getString(Context context, int resourceID) { method getString (line 1733) | static String getString(Context context, int id, Object...formatArgs) { method getString (line 1737) | static String getString(Context context, String id, String packageName) { method getRawString (line 1741) | static String getRawString(Context context) { method getResourceString (line 1758) | static String getResourceString (Context context, int id) { method getResourceString (line 1777) | static String getResourceString (Context context, int id, String id2) ... method getResourceString (line 1800) | static String getResourceString (Context context, int id, String id2, ... method getTagged (line 1823) | static String getTagged(Object mMedia, String TAGGED_HOOK_CLASS, Strin... method getUsername (line 1861) | static String getUsername(Object mMedia, String FULLNAME_HOOK, String ... method getUsernames (line 1878) | static String getUsernames(Object mMedia, String userNames, String FUL... method setFileFormat (line 1897) | static String setFileFormat(String userName, String itemID, String dat... method checkSave (line 1922) | static String checkSave(String saveLocation, String userName, String f... method checkMarshmallowPermission (line 1956) | static void checkMarshmallowPermission(String linkToDownload, String f... method downloadOrPass (line 1986) | static void downloadOrPass(String linkToDownload, String fileName, Str... method downloadSelection (line 2025) | static void downloadSelection(Object mMedia, SparseBooleanArray sparse... method fileExist (line 2029) | static void fileExist(Context context, String saveLocation, String not... method setIcon (line 2091) | static void setIcon(Context context, String alias, boolean visible) { method setError (line 2098) | static void setError(String data) { method setPush (line 2166) | static void setPush(String data) { method setSetting (line 2219) | static void setSetting(String name, String data) { method passDownload (line 2234) | static void passDownload(String linkToDownload, String SAVE, String no... method passLiveStory (line 2248) | static void passLiveStory(Context context, String linkToDownload, Stri... method writeToFollower (line 2258) | static void writeToFollower(String name) { method resetFollower (line 2274) | static void resetFollower() { method Toast (line 2288) | static void Toast(String message, Context context) { FILE: app/src/main/java/com/ihelp101/instagram/Hooks.java class Hooks (line 16) | public class Hooks extends AppCompatActivity { method onConfigurationChanged (line 23) | @Override method onCreate (line 29) | @Override method edit (line 39) | void edit(final String hook, final String hooksArray, final int i) { method updateListView (line 66) | void updateListView() { FILE: app/src/main/java/com/ihelp101/instagram/Listen.java type Listen (line 3) | public interface Listen { method init (line 4) | public abstract void init(); method shouldUserUpdate (line 6) | public abstract boolean shouldUserUpdate(String s, int i, String s1); method canAutoUpdate (line 8) | public abstract boolean canAutoUpdate(String s, int i); FILE: app/src/main/java/com/ihelp101/instagram/Live.java class Live (line 44) | public class Live extends Service { method onBind (line 51) | @Nullable method onCreate (line 57) | @Override method onDestroy (line 73) | @Override method onStartCommand (line 79) | @Override method startMux (line 118) | static void startMux(Context context, String audioFile, String videoFi... method startMux2 (line 200) | static void startMux2(Context context, String audioFile, String videoF... method mux (line 276) | static public boolean mux(Context context, String videoFile, String au... class BufferedWritableFileByteChannel (line 341) | private static class BufferedWritableFileByteChannel implements Writab... method BufferedWritableFileByteChannel (line 350) | private BufferedWritableFileByteChannel(OutputStream outputStream) { method write (line 356) | @Override method isOpen (line 376) | @Override method close (line 381) | @Override method dumpToFile (line 387) | private void dumpToFile() { method getDocumentFile (line 396) | static DocumentFile getDocumentFile(Context context, File file, boolea... method getExtSdCardFolder (line 439) | static String getExtSdCardFolder(Context context, final File file) { method getExtSdCardPaths (line 453) | static String[] getExtSdCardPaths(Context context) { method Toast (line 473) | static void Toast(Context context, String message) { method failed (line 480) | static void failed(Context context, String audioFile, String videoFile... method stopService (line 498) | static void stopService(Context context, NotificationCompat.Builder bu... FILE: app/src/main/java/com/ihelp101/instagram/LogicHandler.java type LogicHandler (line 18) | public interface LogicHandler { method isDir (line 29) | boolean isDir(final T path); method getName (line 35) | String getName(final T path); method toUri (line 43) | Uri toUri(final T path); method getParent (line 51) | T getParent(final T from); method getFullPath (line 57) | String getFullPath(final T path); method getPath (line 64) | T getPath(final String path); method getRoot (line 69) | T getRoot(); method getLoader (line 75) | Loader> getLoader(); method onBindHeaderViewHolder (line 82) | void onBindHeaderViewHolder(AbstractFilePickerFragment.HeaderViewHo... method onCreateViewHolder (line 91) | RecyclerView.ViewHolder onCreateViewHolder(ViewGroup parent, int viewT... method onBindViewHolder (line 98) | void onBindViewHolder(AbstractFilePickerFragment.DirViewHolder view... method getItemViewType (line 105) | int getItemViewType(int position, T data); FILE: app/src/main/java/com/ihelp101/instagram/MainNew.java class MainNew (line 58) | public class MainNew extends AppCompatActivity implements NavigationView... method appInstalledOrNot (line 73) | boolean appInstalledOrNot(String uri) { method isSDCard (line 85) | boolean isSDCard(String saveLocation) { method onOptionsItemSelected (line 107) | @Override method onActivityResult (line 115) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN) class HookCheck (line 225) | class HookCheck extends AsyncTask { method doInBackground (line 227) | @Override method onPostExecute (line 247) | @Override class Translation (line 360) | class Translation extends AsyncTask { method doInBackground (line 366) | @Override method onPostExecute (line 399) | @Override class VersionCheck (line 450) | class VersionCheck extends AsyncTask { method doInBackground (line 454) | @Override method onPostExecute (line 483) | @Override class VersionCheckNoDialog (line 561) | class VersionCheckNoDialog extends AsyncTask { method doInBackground (line 563) | @Override method onPostExecute (line 587) | @Override method checkPermission (line 613) | void checkPermission() { method listAction (line 625) | void listAction() { method onConfigurationChanged (line 720) | @Override method onCreate (line 726) | @Override method onNavigationItemSelected (line 770) | @Override method onPostCreate (line 849) | @Override method onRequestPermissionsResult (line 855) | @Override method onResume (line 869) | @Override method sendErrorLog (line 875) | void sendErrorLog() { method setToast (line 895) | void setToast(String message) { method setupNav (line 902) | void setupNav() { method showErrorLogUpdate (line 922) | void showErrorLogUpdate(final String version) { method showSDTip (line 960) | void showSDTip() { method updateListView (line 997) | void updateListView() { FILE: app/src/main/java/com/ihelp101/instagram/Module.java class Module (line 75) | public class Module implements IXposedHookLoadPackage, Listen { method appInstalledOrNot (line 191) | boolean appInstalledOrNot(String uri) { method canAutoUpdate (line 203) | @Override method hookCheck (line 216) | boolean hookCheck(final String version) { method shouldUserUpdate (line 254) | @Override class ShowToast (line 267) | class ShowToast extends AsyncTask { method doInBackground (line 268) | @Override method onPostExecute (line 275) | @Override class Privacy (line 282) | class Privacy extends AsyncTask { method doInBackground (line 293) | @Override method onPostExecute (line 304) | @Override class PrivacyMulti (line 451) | class PrivacyMulti extends AsyncTask { method doInBackground (line 458) | @Override method onPostExecute (line 468) | @Override class VersionCheck (line 707) | class VersionCheck extends AsyncTask { method doInBackground (line 708) | @Override method onPostExecute (line 731) | @Override method copyComment (line 760) | void copyComment(String string) { method downloadMedia (line 776) | @SuppressLint("NewApi") method downloadMultiMedia (line 1133) | @SuppressLint("NewApi") method handleLoadPackage (line 1230) | @Override method hookComments (line 1314) | void hookComments() { method hookDate (line 1428) | void hookDate() { method hookDialog (line 1781) | void hookDialog() { method hookDirectPrivate (line 1972) | void hookDirectPrivate() { method hookDirectShare (line 2068) | void hookDirectShare() { method hookDiscovery (line 2275) | void hookDiscovery() { method hookFeed (line 2299) | void hookFeed() { method hookFeedNoDialog (line 2441) | void hookFeedNoDialog() { method hookFollow (line 2586) | void hookFollow() { method hookFollowList (line 2769) | void hookFollowList() { method hookInstagram (line 2845) | void hookInstagram() { method hookLike (line 3037) | void hookLike() { method hookLikedPost (line 3081) | void hookLikedPost() { method hookMiniFeed (line 3107) | void hookMiniFeed() { method hookNotification (line 3202) | void hookNotification() { method hookPin (line 3410) | void hookPin() { method hookProfileIcon (line 3660) | void hookProfileIcon() { method hookProfileIconNoDialog (line 3851) | void hookProfileIconNoDialog() { method hookProfileLongPress (line 4102) | void hookProfileLongPress() { method hookScreenShotPrivacy (line 4371) | void hookScreenShotPrivacy () { method hookReels (line 4416) | void hookReels() { method hookSearch (line 4426) | void hookSearch() { method hookSlide (line 4511) | void hookSlide() { method hookSponsoredPost (line 4528) | void hookSponsoredPost () { method hookStories (line 4603) | void hookStories() { method hookStoriesNoDialog (line 4817) | void hookStoriesNoDialog() { method hookStoriesGallery (line 5013) | void hookStoriesGallery() { method hookStoriesTimer (line 5073) | void hookStoriesTimer() { method hookStoriesViews (line 5225) | void hookStoriesViews() { method hookSuggestion (line 5275) | void hookSuggestion() { method hookTV (line 5332) | void hookTV() { method hookVideosLikes (line 5426) | void hookVideosLikes() { method init (line 5654) | @Override method sendError (line 5658) | void sendError() { method setError (line 5665) | void setError(String status) { method startHooks (line 5673) | void startHooks() { method taggedUserAlert (line 6018) | void taggedUserAlert(final String linkToDownload, final String toastMe... method checkTagged (line 6065) | void checkTagged(final Object mMedia, final SparseBooleanArray sparseB... method multiAlert (line 6109) | void multiAlert(final Object mMedia, final List videoList) { method multiAlertLock (line 6148) | void multiAlertLock(final List videoList) { method multiAlertSelection (line 6187) | void multiAlertSelection(final Object mMedia, final List videoList) { method multiAlertSelectionLock (line 6262) | void multiAlertSelectionLock(final List videoList) { method updateHooks (line 6349) | void updateHooks() { method injectDownload (line 6712) | CharSequence[] injectDownload(CharSequence[] charSequence, String inje... method afterHookedMethod (line 6764) | @Override FILE: app/src/main/java/com/ihelp101/instagram/NewFolderFragment.java class NewFolderFragment (line 13) | public class NewFolderFragment extends NewItemFragment { method showDialog (line 17) | public static void showDialog(final FragmentManager fm, final OnNewFol... method validateName (line 23) | @Override FILE: app/src/main/java/com/ihelp101/instagram/NewItemFragment.java class NewItemFragment (line 23) | public abstract class NewItemFragment extends DialogFragment { method NewItemFragment (line 27) | public NewItemFragment() { method setListener (line 31) | public void setListener(final OnNewFolderListener listener) { method onAttach (line 35) | @Override method onCreateDialog (line 40) | @NonNull method validateName (line 108) | protected abstract boolean validateName(final String itemName); type OnNewFolderListener (line 110) | public interface OnNewFolderListener { method onNewFolder (line 117) | void onNewFolder(final String name); FILE: app/src/main/java/com/ihelp101/instagram/Permission.java class Permission (line 14) | public class Permission extends Activity { method onCreate (line 23) | @Override method onRequestPermissionsResult (line 38) | @Override method setToast (line 61) | public void setToast(String message) { FILE: app/src/main/java/com/ihelp101/instagram/Pref.java class Pref (line 7) | public class Pref extends SwitchPreference { method Pref (line 8) | public Pref(Context context) { method Pref (line 12) | public Pref(Context context, AttributeSet attrs) { method Pref (line 16) | public Pref(Context context, AttributeSet attrs, int defStyle) { FILE: app/src/main/java/com/ihelp101/instagram/Preferences.java class Preferences (line 19) | public abstract class Preferences extends PreferenceActivity { method onCreate (line 23) | @Override method onPostCreate (line 30) | @Override method getSupportActionBar (line 36) | public ActionBar getSupportActionBar() { method setSupportActionBar (line 40) | public void setSupportActionBar(@Nullable Toolbar toolbar) { method getMenuInflater (line 44) | @Override method setContentView (line 49) | @Override method setContentView (line 54) | @Override method setContentView (line 59) | @Override method addContentView (line 64) | @Override method onPostResume (line 69) | @Override method onTitleChanged (line 75) | @Override method onConfigurationChanged (line 81) | @Override method onStop (line 87) | @Override method onDestroy (line 93) | @Override method invalidateOptionsMenu (line 99) | public void invalidateOptionsMenu() { method getDelegate (line 103) | private AppCompatDelegate getDelegate() { FILE: app/src/main/java/com/ihelp101/instagram/Receiver.java class Receiver (line 10) | public class Receiver extends BroadcastReceiver { method onReceive (line 20) | @Override method getNotification (line 27) | public void getNotification(String notificationInfo) { FILE: app/src/main/java/com/ihelp101/instagram/ResourceHelper.java class ResourceHelper (line 7) | public class ResourceHelper { method getString (line 8) | public static String getString(Context context, int id, Object...forma... method getString (line 12) | public static String getString(Context context, int id) { method getOwnResources (line 16) | public static Resources getOwnResources(Context context) { method getResourcesForPackage (line 20) | public static Resources getResourcesForPackage(Context context, String... FILE: app/src/main/java/com/ihelp101/instagram/SD.java class SD (line 14) | public class SD extends Activity { method onCreate (line 24) | @Override method onActivityResult (line 42) | @TargetApi(Build.VERSION_CODES.JELLY_BEAN) method showSDTip (line 66) | void showSDTip() { FILE: app/src/main/java/com/ihelp101/instagram/Settings.java class Settings (line 20) | public class Settings extends Preferences { method onCreate (line 69) | @Override class MainPreferenceFragment (line 79) | public static class MainPreferenceFragment extends PreferenceFragment { method onCreate (line 80) | @Override method onOptionsItemSelected (line 118) | @Override method onPreferenceChange (line 127) | @Override method onPreferenceClick (line 142) | @Override method checkPreferenceChange (line 187) | static void checkPreferenceChange(String clicked, Object o, final Pref... method checkPreferenceListChange (line 373) | static void checkPreferenceListChange(String clicked, Object object, P... method showHooksPasteOption (line 414) | static void showHooksPasteOption() { method setListPreference (line 438) | static void setListPreference(ListPreference pref) { method setupMenuItem (line 474) | static boolean setupMenuItem(String menuTitle, Context context) { method showOneTap (line 935) | static void showOneTap() { FILE: app/src/main/java/com/ihelp101/instagram/Thanks.java class Thanks (line 11) | public class Thanks extends AppCompatActivity { method onCreate (line 17) | @Override method listAction (line 35) | void listAction() { method updateListView (line 46) | void updateListView() { FILE: app/src/main/java/com/ihelp101/instagram/Update.java class Update (line 11) | public class Update extends BroadcastReceiver { method onReceive (line 12) | @Override FILE: app/src/main/java/com/ihelp101/instagram/Updated.java class Updated (line 7) | public class Updated extends BroadcastReceiver { method onReceive (line 8) | @Override