Activity for The ImProf

  • Dennis Wronka committed [49ab7b] on Code

    Make Google happy.

  • Dennis Wronka committed [9a4821] on Code

    Updates. Bump to 1.3.1 (42).

  • Dennis Wronka committed [1ef8e0] on Code

    Dependency and Gradle update. Bump to 1.3.0 (41)

  • Dennis Wronka committed [b8ae2d] on Code

    (Hopefully) improved fragment handling.

  • Dennis Wronka committed [2c9b48] on Code

    Show category name even for empty categories.

  • Dennis Wronka committed [312cd0]

    Simply the decision about enabling the back button on the action bar.

  • Dennis Wronka committed [f573f2]

    Allow swiping down to choose a new random item.

  • Dennis Wronka committed [1deb52]

    Bump version to 1.2.0 (40).

  • Dennis Wronka committed [484593]

    Improved fragment handling; includes update of toolkit library. Back button for gesture based navigation.

  • Dennis Wronka committed [eb6acf]

    Bump version to 1.0.5 (38).

  • Dennis Wronka committed [445be0]

    Updated tools lib.

  • Dennis Wronka committed [350360]

    Update dependencies.

  • Dennis Wronka committed [63425c]

    Dependency and gradle update.

  • Dennis Wronka committed [e35b2d]

    Update to SDK 31.

  • Dennis Wronka committed [ce698b]

    Update dependencies.

  • Dennis Wronka committed [719321]

    Move duplicate filter code into filter method.

  • Dennis Wronka committed [327ae5]

    Replace the deprecated ViewHolder.getAdapterPosition() with getBindingAdapterPosition(). Not quite sure it's the right one, but it seems to work as expected. But then again, so does getAbsoluteAdapterPosition()...

  • Dennis Wronka committed [fa0e7e]

    Update ProgressDialog.ProgressHandler to get rid of the deprecated constructor.

  • Dennis Wronka committed [06921f]

    Replace the deprecated jcenter with mavenCentral.

  • Dennis Wronka committed [5c421d]

    Switch SearchView to the one from the compat library.

  • Dennis Wronka committed [8406c6]

    Update code so it won't break with a future Gradle update.

  • Dennis Wronka committed [b8274d]

    Retain randomly selected item after switching to list view and back in portrait mode.

  • Dennis Wronka committed [d1b890]

    Replace automatic action bar with one that's part of the layout.

  • Dennis Wronka committed [27bf84]

    Retain randomly selected item on device rotation.

  • Dennis Wronka committed [f75b36]

    Made some variables final, as per suggestion by Android Studio. Doesn't seem to break the world, so I'll go with it.

  • Dennis Wronka committed [519489]

    Update appcompat library to 1.2.0.

  • Dennis Wronka committed [80f0ec]

    Enable dark theme support.

  • Dennis Wronka committed [b57550]

    Update .gitignore, remove .idea/

  • Dennis Wronka committed [65e8b4]

    Move FragmentHandler out of ImProf and into the library.

  • Dennis Wronka committed [c154df]

    Small code improvements.

  • Dennis Wronka committed [a50986]

    Update Android Tools AAR package.

  • Dennis Wronka committed [676c09]

    Replace deprecated getFragmentManager() with getSupportFragmentManager().

  • Dennis Wronka committed [bd73bb]

    Bump JUnit version to 4.13.

  • Dennis Wronka committed [e3d512]

    Bump version code to 35.

  • Dennis Wronka committed [77f924]

    Gradle update

  • Dennis Wronka committed [7973f7]

    Typo fix.

  • Dennis Wronka committed [8f7adf]

    Bump RecyclerView version to 1.1.0. Bump app version to 1.0.2.

  • Dennis Wronka committed [f7fdf5]

    Gradle update.

  • Dennis Wronka committed [e9f795]

    Gradle update

  • Dennis Wronka committed [a0ef48]

    Gradle update

  • Dennis Wronka committed [fc36a6]

    Add missing German translation.

  • Dennis Wronka committed [aa3e80]

    Use one layout for both the category and item lists as they are identical.

  • Dennis Wronka committed [150a0f]

    Make sure each activity uses its own view to search for views.

  • Dennis Wronka committed [6160da]

    Cleaner code through annotations.

  • Dennis Wronka committed [6869f6]

    Move fragment handling out of the main activity into its own class.

  • Dennis Wronka committed [6b92da]

    Fix list filters not working when viewing the item list in landscape

  • Dennis Wronka committed [f4e73a]

    Revert "Add content descriptions to the searchbox and list elements."

  • Dennis Wronka committed [c829a6]

    Add info popups after import to display whether or not the import was successful.

  • Dennis Wronka committed [599259]

    Add content descriptions to the searchbox and list elements.

  • Dennis Wronka committed [e6e0a7]

    Prevent creation of empty entries.

  • Dennis Wronka committed [b6dd37]

    Merge branch 'master' of ssh://git.code.sf.net/p/theimprof/code

  • Dennis Wronka committed [553e76]

    Prevent creation of empty entries.

  • Dennis Wronka committed [9216df]

    Enable filtering of the category and item lists.

  • Dennis Wronka committed [783e76]

    Fix mysterious resizing of list entries.

  • Dennis Wronka committed [5c34f9]

    Fix a crash when trying to edit an item where there is none.

  • Dennis Wronka committed [590966]

    Enlarge the font of the list items in order to improve usability.

  • Dennis Wronka committed [850eaf]

    Allow editing and deleting of items in the RandomItem activity.

  • Dennis Wronka committed [a31074]

    Update Android Toolkit Library.

  • Dennis Wronka committed [81d23c]

    Merge branch 'listitemsize'

  • Dennis Wronka committed [20d359]

    Add info on what to include in the full app backup.

  • Dennis Wronka committed [d0accc]

    Prevent Null Pointer Exceptions by checking various objects as pointed out by Android Studio.

  • Dennis Wronka committed [1b1c61]

    Fix export on older Android versions.

  • Dennis Wronka committed [6fd736]

    Fix export of empty categories.

  • Dennis Wronka committed [7a8073]

    Enable the export dialog to preselect the currently viewed category.

  • Dennis Wronka committed [ebbffc]

    Enable the exporter to show a progress dialog as well.

  • Dennis Wronka committed [6eb8d3]

    Enable category export from the context menu of the category list.

  • Dennis Wronka committed [e77895]

    Replaced an unnecessary StringBuilder with a regular String.

  • Dennis Wronka committed [eca001]

    Add a progress dialog to show during import.

  • Dennis Wronka committed [f55d0d]

    Fix exporter to no longer export broken files.

  • Dennis Wronka committed [109c8c]

    Remove some unneeded qualifiers.

  • Dennis Wronka committed [a7285c]

    Remove unnecessary empty line.

  • Dennis Wronka committed [628981]

    Add proper icon for older API versions.

  • Dennis Wronka committed [029109]

    Indentation updates.

  • Dennis Wronka committed [0faed7]

    Implement own fragment backstack in order to properly handle device orientation changes.

  • Dennis Wronka committed [b52d08]

    Version bump.

  • Dennis Wronka committed [85a7d8]

    Add more things to .gitignore

  • Dennis Wronka committed [cbc2ed]

    Update the layout.

  • Dennis Wronka committed [9f7d7e]

    Added release build of the Android Toolkit Library to the project.

  • Dennis Wronka committed [5214db]

    Change AppEditDialog.OnDialogDismissedListener to an interface instead of an abstract class.

  • Dennis Wronka committed [93d4ae]

    Initial commit.

  • Dennis Wronka committed [f8c2a0]

    Enable editing of categories and items via the context menus.

  • Dennis Wronka committed [586150]

    Version bump

  • Dennis Wronka committed [878ad5]

    Gradle upgrad(l)e

  • Dennis Wronka committed [f3aa4e]

    Enable Add actions in the menus to show in the action bar.

  • Dennis Wronka committed [6e77b7]

    Remove debug variant of the Android Toolkit Library.

  • Dennis Wronka committed [07d569]

    Delete items using the category id instead of deleting them one by one.

  • Dennis Wronka committed [799246]

    Enable switching between item list and random item.

  • Dennis Wronka committed [ac6900]

    Search for all uppercase variants of names and values in order to better

  • Dennis Wronka committed [b451e8]

    Fix typo in disabled part in manifest.

  • Dennis Wronka committed [2d4028]

    Make ListAdapter more flexible.

  • Dennis Wronka committed [cc30b0]

    Improve handling of device orientation changes.

  • Dennis Wronka committed [8d2af7]

    Version bump

  • Dennis Wronka committed [5bc572]

    Version bump

  • Dennis Wronka committed [b4f647]

    Replace the old ListView with the newer RecyclerView.

  • Dennis Wronka committed [d23c60]

    Added some filtering to remove leading and trailing spaces from string, and replaces multiple spaces with a single one.

  • Dennis Wronka committed [556ee3]

    Move the ListAdapter class to its own file for better maintainability.

1 >