1
0
mirror of https://github.com/stom79/exodus-android-app synced 2024-12-22 15:06:47 +01:00
Commit Graph

187 Commits

Author SHA1 Message Date
Schoumi
92f5816cb4
Merge pull request #65 from solokot/master
Russian localization
2020-04-29 14:44:51 +02:00
Schoumi
63645db95c
Merge pull request #76 from iramaro/master
pt-rBR translation
2020-04-29 14:44:37 +02:00
Ivan Amaro
196a23a76c pt-rBR translation 2020-02-22 16:09:28 -03:00
Ivan Amaro
6cf2722561
Merge pull request #2 from Exodus-Privacy/master
Update structure
2020-02-22 14:59:30 -03:00
Schoumi
23120b5d8b take back incomplete traduction that should be embedded in the next release 2019-11-21 01:40:25 +01:00
Schoumi
1f3d830ed8 release 2.0.0 2019-11-21 01:37:06 +01:00
Schoumi
ae524ad42e remove unused translation not in the original file 2019-11-21 00:53:05 +01:00
Schoumi
554c5f3fad Update logo during startup with vector asset 2019-11-20 23:22:31 +01:00
Schoumi
9f84cc2333 update description 2019-11-20 23:12:15 +01:00
Schoumi
5c24a7d3cb Temporary removal of incomplete traduction for release 2019-11-20 23:11:29 +01:00
Schoumi
e8d08d35e5 Full rework of report page. 2019-11-20 23:08:51 +01:00
Ivan Amaro
f88b085a2a
Merge pull request #1 from Exodus-Privacy/master
Update structure
2019-11-15 08:09:06 -03:00
Schoumi
e254fd573f Move from support library to androidx 2019-10-03 15:10:59 +02:00
Schoumi
19d43ee14e Merge branch 'lenke182-ui_change_report' 2019-10-01 16:03:23 +02:00
Schoumi
14223471a4 Merge branch 'ui_change_report' of git://github.com/lenke182/exodus-android-app into lenke182-ui_change_report 2019-10-01 15:54:01 +02:00
Schoumi
d2cb11cea1 Merge branch 'master' of github.com:Exodus-Privacy/exodus-android-app 2019-10-01 15:48:25 +02:00
Schoumi
52e43fb849 Try to limit memory retention when downloading reports to avoid Out of
memory
Fix #57
2019-10-01 15:46:11 +02:00
Schoumi
3d0c16f9d4 Move color from xml drawable to colors.xml to have them in one place 2019-10-01 11:41:15 +02:00
Mineroboter
df51f0ef80 More beautiful UI: report.xml 2019-09-28 17:35:34 +02:00
solokot
7cdd14c846
Create strings.xml 2019-09-23 22:16:11 +03:00
solokot
26a8dbbdb2
Create full_description.txt 2019-09-23 22:13:23 +03:00
solokot
c448ea963e
Create short_description.txt 2019-09-23 22:12:37 +03:00
Schoumi
d714233e9d
Merge pull request #61 from BoFFire/patch-2
Fix typo.
2019-09-05 19:52:30 +02:00
ButterflyOfFire
fce3319fc1
Fix typo. 2019-09-04 18:16:23 +01:00
Schoumi
3df6d4992f release 1.2.0 (7) 2019-07-30 17:57:13 +02:00
Schoumi
67595c18ef Add Metadata for f-droid 2019-07-30 17:43:44 +02:00
Schoumi
4ff77cf294 update gradle plugin version 2019-07-30 17:31:14 +02:00
Schoumi
93a8e57b09 Add infinite progressbar before the first time apps are displayed 2019-07-30 17:26:39 +02:00
Schoumi
a10cc837df Merge branch 'borsini-feat/improve-application-startup-time' 2019-07-02 17:02:37 +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
c05baa4a04 Merge branch 'borsini-fix/application_list_scrolling' 2019-06-04 12:07:36 +02:00
Schoumi
38ad05c667 Merge branch 'fix/application_list_scrolling' of git://github.com/borsini/exodus-android-app into borsini-fix/application_list_scrolling 2019-06-04 11:46:28 +02:00
Schoumi
e03dc99318 Merge branch 'borsini-fix/margins_adjustment' 2019-06-04 11:38:32 +02:00
Schoumi
5c7e021ad4 Add Shuffle in package request 2019-06-04 11:26:43 +02:00
Schoumi
1f97fe7688 Add App Settings Access in Report pages 2019-06-04 11:23:27 +02:00
Benjamin Orsini
e483ff64cb fix: add flag to retrieve permissions before go to next screen 2019-06-02 14:22:15 +02:00
Benjamin Orsini
c0ee8bc183 feat(applications): improve recyclerview scrolling 2019-06-02 14:22:15 +02:00
Benjamin Orsini
f64295375e fix: add margins in application cell 2019-06-02 14:21:25 +02:00
Schoumi
8491b433f7
Merge pull request #53 from borsini/fix/travis-build
ci: fix and improve travis build
2019-06-02 11:39:17 +02:00
Benjamin Orsini
dea2593d14 ci: add script to run future unit tests 2019-05-20 20:01:55 +02:00
Benjamin Orsini
2d295009c0 ci: update gradle to latest version
see https://gradle.org/releases/ and https://developer.android.com/studio/releases/gradle-plugin
2019-05-20 20:01:55 +02:00
Benjamin Orsini
aab86ae3f8 ci: travis file fix and improvements 2019-05-20 20:01:55 +02:00
Benjamin Orsini
508386adec ci: add gradle wrapper script
The wrapper is the recommended way to have stable and reproducible build across machines. That’s why I removed the .gitignore lines.
2019-05-20 19:56:50 +02:00
Schoumi
56cbd002ce Merge pull request #47 from tdelmas/version-name 2019-04-16 12:39:13 +02:00
Schoumi
39d6382501 Merge branch 'version-name' of https://github.com/tdelmas/exodus-android-app into tdelmas-version-name 2019-04-16 12:38:45 +02:00
Schoumi
6f26b22ff0
Merge pull request #48 from Mineroboter/overflow-numbers
Fixing overflow of numbers
2019-04-10 09:12:41 +02:00
Schoumi
3f0b636d16
Merge pull request #51 from BoFFire/patch-1
i18n : Updating arabic translation
2019-04-10 09:11:32 +02:00
ButterflyOfFire
3135ea142c
i18n : Updating arabic translation
i18n : Updating arabic translation : 100% translated.
2019-03-17 17:17:29 +01:00