SYMBOL INDEX (47 symbols across 7 files) FILE: app/src/main/java/gr/nikolasspyr/integritycheck/MainActivity.java class MainActivity (line 54) | public class MainActivity extends AppCompatActivity { method onCreate (line 67) | @Override method getToken (line 110) | private void getToken() { method sendTokenRequest (line 138) | private void sendTokenRequest(String token) { method onRequestError (line 177) | private void onRequestError(String error) { method parseResponseJSON (line 184) | private void parseResponseJSON(String apiResponseJson) throws Exception { method toggleButtonLoading (line 213) | private void toggleButtonLoading(boolean isLoading) { method getProgressBarDrawable (line 218) | private Drawable getProgressBarDrawable(Context context) { method setButtonLoading (line 227) | private void setButtonLoading(MaterialButton button, boolean loading) { method generateNonce (line 246) | private String generateNonce() { method showErrorDialog (line 256) | private void showErrorDialog(String title, String message) { method parseValues (line 267) | private Integer[] parseValues(String integrity) { method setIcons (line 272) | private void setIcons(Integer[] integrityState) { method setIcon (line 285) | private void setIcon(ImageView img, int state) { method getErrorCodeName (line 298) | private String getErrorCodeName(int errorCode) { method getErrorReason (line 325) | private String getErrorReason(int errorCode) { method getErrorSolution (line 368) | private String getErrorSolution(int errorCode) { method getErrorMessageText (line 399) | private String getErrorMessageText(IntegrityServiceException integrity... method onCreateOptionsMenu (line 421) | @Override method onOptionsItemSelected (line 428) | @Override FILE: app/src/main/java/gr/nikolasspyr/integritycheck/Utils.java class Utils (line 9) | public class Utils { method openLink (line 10) | public static void openLink(String url, Context context) { FILE: app/src/main/java/gr/nikolasspyr/integritycheck/dialogs/AboutDialog.java class AboutDialog (line 20) | public class AboutDialog { method AboutDialog (line 24) | public AboutDialog(Context context) { method show (line 57) | public void show() { FILE: app/src/main/java/gr/nikolasspyr/integritycheck/dialogs/licenses/License.java class License (line 3) | public class License { method License (line 8) | public License(String subject, String text) { FILE: app/src/main/java/gr/nikolasspyr/integritycheck/dialogs/licenses/LicensesAdapter.java class LicensesAdapter (line 17) | public class LicensesAdapter extends RecyclerView.Adapter licenses) { method onCreateViewHolder (line 31) | @NonNull method onBindViewHolder (line 37) | @Override method getItemCount (line 42) | @Override class ViewHolder (line 47) | static class ViewHolder extends RecyclerView.ViewHolder { method ViewHolder (line 52) | private ViewHolder(@NonNull View itemView) { method bind (line 59) | private void bind(License license) { FILE: app/src/main/java/gr/nikolasspyr/integritycheck/dialogs/licenses/LicensesDialog.java class LicensesDialog (line 17) | public class LicensesDialog { method LicensesDialog (line 22) | public LicensesDialog(Context context) { method show (line 51) | public void show() { FILE: app/src/main/java/gr/nikolasspyr/integritycheck/dialogs/licenses/LicensesViewModel.java class LicensesViewModel (line 19) | public class LicensesViewModel extends AndroidViewModel { method LicensesViewModel (line 24) | public LicensesViewModel(@NonNull Application application) { method getLicenses (line 33) | public LiveData> getLicenses() { method loadLicences (line 37) | private void loadLicences() { method copyStream (line 65) | public static void copyStream(InputStream from, OutputStream to) throw... method readStream (line 73) | public static byte[] readStream(InputStream inputStream) throws IOExce... method readStream (line 79) | public static String readStream(InputStream inputStream, String charse... method readStreamNoClose (line 83) | public static byte[] readStreamNoClose(InputStream inputStream) throws...