summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter/DataFolderAdapter.java
AgeCommit message (Collapse)Author
2020-07-02Removed custom Consumer implementation and decoupled adapter from dialogByteHamster
2020-07-02Allow to select new folder even if current folder is nullByteHamster
2020-07-02Adding internal storage if no external existsByteHamster
2020-04-12Use Android's own file size formatterEbrahim Byagowi
2019-11-06Removed MaterialDialog dependencyByteHamster
The AlertDialogs from Androidx are material, too.
2019-10-04Automatic AndroidX migrationByteHamster
2019-08-12Make classes static where possibleAndrew Gaul
Found via error-prone.
2019-07-12Added total space to storage select dialogByteHamster
2019-05-19Improve space wording on choose data folder dialogAnderson Mesquita
This makes it clear that the number refers to the **free** space left on the device, as opposed to the total space available.
2019-05-19Add space usage bar to data folder dialogAnderson Mesquita
This displays a progress bar with the amount of used/free space in each storage location to make it easier to identify storage devices. This is particularly useful for devices that use non-standard names. Reference: #3049
2019-05-19Extract data folder dialog layoutAnderson Mesquita
This is in preparation to add a progress bar displaying the amount of used/free space in the dialog (#3049). Since we'll need a custom view to do it, this extracts the layout beforehand.