Commit Graph

72 Commits

Author SHA1 Message Date
Gregor Santner d1d2d7b4d1 Fix drawable lint issues 2017-10-29 15:33:59 +01:00
Gregor Santner a96e91aefb
Top toolbar with overflow icons and light/dark theme 2017-10-29 14:47:00 +01:00
Gregor Santner 58d07f9c6c
Fix profile link 2017-09-11 20:32:40 +02:00
Gregor Santner 15a34a1895
Change package ID of gsantner/opoc 2017-09-09 17:09:04 +02:00
Gregor Santner 05d6efd107
Include String key as parameter in AppSettingsBase 2017-08-29 14:44:43 +02:00
Gregor Santner eb0e2b0997
Improve badge and podselection colors ; Update podlist 2017-08-13 23:02:04 +02:00
Gregor Santner 756b31a4ea
Use opoc/Helpers 2017-05-29 19:05:37 +02:00
Gregor Santner e443a8ed6f
Use opoc/AppSettingsBase as base of AppSettings 2017-05-20 02:08:04 +02:00
Gregor Santner ac2327d2f2 Fix #151; URL handling; language; dia.so
* Language switcher in settings (#151)
* Handle dia.so links
* Improve security at internal browser decision
2017-03-05 20:51:56 +01:00
Gregor Santner 4ed9a0169a Update LICENSE & README; Replace leftovers of diasporaForAndroid; 2017-02-24 18:47:14 +01:00
Gregor Santner 175125996e
Reformat java files 2016-12-18 15:07:23 +01:00
Gregor Santner 9e0c6b1741
Fix Rotation, Remove legacy code, Remove PunkBeer Pod
* Fix #92 Rotation
* Fix #111 Legacy
* Remove punkbeer
<https://diasp.org/posts/6449363>
2016-12-16 04:45:53 +01:00
vanitasvitae 8ede0ea304
Fixed rotation 2016-11-20 15:49:01 +01:00
vanitasvitae b62f8d32b7
Added option to control screen rotation 2016-11-12 15:36:56 +01:00
vanitasvitae 527912e49b
Fixed a ton of lint issues 2016-11-08 20:41:53 +01:00
vanitasvitae d0a541bc34
Replaced setTextColor on Buttons with new ThemeHelper method 2016-11-08 16:21:06 +01:00
vanitasvitae dd4af48b8e Fixed lint issues (suppressed, where they cant be fixed)
Release 0.2.0 (Updated translation files)

Announcing 0.2.0-next

Added wipe-settings option

Merge branch 'master' of github.com:Diaspora-for-Android/diaspora-android

Merge branch 'master' into wipe-settings

Added ThemedAlertDialogBuilder and a corresponding method in ThemeHelper

Merge branch 'master' into wipe-settings

Reworked dialog
2016-11-06 16:23:18 +01:00
vanitasvitae 30ca937461
Added info Toasts to Proxy preference, that inform the user about required restart and successful preset setting 2016-10-27 21:42:41 +02:00
vanitasvitae d34c75a647
Fixed #91 in a better way 2016-10-27 12:55:42 +02:00
Gregor Santner b7ca97208a BIG REFACTORING - 0.1.6-next edition 2016-10-26 16:23:14 +02:00
Gregor Santner 1cf21f057f Fixes #95 2016-10-25 23:04:16 +02:00
vanitasvitae 532b80ea84
Added ThemedVisibilityPreference and set it in NavSlider Preference Screen 2016-10-25 21:29:16 +02:00
vanitasvitae b9221099c2 SQUASH
Rewrote ThemedSettings by inheriting Preference classes

Fixed issues pointed out by gsantner

Added back circle color picker preview to Settings and reflect color changes immediatelly :D

Removed some debug messages and unified usage of Themeable
2016-10-25 17:04:32 +02:00
vanitasvitae 6ad634cc5b
made getAppSettings more safe 2016-10-23 00:21:17 +02:00
vanitasvitae 6cc651bfcc
Themed PodSelectionDialog 2016-10-22 23:30:22 +02:00
Gregor Santner 866672eb47 Show Tor preset in Pod selection
; Themed BadgeDrawable
; Update TR, Pods
; Show Stream option after login
2016-10-22 19:21:26 +02:00
Gregor Santner 71d8b886f6 Code auto reformatting; Update TR, PodList 2016-10-14 01:26:56 +02:00
Gregor Santner 110598ea85 Merge branch 'master' into poddy_as_podsource 2016-10-14 00:44:23 +02:00
vanitasvitae c67992fc37 Proxy tor preset
Set windowSoftInputMode to adjustResize, Repair sharing text into app, Repair image sharing on 4.2

Fix view intent

Update TR; Update buildToolsVersion -> 24.0.2

Update ISSUE_TEMPLATE.md
Update README.md

Switch ic_launcher back to png

Replace blowball image on splash with character

Reworked UI using Fragments

Merge branch 'master' into rework_fragments

Update README.md
Fixed top/bottom menu entry population

Added HashtagFragment

Moved WebClients and ChromeClients to webview package

Removed SplashActivity, migrated PodSelectionActivity to PodSelectionFragment

Merge branch 'master' into rework_fragments

Handle Intent.Action.Main in handleIntent()

Update strings-about.xml
Fixed image sharing to other apps

Get title for image sharing dialog from resources instead of using hardcoded string. Also do not show multiple permission dialogs stacked

Removed test Fragments and old SplashActivity related stuff

Merge branch 'master' into rework_fragments

Added some documentation to MainActivity

Fixed clear webview cache. Thanks @di72nn

Only set window title depending on webviews content, when DiasporaStreamFragment is displayed (do not overwrite other fragments title when the webview loads in the background)

Reworked custom themes

Set customtab color

Do not open load the stream when clicked on toolbar

Added note about customtabs and proxys. Fixes #77

Resolved merge conflicts

Removed duplicate method getAppSettings

Fixed default color was id instead of color value bug

Update TR

Some improvements of code quality

Moved colorpicker repo up

Fixed applying of settings

Fixed bug causing ClassCastException

Moved ThemeHelper and ColorPalette to util.theming

Added missing license headers to source files

Merge branch 'master' into proper-themes

Apply nav-slider entry visibilities in onResume

SettingsActivity: Switched to Toolbar and fixed toolbar color issue

Fixed BrowserFragment reloading in onResume and added credits to LeafPic

Added reference to ColorPicker in 3rd party licenses and updated support libraries

Merged master

Fixed applying proxy settings

Merged master proxy changes

Fixed nav slider layout color issue

Proxy tor preset

Reworked custom themes

Set customtab color

Do not open load the stream when clicked on toolbar

Added note about customtabs and proxys. Fixes #77

Resolved merge conflicts

Removed duplicate method getAppSettings

Fixed default color was id instead of color value bug

Update TR

Some improvements of code quality

Moved colorpicker repo up

Fixed applying of settings

Fixed bug causing ClassCastException

Moved ThemeHelper and ColorPalette to util.theming

Added missing license headers to source files

Merge branch 'master' into proper-themes

Apply nav-slider entry visibilities in onResume

SettingsActivity: Switched to Toolbar and fixed toolbar color issue

Fixed BrowserFragment reloading in onResume and added credits to LeafPic

Added reference to ColorPicker in 3rd party licenses and updated support libraries

Merged master

Fixed applying proxy settings

Merged master proxy changes

Fixed nav slider layout color issue

Merge branch 'proper-themes' of github.com:Diaspora-for-Android/diaspora-android into proper-themes
2016-10-13 16:56:31 +02:00
Gregor Santner 654a00d647 PodSelectionFragment 2016-10-06 05:26:54 +02:00
vanitasvitae 7ee5e0f39b Get title for image sharing dialog from resources instead of using hardcoded string. Also do not show multiple permission dialogs stacked 2016-10-02 12:55:05 +02:00
vanitasvitae 036457117c Fixed image sharing to other apps 2016-10-02 12:42:12 +02:00
vanitasvitae e06e2f3ba1 Moved WebClients and ChromeClients to webview package 2016-10-01 00:24:53 +02:00
vanitasvitae e4d4305fc1 Reworked UI using Fragments 2016-09-28 21:43:25 +02:00
Gregor Santner ed55459019 Move Logging to own class; Allow disable normal&spam messages 2016-09-19 01:10:29 +02:00
Gregor Santner 3af1d120d7 Merge branch master into customTabs 2016-09-18 20:15:59 +02:00
Gregor Santner 5ba8675c39 Merge branch 'master' of github.com:Diaspora-for-Android/diaspora-android 2016-09-11 17:53:25 +02:00
Gregor Santner ac19efd847 Accent color orange; Notification/Message count badge; Reworked progressbar #40 2016-09-11 17:15:26 +02:00
vanitasvitae ae2cefd6a5 Use customTabs to open external links. This is a very basic implementation 2016-09-11 12:35:16 +02:00
vanitasvitae b8ba6bb443 Added a lot of debug logs to MainActivity 2016-09-10 16:54:48 +02:00
Gregor Santner c93e28cdc7 Load license, contributors, maintainers and 3party libs from ressources 2016-08-27 16:40:16 +02:00
vanitasvitae 5a6910b447 Added license headers and some documentation to AboutActivity, HtmlTextView, HashtagProvider 2016-08-27 09:23:58 +02:00
vanitasvitae 240551f34c Made hashtags in textviews clickable. Hashtags open post editor with hashtag inserted. Also cleaned up text sharing in general 2016-08-27 00:04:07 +02:00
vanitasvitae 0b8dbcc35d Added first design of an AboutActivity 2016-08-24 22:05:35 +02:00
vanitasvitae f8d8126c0e Removed unused classes and cleaned code up 2016-08-23 21:23:36 +02:00
Gregor Santner 4f148191f7 Aspect name as title (fixes#44 , fixes #47) 2016-08-13 15:37:08 +02:00
vanitasvitae 79e8ead9bc Some cleaning up 2016-08-10 23:43:00 +02:00
vanitasvitae 9ecf55ca82 Removed buggy swipe refresh layout and added reload button to top toolbar 2016-08-07 23:11:47 +02:00
vanitasvitae e1b02c42d2 Removed unnecessary and buggy collapsableToolbarLayout 2016-08-07 01:51:07 +02:00
vanitasvitae ec3de5c320 Updated BottomBarBehavior 2016-08-07 01:09:19 +02:00