- Dec 15, 2015
-
-
akwizgran authored
-
akwizgran authored
Improve Forum Sharing UI when sharing with selected contacts When sharing only with chosen contacts, checking the contact's checkbox and pressing Done nothing happens and the forum is not shared. An additional click on "Share Forum" is necessary to actually share. This behavior is fixed with this change. Now, clicking 'Done' immediately shares the forum. Closes #153 See merge request !20
-
- Dec 14, 2015
-
-
Ernir Erlingsson authored
-
Torsten Grote authored
When sharing only with chosen contacts, checking the contact's checkbox and pressing Done nothing happens and the forum is not shared. An additional click on "Share Forum" is necessary to actually share. This behavior is fixed with this change. Now, clicking 'Done' immediately shares the forum. Closes #153
-
Torsten Grote authored
and when errors occur. Also do not turn off Bluetooth when just changing device orientation.
-
akwizgran authored
Improve Adding Contacts These changes provide more detailed instructions for adding contacts. Users were confused by the process of adding a contact for the first time. This change adds additional explanation and a picture of what is going on. Closes #87 This change also shows the current step and the total number of steps when adding a contact. Closes #33 The UI was transferred into XML files and lots of redundant code was deleted such as the custom CodeEntryView. Please note that I did not implement a countdown for Bluetooth discoverability (#71), because of the way how the state machine resets the entire content view of the activity. This should probably be refactored to use fragments which would make the code cleaner and a permanent progress bar easier to implement. See merge request !15
-
akwizgran authored
-
Torsten Grote authored
UI was transferred into XML files and lots of redundant code was deleted such as the custom CodeEntryView. Closes #33
-
Torsten Grote authored
Added paddingLeft/Right for devices older than API 17. Please do the same for any other XML activities you create. See merge request !17
-
akwizgran authored
-
akwizgran authored
-
akwizgran authored
Add Coding Style to git This change adds the coding style file of AndroidStudio to git to be shared and used by all devs for a consistent coding style. Feel free to adjust the coding style in case this does not properly reflect the current coding style used for the current code in all details. See merge request !16
-
akwizgran authored
-
Torsten Grote authored
-
Ernir Erlingsson authored
-
Torsten Grote authored
Users were confused by the process of adding a contact for the first time. This change adds additional explanation and a picture of what is going on. It also moves part of the UI into XML files. Closes #87
-
akwizgran authored
File utils refactoring After Ernir merged the two FileUtils implementations I realised two of the three methods are no longer needed and the third can just be a static method, like StringUtils etc. This patch also fixes a layout problem with PasswordActivity on the Galaxy Nexus - the progress wheel was showing up in the wrong place. (You need a slow phone to notice!) See merge request !12
-
- Dec 11, 2015
-
-
akwizgran authored
-
- Dec 10, 2015
-
-
akwizgran authored
Removed methods that are no longer needed for Java 6, moved the remaining method into the utils directory.
-
akwizgran authored
Removed methods that are no longer needed for Java 6, moved the remaining method into the utils directory.
-
akwizgran authored
-
akwizgran authored
Improve how the status of messages is indicated. Remove the Toast that always says 'Message Sent' and show graphical indicators instead that show either: * message is waiting to be sent * message was sent (or requested to be sent) * message was delivered Please note that I didn't change the icons and did not migrate the UI to XML files to keep my change minimally invasive. Closes #46 See merge request !9
-
Torsten Grote authored
-
Torsten Grote authored
Remove the Toast that always says 'Message Sent' and show graphical indicators instead that show either: * message is waiting to be sent * message was sent (or requested) * message was delivered
-
Ernir Erlingsson authored
Merge branch '40-forgotten-password' of https://code.briarproject.org/akwizgran/briar into 40-forgotten-password Conflicts: briar-android/res/values/strings.xml briar-tests/src/org/briarproject/plugins/file/RemovableDrivePluginTest.java
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
Ernir Erlingsson authored
-
- Dec 09, 2015
-
-
akwizgran authored
Don't mix JUnit 4's @Test with JUnit3's TestCase. This is the world's most boring merge request. Android Studio was complaining about using JUnit 4's @Test annotations with JUnit 3's TestCase, so I fixed it. Most of the changes come from Android Studio organising imports in a different order from Eclipse. See merge request !8
-
Ernir Erlingsson authored
-
https://code.briarproject.org/akwizgran/briarErnir Erlingsson authored
Conflicts: .gitignore briar-android/briar-android.iml
-