Commit Graph

33 Commits

Author SHA1 Message Date
Thomas 80046985c0 Add flavors 2020-12-07 14:10:58 +01:00
Thomas 3b7343bc68 Fix issues #29 and #87 2020-12-07 11:41:38 +01:00
Thomas 91f5dea591 Fix issue #83 2020-12-07 10:48:48 +01:00
Thomas 62467a3fe1 Some cleaning 2020-12-07 09:04:44 +01:00
Schoumi 73239c1328 Try to Fix NullPointerException but not sure of the real cause need more investigation 2020-07-09 14:39:17 +02:00
Schoumi 955491db2d Fix ResourceNotFound Exception and Fix IllegalStateException 2020-07-09 14:36:04 +02:00
Schoumi a1e241c294 Fix F-Droid support on report fragment (link to google) and fix creator when empty 2020-07-01 19:19:50 +02:00
Schoumi edbce7aab8 Support different installation source. (Gplay + Fdroid)
Fix #82 #26
2020-07-01 18:41:47 +02:00
Schoumi 5241f4cb10 Add Tracker Page instead of opening external web page 2020-06-29 17:40:56 +02:00
Schoumi 9290d71cb0 Use data from ApplicationViewModel in ReportDisplay and ReportFragment 2020-06-29 17:12:47 +02:00
Schoumi 2ceb256f06 AppListFragment is now a dedicated fragment that could be use in different views 2020-06-29 17:01:23 +02:00
Schoumi e8d08d35e5 Full rework of report page. 2019-11-20 23:08:51 +01:00
Schoumi e254fd573f Move from support library to androidx 2019-10-03 15:10:59 +02:00
Schoumi 93a8e57b09 Add infinite progressbar before the first time apps are displayed 2019-07-30 17:26:39 +02:00
Benjamin Orsini 71866e8ed4 feat: speed up application start and back navigation 2019-06-07 23:43:12 +02:00
Benjamin Orsini c321bc790f refactor: use instance adapter when possible 2019-06-06 20:59:11 +02:00
Benjamin Orsini 465c8c39f6 refactor: rename function 2019-06-06 20:56:16 +02:00
Schoumi cb23f90b9c Upgrade some dependencies versions 2019-01-09 16:42:55 +01:00
Schoumi f6b5ef66ef add color for trackers number and permissions number in reports 2019-01-08 18:23:16 +01:00
Schoumi c897cc1dd1 Fix crash when versionName is null in PackageInfo use versionCode instead (workaround)
Fix Missing permissions in the lists in reports
2019-01-08 18:17:37 +01:00
Schoumi 62382b7559 Save PackageInfo in the bundle in order to restore it after long time 2018-08-31 18:37:06 +02:00
Schoumi 1e65884d4e Add management of Unique App Identifier (UAID). This help identify app
install threw other google play client (Yalp, Aurora,...)
Fix #7
Thanks @stom79 for working on most of what's in Utils.java
2018-08-31 15:35:42 +02:00
Schoumi 70289666e6 Merge branch 'filter_app' of https://github.com/stom79/exodus-android-app into stom79-filter_app 2018-06-28 13:43:55 +02:00
Schoumi 9ec4af3ca7
Merge pull request #14 from stom79/animate_transitions
Animate transitions
2018-06-27 10:25:19 +02:00
stom79 543941fc94 Remove filter in reports 2018-04-14 15:29:39 +02:00
stom79 37050d78fc Add app filter in top bar 2018-04-14 14:37:51 +02:00
stom79 04170de4f8 Animate fragment transitions 2018-04-14 09:46:03 +02:00
stom79 9803a40ec7 Make reports scrollable 2018-04-13 19:16:20 +02:00
Schoumi 13289fcfaf Change permission and tracker list to RecyclerView
Add permission description (Fix #10)
Change permission code to permission label
2018-04-11 23:33:23 +02:00
Schoumi 357500df9a Use databinding in place of all findViewById 2018-04-11 15:27:05 +02:00
Schoumi 83ca1559c8 Fix crash on back press
fix #3
2018-03-30 17:40:11 +02:00
Schoumi 3fceca295e Add in report view that app hasn't been analysed if no report is found
for.
2018-03-08 14:25:16 +01:00
Schoumi aed4b6d6c9 Pre-Release version 2018-02-20 13:54:18 +01:00