summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-03-19Merge branch 'update-changelog'Linus Färnstrand1-1/+5
2019-03-19Move platform specific changelog entry on old releaseLinus Färnstrand1-1/+1
2019-03-19Add missing changelog entriesLinus Färnstrand1-0/+4
2019-03-19Merge branch 'slightly-improve-sorting'Emīls Piņķis1-10/+2
2019-03-19Improve alphabetical sorting in GUIEmīls Piņķis1-10/+2
2019-03-19Merge branch 'fix-connection-screen-status-message'Janito Vaqueiro Ferreira Filho1-2/+2
2019-03-18Fix connection screen status messageJanito Vaqueiro Ferreira Filho1-2/+2
2019-03-18Merge branch 'android-switch-location-screen'Janito Vaqueiro Ferreira Filho26-1/+808
2019-03-18Store selected relay item in activityJanito Vaqueiro Ferreira Filho7-5/+69
2019-03-18Close "Select location" screen on item selectionJanito Vaqueiro Ferreira Filho2-7/+21
2019-03-18Implement selection of relay items in relay listJanito Vaqueiro Ferreira Filho4-6/+78
2019-03-18Implement relay list item expansion and collapseJanito Vaqueiro Ferreira Filho9-42/+181
2019-03-18Implement initial relay listJanito Vaqueiro Ferreira Filho15-0/+395
2019-03-18Animate "Select location" screen transitionJanito Vaqueiro Ferreira Filho5-0/+31
2019-03-18Handle close button pressJanito Vaqueiro Ferreira Filho2-2/+9
2019-03-18Create initial empty "Select location" screenJanito Vaqueiro Ferreira Filho6-1/+86
2019-03-18Merge branch 'translation-fixes'Andrej Mihajlov9-43/+63
2019-03-18Update file mappingAndrej Mihajlov7-38/+51
2019-03-18Add missing translationAndrej Mihajlov2-5/+12
2019-03-18Merge branch 'gui-sort-relay-list'Emīls Piņķis1-13/+25
2019-03-18Sort relay list countries and cities by name in GUIEmīls Piņķis1-13/+25
2019-03-18Merge branch 'add-translations'Andrej Mihajlov11-66/+3318
2019-03-18Manually map es-ES -> es and sv-SE -> sv to match with the locale returned by...Andrej Mihajlov3-0/+12
2019-03-18Update CHANGELOGAndrej Mihajlov1-0/+1
2019-03-18Update README to remove gettext from dependenciesAndrej Mihajlov1-21/+0
2019-03-18Remove msgmerge script since crowdin does this for usAndrej Mihajlov2-21/+1
2019-03-18Add de, es-ES, fr, sv-SE, zh-TW translations from crowdinAndrej Mihajlov6-24/+3304
2019-03-18Merge branch 'ui-localization-adjustments'Andrej Mihajlov5-18/+8
2019-03-18Remove the CSS workaround for text input placeholder colorAndrej Mihajlov1-13/+0
2019-03-18RX uses .app-container so no need for #appAndrej Mihajlov2-2/+2
2019-03-18Tweak the line height of SettingsHeader to account for the multiline labelsAndrej Mihajlov1-2/+2
2019-03-18Make sure that the app version label never breaks.Andrej Mihajlov2-1/+4
2019-03-18Merge branch 'wg-improve-connecting-state'Emīls Piņķis4-62/+34
2019-03-18Revert hacky workarounds when connecting to wireguard.Emīls Piņķis1-18/+0
2019-03-18Send tunnel up event from a separate thread.Emīls Piņķis3-44/+34
2019-03-18Merge branch 'wg-fix-ping'Emīls Piņķis1-1/+5
2019-03-17Fix ping args for LinuxEmīls Piņķis1-1/+5
2019-03-16Merge branch 'autosize-mssfix'Andrej Mihajlov3-18/+90
2019-03-15Add auto-sizing input container for mssfix fieldAndrej Mihajlov3-18/+90
2019-03-15Merge branch 'android-connect-screen'Janito Vaqueiro Ferreira Filho16-0/+482
2019-03-15Refactor to create `NotificationBanner` helperJanito Vaqueiro Ferreira Filho2-9/+22
2019-03-15Refactor to create `ConnectionStatus` helperJanito Vaqueiro Ferreira Filho2-18/+51
2019-03-15Refactor to use `apply` block on action buttonJanito Vaqueiro Ferreira Filho1-3/+5
2019-03-15Refactor to create `HeaderBar` helper typeJanito Vaqueiro Ferreira Filho2-11/+42
2019-03-15Handle disconnection requestJanito Vaqueiro Ferreira Filho1-2/+3
2019-03-15Implement Connected screenJanito Vaqueiro Ferreira Filho4-0/+36
2019-03-15Handle cancelling the connection attemptJanito Vaqueiro Ferreira Filho1-0/+13
2019-03-15Refactor to creater helper `ConnectActionButton`Janito Vaqueiro Ferreira Filho3-6/+52
2019-03-15Implement Connecting screenJanito Vaqueiro Ferreira Filho6-6/+103
2019-03-15Implement initial Connect screenJanito Vaqueiro Ferreira Filho9-0/+210