- Nov 23, 2015
-
-
F-Droid Translatebot authored
Translators: Ajeje Brazorf Sardinian enolp Asturian Ldm Public French Marcelo Santana Portuguese (Brazil) Mladen Pejaković Serbian naofum Japanese Nathan Follens Dutch Olexandr Nesterenko Ukrainian riotism Chinese (Hong Kong) Sergio Oller Catalan
-
Peter Serwylo authored
Improved support for HTTP Basic Authentication Extended DownloaderFactory to support optional username & password parameters. Extended HttpDownloader to check for HTTP 401 Authorization Required status code and send a simple HTTP Basic Authentication header with all requests. Extended ManageReposActivity to support repositories that use HTTP Basic Authentication, added a dialog to prompt for username and password. Extended RepoDetailsActivity to be able to display and modify the authentication credentials. See merge request !171
- Nov 22, 2015
-
-
Daniel Martí authored
Useful to make F-Droid be in English if the system language is different. Fixes issue brought up in https://f-droid.org/forums/topic/f-droid-0-97-language-selection/
-
Daniel Martí authored
-
Daniel Martí authored
-
F-Droid Translatebot authored
Translators: Jack Phoenix Finnish Jaroslav Lichtblau Czech Michalis Greek Olexandr Nesterenko Ukrainian riotism Chinese (Hong Kong) Sergio Oller Catalan
-
- Nov 19, 2015
-
-
Daniel Martí authored
-
Daniel Martí authored
This reverts commit 5c9e314c. Error in question: https://stackoverflow.com/questions/19526945/android-gradle-merged-values-xml-uses-wrong-namespace
-
F-Droid Translatebot authored
Translators: Indrit Bashkimi Albanian Kiril LastName Bulgarian Olexandr Nesterenko Ukrainian relan Russian Sergio Oller Catalan tactmayers Chinese (Hong Kong) zmni Indonesian
-
- Nov 18, 2015
-
-
F-Droid Translatebot authored
Translators: Benedikt Geißler German Ronalds Latvian Sergey Vladimirov Russian Tobias Bannert German
-
- Nov 16, 2015
-
-
Christian Morgner authored
credentials if present, fix checkstyle error in ManageReposActivity.
-
Christian Morgner authored
-
Christian Morgner authored
-
Christian Morgner authored
-
Peter Serwylo authored
String.isEmpty() is only supported in API v9, whereas we target API v8 for now.
-
Peter Serwylo authored
Instead of passing in `null` each time you don't have a username/password, this change provides those as meaningful default values in an overloaded version of the method. This takes care of Java's lack of default argument support.
-
Peter Serwylo authored
This is for an abundance of caution. If the guard condition checks for the presence of both username _and_ password fields, then a crash or some sort of force close during the update (after adding username but before password) will mean that next time the app runs, this condition will evaluate to false and the password field will never get added.
-
Peter Serwylo authored
As with the previous commit, there is probably not any harm doing this in the way it was done. However it helps reason about the code if changes are applied in the order that they were introduced. Especially because each of them does something depending on the version of the database at that point. With this change, you always know that at the point that the function is run, the database version will be 51 (and hence the structure of the database will be predictable).
-
Peter Serwylo authored
This may not have caused any trouble, but the principle behind the old behaviour is that at the point that that was required, the fdroid_repo table had that particular structure. There is a small chance that it _may_ have some unintended consequences when upgrading clients with very old database versions. Probably not, but may as well leave it as is.
-
- Nov 15, 2015
-
-
Christian Morgner authored
Extended DownloaderFactory to support optional username & password parameters. Extended HttpDownloader to check for HTTP 401 Authorization Required status code and send a simple HTTP Basic Authentication header with all requests. Extended ManageReposActivity to support repositories that use HTTP Basic Authentication, added a dialog to prompt for username and password. Extended RepoDetailsActivity to be able to display and modify the authentication credentials.
-
- Nov 14, 2015
-
-
Daniel Martí authored
Closes both issues since they don't affect official builds anymore, for as long as this is disabled. Closes #445. Closes #459.
-
Daniel Martí authored
-
Daniel Martí authored
Which sits on top of bouncycastle 1.53.
-
Daniel Martí authored
Close all cursors in tests See merge request !170
-
Daniel Martí authored
-
Daniel Martí authored
This makes lint happy and avoids tons of warnings on the logcat due to StrictMode.
-
Daniel Martí authored
-
- Nov 13, 2015
-
-
Daniel Martí authored
-
Daniel Martí authored
-
Daniel Martí authored
-
Daniel Martí authored
-
Daniel Martí authored
-
Daniel Martí authored
Replace search dialog with a search widget SearchView is the recommended way to implement search UI. See https://developer.android.com/guide/topics/search/search-dialog.html#UsingSearchWidget The UX is still far from ideal but looks much better now. Before and after (Gingerbred):   Before and after (Lollipop):   See merge request !168
-
https://gitlab.com/relan/fdroidclientDaniel Martí authored
Fix some lint warnings about unused resources No functional changes, just cleanups.
-
F-Droid Translatebot authored
Translators: AtomiKe French Erwin Scheuch-Heilig German Ldm Public French Michal Čihař Czech pizzaiolo Esperanto
-
Daniel Martí authored
This also keeps us from future possible NPE or null signature issues, if we ever call getPackageSig on a PackageInfo with no signatures.
-
Daniel Martí authored
Enable HttpDownloader to use URL-based HTTP Basic Authentication. This is a very small merge request that adds the possibility to use URL-based HTTP Basic Authentication in a repository URL. With this change you can for example use `https://user:password@my.repo.com` to authenticate against a private repository. It would be great if you could merge my little feature request into the master, or let me know what I can do or have to change in order for the merge request to get accepted. I'm of course open for discussion. My use-case is the identification of individual users. We dynamically create a signed index.jar file for each user which contains an individual set of apps depending on the permissions of the user etc. HTTP Basic Authentication is on of the possible solutions, another solution would be to use the Android Account Manager, but this would be a much larger change. Thank you for your consideration. Best regards, Christian Morgner See merge request !167
-
Christian Morgner authored
-
relan authored
Compact layout preference is gone.
-